mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/gh-545-weird-addl'
* origin/topic/jsiwek/gh-545-weird-addl: GH-545: add "addl" parameter to flow_weird and net_weird events
This commit is contained in:
commit
bb98559c0d
20 changed files with 112 additions and 68 deletions
|
@ -91,9 +91,9 @@ public:
|
|||
void GetStats(SessionStats& s) const;
|
||||
|
||||
void Weird(const char* name, const Packet* pkt,
|
||||
const EncapsulationStack* encap = 0);
|
||||
const EncapsulationStack* encap = 0, const char* addl = "");
|
||||
void Weird(const char* name, const IP_Hdr* ip,
|
||||
const EncapsulationStack* encap = 0);
|
||||
const EncapsulationStack* encap = 0, const char* addl = "");
|
||||
|
||||
PacketFilter* GetPacketFilter()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue