mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add testcase for TCP segment offloading.
Relates to GH-1829
This commit is contained in:
parent
48ee7db3c1
commit
d3f16af4ab
3 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
# This test checks that packets get forwarded to a protocol analyzer,
|
||||
# even when TCP segment offloading is enabled, and the IP length field is
|
||||
# not correctly filled out. This requires -C to be passed.
|
||||
#
|
||||
# @TEST-EXEC: zeek -C -r $TRACES/krb/kerberos_tso.pcap
|
||||
# @TEST-EXEC: btest-diff kerberos.log
|
Loading…
Add table
Add a link
Reference in a new issue