mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
GH-545: add "addl" parameter to flow_weird and net_weird events
This commit is contained in:
parent
8ab0650c1e
commit
2d7c926291
16 changed files with 69 additions and 65 deletions
|
@ -90,9 +90,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