]>
The Tcpdump Group git mirrors - tcpdump/blob - tests/print-flags.sh
3 for i
in x xx X XX A AA
; do
5 # We cannot rely on, for example, "print-x.out" and
6 # "print-X.out" being different files - we might be running
7 # this on a case-insensitive file system, e.g. a Windows
8 # file system or a case-insensitive HFS+ file system on
11 # Therefore, for "X" and "XX", we have "print-capX.out"
12 # and "print-capXX.out".
23 if (..
/tcpdump
-$i -s0 -nr print-flags.pcap |
tee NEW
/print-
$printname.new |
diff - print-
$printname.out
>DIFF
/print-
$printname.out.
diff )