]> The Tcpdump Group git mirrors - tcpdump/blob - tests/eapon1.sh
from Carles Kishimoto <[email protected]>: complete the outstanding objects as per...
[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