TCPDump: Difference between revisions

102 bytes added ,  6 years ago
no edit summary
No edit summary
Line 1:
[[Category:Lab]]
__TOC__
<br />
 
 
== TCPDump Filters==
Source: [[http://www.thegeekstuff.com/2010/08/tcpdump-command-examples/ thegeekstuff.com]]
Line 168 ⟶ 173:
for i in `find . -type f | egrep "All.pcap"`; do echo $i; tcpdump -r $i '((host 1.1.1.1 or host 2.2.2.2) and host 3.3.3.3) and port 445' ; echo -e "\n"; done
</pre>
 
<br />
;References
<references/>
<br />
<br />
<br />
 
 
{{DISQUS}}