File: lmp.sh

package info (click to toggle)
tcpdump 4.3.0-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,400 kB
  • sloc: ansic: 66,862; sh: 3,185; makefile: 384; awk: 123; perl: 29
file content (12 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo -n test lmp ...
../tcpdump -t -n -v -v -v -r lmp.pcap >lmp.new
if diff lmp.new lmp.out
then
	echo passed.
else
	echo failed.
fi