mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/tcp-padding'
* origin/topic/johanna/tcp-padding: Do not forward padding to downstream TCP packet analyzer
This commit is contained in:
commit
81ce83590d
8 changed files with 45 additions and 3 deletions
6
testing/btest/core/tcp-padding.zeek
Normal file
6
testing/btest/core/tcp-padding.zeek
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Check that data contained in the ethernet padding does not make it into protocol analysis
|
||||
|
||||
# @TEST-EXEC: zeek -C -r $TRACES/tcp-http-with-padding.pcap %INPUT >out
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff http.log
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue