]> The Tcpdump Group git mirrors - tcpdump/blob - tests/ospf-gmpls.sh
- handle the case where we know the ethertype but do not have a printer for it
[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