zeek/src/analyzer/protocol/tcp
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
..
CMakeLists.txt GH-618: add "tcp_options" event containing TCP option values 2019-10-03 18:59:02 -07:00
ContentLine.cc Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
ContentLine.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
events.bif Remove connection_successful and successful_connection_remove events 2020-09-10 12:06:50 -07:00
functions.bif Remove BroValUnion by hoisting underlying Val subclass values into subclasses 2021-01-14 11:58:59 -07:00
Plugin.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Stats.cc Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
Stats.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
TCP.cc remove unnecessary casts, and change necessary ones to use static_cast<> 2021-03-18 13:24:25 -07:00
TCP.h Clean up iterator usage in Analyzer 2021-03-17 13:40:37 -07:00
TCP_Endpoint.cc Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
TCP_Endpoint.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
TCP_Flags.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
TCP_Reassembler.cc Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
TCP_Reassembler.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
types.bif GH-618: add "tcp_options" event containing TCP option values 2019-10-03 18:59:02 -07:00