mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
GH-1184: Add 'source' field to weird log denoting where the weird was reported
This commit is contained in:
parent
eccbbb4476
commit
e27008ef26
72 changed files with 964 additions and 890 deletions
|
@ -167,6 +167,9 @@ protected:
|
|||
static int get_segment_len(int payload_len, TCP_Flags flags);
|
||||
|
||||
private:
|
||||
|
||||
void SynWeirds(TCP_Flags flags, TCP_Endpoint* endpoint, int data_len) const;
|
||||
|
||||
TCP_Endpoint* orig;
|
||||
TCP_Endpoint* resp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue