mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +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
(cherry picked from commit 81ce83590d
)
This commit is contained in:
parent
a99231d956
commit
483f7a0322
8 changed files with 104 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