mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00

The RFC specifies that QUIC packets with unset fixed_bit need to be discarded. Do so. Fixes #4847
9 lines
443 B
Text
9 lines
443 B
Text
# @TEST-DOC: Regression test for #4847, QUIC packets with fixed_bit 0 are discarded.
|
|
|
|
# @TEST-REQUIRES: ${SCRIPTS}/have-spicy
|
|
# @TEST-EXEC: zeek -r $TRACES/quic/quic-39264-rand.pcap base/protocols/quic
|
|
# @TEST-EXEC: test ! -f analyzer.log || cat analyzer.log >&2
|
|
# @TEST-EXEC: zeek-cut -m ts uid history service < conn.log > conn.log.cut
|
|
# @TEST-EXEC: btest-diff conn.log.cut
|
|
# @TEST-EXEC: btest-diff ssl.log
|
|
# @TEST-EXEC: btest-diff quic.log
|