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