I transferred file with out encryption from filezilla to QBox and captured the packets. I opened that pcap file but could not find text content of the file.
@amanagar, @chandra-kiran_crio
- As mentioned here by @Kiran, Wireshark populate it’s
Protocol
column by inferring from the port number
-
Now, if want Wireshark to show
FTP
corresponding to our FTP packets, we need to tell it manually which all ports we are using forFTP
manually. -
How to do it?
- For each of the port number we want to assign as FTP,
Right-Click
and click onDecode As
- Click on
+
icon to add a new entry. Double-click on(none)
to open the drop-down and select the required protocol from it. - Click
Ok
- For each of the port number we want to assign as FTP,
-
You’ll see the text we usually see logged into vsftpd.conf in the
Info
column for packets having data
Hope it helped