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

Changes during merge: - Add dedicated test (w/ trace "client_timestamp_enabled.pcapng" from Cloudshark) - Change types from signed to unsigned. - Add cast for bit-shifting operand. - clang-format run
6 lines
179 B
Text
6 lines
179 B
Text
# @TEST-EXEC: zeek -b -C -r $TRACES/tcp/timestamp.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff .stdout
|
|
|
|
event connection_SYN_packet(c: connection, pkt: SYN_packet) {
|
|
print pkt;
|
|
}
|