blob: aff76105c2baa245176daac591dac23d39efa4a8 (
plain)
1
2
3
4
5
6
|
#!/bin/sh -xe
../dnscap -r dns.pcap-dist -g -B '2016-10-20 15:23:30' -E '2016-10-20 15:24:00' 2>test9.out
../dnscap -r dns.pcap-dist -o use_layers=yes -g -B '2016-10-20 15:23:30' -E '2016-10-20 15:24:00' 2>>test9.out
diff test9.out "$srcdir/test9.gold"
|