]> The Tcpdump Group git mirrors - tcpdump/commit
LMP: add -T override and fix version 1 test(s)
authorDenis Ovsienko <[email protected]>
Sat, 7 Sep 2013 08:22:37 +0000 (12:22 +0400)
committerDenis Ovsienko <[email protected]>
Sat, 7 Sep 2013 08:24:02 +0000 (12:24 +0400)
commiteadd71d493cac395429a5bcc456d798d1bdbe61a
tree93ae6c487f465a29d3b3ed43f3558530025d75a6
parent1da88e5c5d5f26a0969269a47e691a16138119f1
LMP: add -T override and fix version 1 test(s)

The Link Management Protocol version 1 sample capture added to the tests
directory in commit 212eef2 was produced using non-standard UDP port
49998. Later assignment of port 701 reflected in commit 960aee5 made it
impossible to decode the capture.

This change adds a -T override for LMP, uses it to replace the broken
test with two working tests and dismisses the custom test script,
lmp.sh.
interface.h
netdissect.h
print-udp.c
tcpdump.1.in
tcpdump.c
tests/TESTLIST
tests/lmp-v.out [new file with mode: 0644]
tests/lmp.out
tests/lmp.sh [deleted file]