I'm trying to debug an application, and this is not a convenient place to launch WireShark.
I use "tcpdump -nn -x -X port 25", but the output is not in the most convenient format. Thoughts?
You can always write the tcpdump file to the file using "-w dump.txt -s 0" as additional arguments, and then upload the output file to WireShark locally.
tcpdump -A(instead -X) will print the contents of the package in ASCII.
tcpdump -A
-X
, - SMTP, (, - socat ), ...
tcpdump
There is a useful utility known as ngrepthat can help you. It has all the features of regular grep, but it works with pcap data. Check here
ngrep
Source: https://habr.com/ru/post/1722382/More articles:How to create a Silverlight popup with a TextBox populate its parent? - silverlight-3.0Combining data from two different data sets (Facebook and MySQL) - phpIs it possible to return the returned URL from javascript / jquery? - jqueryLocation of NSStatusItem (cocoa) on screen - cocoajava.lang.Long cannot be added to java.lang.String - google-app-engineProgrammatically Using Outlook "Vote" Functionality - .netAccess violation when calling an external function (C ++) from a Delphi application - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1722385/can-jetty-pick-up-changes-to-web-inflib-on-hot-deployment-how&usg=ALkJrhh3NFCqByLvIASPtc9VxnSo3U5ZwAHow to connect two modules in Verilog? - modulesqlite writing date in email - dateAll Articles