]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/mpls-ldp-hello.sh
Properly pass the MF flag and fragment offset to the UDP, TCP, and ICMP
[tcpdump] / tests / mpls-ldp-hello.sh
index d8c01a7645a9e719d9d867d02039771d8c21c145..b1a5b1941705dcfe345eab24f60db20cd789d0a8 100755 (executable)
@@ -1,7 +1,10 @@
 #!/bin/sh
 
+uudecode mpls-ldp-hello.puu
+
 echo -n test mpls-ldp-hello ...
-if (../tcpdump -t -n -v -r mpls-ldp-hello.pcap | diff - mpls-ldp-hello.out)
+../tcpdump -t -n -v -r mpls-ldp-hello.pcap >mpls-ldp-hello.new
+if diff mpls-ldp-hello.new mpls-ldp-hello.out
 then
        echo passed.
 else