mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move IP and IP tunnel code from Sessions into packet analyzers
This commit is contained in:
parent
69da2d7b1d
commit
1cf251d1ca
53 changed files with 1226 additions and 907 deletions
5
src/IP.h
5
src/IP.h
|
@ -554,6 +554,11 @@ public:
|
|||
[[deprecated("Remove in v4.1. Use ToPktHdrVal() instead.")]]
|
||||
RecordVal* BuildPktHdrVal(RecordVal* pkt_hdr, int sindex) const;
|
||||
|
||||
/**
|
||||
* Denotes whether this header is from a set of packet fragments.
|
||||
*/
|
||||
bool reassembled = false;
|
||||
|
||||
private:
|
||||
const struct ip* ip4 = nullptr;
|
||||
const struct ip6_hdr* ip6 = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue