zeek/testing/btest/core/mobile-ipv6-routing.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
343 B
Plaintext

# @TEST-EXEC: zeek -b -r $TRACES/mobile-ipv6/ipv6-mobile-routing.trace %INPUT >output
# @TEST-EXEC: btest-diff output
# Just check that the responder of the connection is the final routing
# address, but the destination in the header is the actual destination address.
event new_packet(c: connection, p: pkt_hdr)
{
print c$id;
print p;
}