File: dotcpdump

package info (click to toggle)
ns2 2.35~RC5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 86,236 kB
  • ctags: 26,940
  • sloc: cpp: 172,777; tcl: 107,181; perl: 6,391; sh: 6,175; ansic: 5,839; makefile: 793; awk: 525; csh: 355
file content (3 lines) | stat: -rwxr-xr-x 96 bytes parent folder | download | duplicates (8)
1
2
3
#!/bin/sh -
echo "tracing to file $1"
tcpdump -i fxp0 -w $1 'host ee.lbl.gov and port ftp-data'