File: esp5.sh

package info (click to toggle)
tcpdump 3.9.5-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,888 kB
  • ctags: 9,153
  • sloc: ansic: 55,259; sh: 3,239; makefile: 179; awk: 123
file content (13 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

uudecode 08-sunrise-sunset-aes.puu

echo -n test esp5...
../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap > esp5.new
if diff esp5.new esp5.out
then
	echo passed.
else
	echo failed.
fi