mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
af_packet: Fixed test baseline to include defrag option.
This commit is contained in:
parent
130f7f7272
commit
62356c38dd
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ instead of looking for the headers matching the running kernel's version. If
|
|||
everything built and installed correctly, you should see this::
|
||||
|
||||
# zeek -NN Zeek::AF_Packet
|
||||
Zeek::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 2.1.0)
|
||||
Zeek::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 2.1.1)
|
||||
[Packet Source] AF_PacketReader (interface prefix "af_packet"; supports live input)
|
||||
[Type] AF_Packet::FanoutMode
|
||||
[Constant] AF_Packet::buffer_size
|
||||
|
|
|
@ -16,6 +16,6 @@ plugin::Configuration Plugin::Configure()
|
|||
config.description = "Packet acquisition via AF_Packet";
|
||||
config.version.major = 2;
|
||||
config.version.minor = 1;
|
||||
config.version.patch = 0;
|
||||
config.version.patch = 1;
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue