{"id":371,"date":"2014-06-19T15:10:54","date_gmt":"2014-06-19T14:10:54","guid":{"rendered":"http:\/\/www.nax.cz\/?p=371"},"modified":"2014-06-19T15:10:54","modified_gmt":"2014-06-19T14:10:54","slug":"use-wireshark-to-analyze-data-from-remote-tcpdump","status":"publish","type":"post","link":"https:\/\/nax.cz\/?p=371","title":{"rendered":"use Wireshark to analyze data from remote tcpdump"},"content":{"rendered":"<p>Quite nice feature of wireshark is, that it can receive data from remotly running tcpdump. I use plink (which is part of putty tools squite) here, to open channel to remote unuix host where I open tcpdump. In addition you can specify -pw parameter with a password.<\/p>\n<p><code><br \/>\nplink.exe -ssh \"nax@192.168.0.14\" -m command_eth0.txt | \"c:\\program files\\wireshark\\wireshark.exe\" -k -i -<br \/>\n<\/code><\/p>\n<p>where command_eth0.txt contains:<\/p>\n<p><code><br \/>\nsudo \/sbin\/tcpdump -s0 -w - -n -i eth0 host 192.168.0.16 \\&\\& ! port 12345<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Quite nice feature of wireshark is, that it can receive data from remotly running tcpdump. I use plink (which is part of putty tools squite) here, to open channel to remote unuix host where I open tcpdump. In addition you can specify -pw parameter with a password. plink.exe -ssh &#8222;nax@192.168.0.14&#8220; -m command_eth0.txt | &#8222;c:\\program files\\wireshark\\wireshark.exe&#8220; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37,39],"tags":[],"class_list":["post-371","post","type-post","status-publish","format-standard","hentry","category-monitoring","category-scripting-unix-sw-computers"],"_links":{"self":[{"href":"https:\/\/nax.cz\/index.php?rest_route=\/wp\/v2\/posts\/371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nax.cz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nax.cz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nax.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nax.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=371"}],"version-history":[{"count":0,"href":"https:\/\/nax.cz\/index.php?rest_route=\/wp\/v2\/posts\/371\/revisions"}],"wp:attachment":[{"href":"https:\/\/nax.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nax.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nax.cz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}