mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Renamed LL-Analyzers to Packet Analyzers.
This commit is contained in:
parent
b2e6c9ac9a
commit
e53ec46c23
148 changed files with 587 additions and 587 deletions
|
@ -0,0 +1 @@
|
|||
@load ./main
|
9
scripts/base/packet-protocols/ieee802_11_radio/main.zeek
Normal file
9
scripts/base/packet-protocols/ieee802_11_radio/main.zeek
Normal file
|
@ -0,0 +1,9 @@
|
|||
module LL_IEEE802_11_RADIO;
|
||||
|
||||
const DLT_IEEE802_11_RADIO : count = 127;
|
||||
const DLT_IEEE802_11 : count = 105;
|
||||
|
||||
redef PacketAnalyzer::config_map += {
|
||||
PacketAnalyzer::ConfigEntry($identifier=DLT_IEEE802_11_RADIO, $analyzer=PacketAnalyzer::ANALYZER_IEEE802_11_RADIO),
|
||||
PacketAnalyzer::ConfigEntry($parent=PacketAnalyzer::ANALYZER_IEEE802_11_RADIO, $identifier=DLT_IEEE802_11, $analyzer=PacketAnalyzer::ANALYZER_IEEE802_11)
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue