zeek/src/file_analysis
Tim Wojtulewicz f45df63cd0 Merge remote-tracking branch 'origin/topic/vern/zval'
* origin/topic/vern/zval: (42 commits)
  whitespace tweaks
  resolved some TODO comments
  remove unnecessary casts, and change necessary ones to use static_cast<>
  explain cmp_func default
  change functions for ZVal type management to static members
  fix some unsigned/signed integer warnings
  address lint concern about uninitialized variable
  Remove use of obsolete forward-declaration macros
  fix #include's that lack zeek/ prefixes
  explicitly populate holes created in vectors
  fixes for now-incorrect assumption that GetField always returns an existing ValPtr
  memory management for assignment to vector elements
  memory management for assignment to record fields
  destructor cleanup from ZAM_vector/ZAM_record
  fix #include's that lack zeek/ prefixes
  overlooked another way in which vector holes can be created
  initialize vector holes to the correct corresponding type
  explicitly populate holes created in vectors
  fix other instances of GetField().get() assuming long-lived ValPtr's
  fix for now-incorrect assumption that GetField always returns an existing ValPtr
  ...
2021-03-23 20:44:19 -07:00
..
analyzer Merge remote-tracking branch 'origin/topic/vern/zval' 2021-03-23 20:44:19 -07:00
Analyzer.cc Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Analyzer.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
AnalyzerSet.cc Support explicit disabling of file analyzers 2021-02-23 15:50:18 -08:00
AnalyzerSet.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
CMakeLists.txt Use object libraries for subdir libs and plugins 2019-10-31 10:58:51 +01:00
Component.cc Support explicit disabling of file analyzers 2021-02-23 15:50:18 -08:00
Component.h Merge remote-tracking branch 'origin/topic/timw/remove-declaration-macros' 2021-02-24 15:53:25 -08:00
File.cc fixes for now-incorrect assumption that GetField always returns an existing ValPtr 2021-02-28 07:23:06 -08:00
File.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
file_analysis.bif Support explicit disabling of file analyzers 2021-02-23 15:50:18 -08:00
FileReassembler.cc Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
FileReassembler.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
FileTimer.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
FileTimer.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Manager.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
Manager.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Tag.cc Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Tag.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00