]> The Tcpdump Group git mirrors - tcpdump/blob - tests/mpls-ldp-hello.sh
clean up the LCP Auth option printer, remove printf() chains and make use of tok2str...
[tcpdump] / tests / mpls-ldp-hello.sh
1 #!/bin/sh
2
3 echo -n test mpls-ldp-hello ...
4 if (../tcpdump -t -n -v -r mpls-ldp-hello.pcap | diff - mpls-ldp-hello.out)
5 then
6 echo passed.
7 else
8 echo failed.
9 fi
10
11