mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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
14
testing/btest/plugins/packet-protocol.zeek
Normal file
14
testing/btest/plugins/packet-protocol.zeek
Normal file
|
@ -0,0 +1,14 @@
|
|||
# @TEST-EXEC: ${DIST}/auxil/zeek-aux/plugin-support/init-plugin -u . PacketDemo Bar
|
||||
# @TEST-EXEC: cp -r %DIR/packet-protocol-plugin/* .
|
||||
# @TEST-EXEC: ./configure --zeek-dist=${DIST} && make
|
||||
# @TEST-EXEC: ZEEK_PLUGIN_PATH=`pwd` zeek -NN PacketDemo::Bar >>output
|
||||
# @TEST-EXEC: echo === >>output
|
||||
# @TEST-EXEC: ZEEK_PLUGIN_PATH=`pwd` zeek -r $TRACES/raw_packets.trace %INPUT >>output
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff output
|
||||
|
||||
event bar_message(dsap: count, ssap: count, control: count)
|
||||
{
|
||||
print fmt("bar_message (DSAP = %x, SSAP = %x, Control = %x)",
|
||||
dsap, ssap, control);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue