Remove date from tcpdump example.

waldyrious/alt-syntax
egilkh 2014-08-18 11:04:06 +02:00 committed by Egil Hanger
parent 6ebb0b550b
commit facb34a60f
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
`tcpdump net {{192.168.1.0/24}}`
- capture all traffic except traffic over port 22 and save to a dump file with today's date
- capture all traffic except traffic over port 22 and save to a dump file
`tcpdump -w dumpfile.`date +%Y.%m.%d-%H.%M`.pcap not port 22`
`tcpdump -w dumpfile.pcap not port 22`