mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add a test for 802.11 monitor mode
This commit is contained in:
parent
30c28da046
commit
dfa392bd6c
3 changed files with 13 additions and 0 deletions
11
testing/btest/Baseline/core.wlanmon/conn.log
Normal file
11
testing/btest/Baseline/core.wlanmon/conn.log
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#separator \x09
|
||||||
|
#set_separator ,
|
||||||
|
#empty_field (empty)
|
||||||
|
#unset_field -
|
||||||
|
#path conn
|
||||||
|
#open 2016-07-13-16-13-00
|
||||||
|
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p proto service duration orig_bytes resp_bytes conn_state local_orig local_resp missed_bytes history orig_pkts orig_ip_bytes resp_pkts resp_ip_bytes tunnel_parents
|
||||||
|
#types time string addr port addr port enum string interval count count string bool bool count string count count count count set[string]
|
||||||
|
1439902891.705224 CHhAvVGS1DHFjwGM9 172.17.156.76 61738 208.67.220.220 53 udp dns 0.041654 35 128 SF - - 0 Dd 1 63 1 156 -
|
||||||
|
1439903050.580632 ClEkJM2Vm5giqnMf4h fe80::a667:6ff:fef7:ec54 5353 ff02::fb 5353 udp dns - - - S0 - - 0 D 1 328 0 0 -
|
||||||
|
#close 2016-07-13-16-13-00
|
BIN
testing/btest/Traces/wlanmon.pcap
Normal file
BIN
testing/btest/Traces/wlanmon.pcap
Normal file
Binary file not shown.
2
testing/btest/core/wlanmon.bro
Normal file
2
testing/btest/core/wlanmon.bro
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# @TEST-EXEC: bro -C -r $TRACES/wlanmon.pcap
|
||||||
|
# @TEST-EXEC: btest-diff conn.log
|
Loading…
Add table
Add a link
Reference in a new issue