{"id":54,"date":"2014-11-29T23:11:30","date_gmt":"2014-11-29T21:11:30","guid":{"rendered":"https:\/\/serverstuff.info\/wordpress\/?p=54"},"modified":"2014-12-03T14:06:15","modified_gmt":"2014-12-03T12:06:15","slug":"wireshark-capture-remote-tcpdump-via-ssh","status":"publish","type":"post","link":"https:\/\/serverstuff.info\/wordpress\/2014\/11\/29\/wireshark-capture-remote-tcpdump-via-ssh\/","title":{"rendered":"Wireshark capture from remote tcpdump via ssh"},"content":{"rendered":"<p>So, tcpdump is nice but it&#8217;s hard to look through all the output in the console .. and filtering .. and so on. Here&#8217;s how I managed to get it to analyze it in wireshark:<\/p>\n<pre lang=\"bash\">\r\nwireshark -k -i <(ssh user@host -p port tcpdump -s0 -U -n -w - -i interface 'filter')\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>So, tcpdump is nice but it&#8217;s hard to look through all the output in the console .. and filtering .. and so on. Here&#8217;s how I managed to get it to analyze it in wireshark: wireshark -k -i<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-54","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts\/54","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/comments?post=54"}],"version-history":[{"count":2,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts\/54\/revisions"}],"predecessor-version":[{"id":56,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/posts\/54\/revisions\/56"}],"wp:attachment":[{"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/media?parent=54"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/categories?post=54"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverstuff.info\/wordpress\/wp-json\/wp\/v2\/tags?post=54"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}