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