mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Increased version number.
This commit is contained in:
parent
4eaa201821
commit
b6e52b262c
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ the headers matching the running kernel's version. If everything built and insta
|
||||||
correctly, you should see this::
|
correctly, you should see this::
|
||||||
|
|
||||||
# bro -NN Bro::AF_Packet
|
# bro -NN Bro::AF_Packet
|
||||||
Bro::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 1.2)
|
Bro::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 1.3)
|
||||||
[Packet Source] AF_PacketReader (interface prefix "af_packet"; supports live input)
|
[Packet Source] AF_PacketReader (interface prefix "af_packet"; supports live input)
|
||||||
[Type] AF_Packet::FanoutMode
|
[Type] AF_Packet::FanoutMode
|
||||||
[Constant] AF_Packet::buffer_size
|
[Constant] AF_Packet::buffer_size
|
||||||
|
|
|
@ -14,6 +14,6 @@ plugin::Configuration Plugin::Configure()
|
||||||
config.name = "Bro::AF_Packet";
|
config.name = "Bro::AF_Packet";
|
||||||
config.description = "Packet acquisition via AF_Packet";
|
config.description = "Packet acquisition via AF_Packet";
|
||||||
config.version.major = 1;
|
config.version.major = 1;
|
||||||
config.version.minor = 2;
|
config.version.minor = 3;
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue