mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
BIT-1950: support PPPoE over QinQ
This commit is contained in:
parent
15d74ac081
commit
ad9abd4c9b
4 changed files with 54 additions and 54 deletions
10
testing/btest/Baseline/core.pppoe-over-qinq/conn.log
Normal file
10
testing/btest/Baseline/core.pppoe-over-qinq/conn.log
Normal file
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path conn
|
||||
#open 2018-07-06-12-25-54
|
||||
#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]
|
||||
1523351398.449222 CHhAvVGS1DHFjwGM9 1.1.1.1 20394 2.2.2.2 443 tcp - 273.626833 11352 4984 SF - - 0 ShADdtaTFf 44 25283 42 13001 -
|
||||
#close 2018-07-06-12-25-54
|
BIN
testing/btest/Traces/pppoe-over-qinq.pcap
Normal file
BIN
testing/btest/Traces/pppoe-over-qinq.pcap
Normal file
Binary file not shown.
2
testing/btest/core/pppoe-over-qinq.bro
Normal file
2
testing/btest/core/pppoe-over-qinq.bro
Normal file
|
@ -0,0 +1,2 @@
|
|||
# @TEST-EXEC: bro -C -r $TRACES/pppoe-over-qinq.pcap
|
||||
# @TEST-EXEC: btest-diff conn.log
|
Loading…
Add table
Add a link
Reference in a new issue