I have an http server that listens on port XXXX where XXXX is not 80 or 8080. Wireshark does not recognize the traffic to the server as http. What can I do to map port XXXX to http. asked 01 Jul '12, 14:52 dheerajrs |
3 Answers:
The non-standard http port can be specified by setting one of the HTTP preferences In Wireshark do:
answered 01 Jul '12, 15:00 Bill Meier ♦♦ This works but only with HTTP and SSL. (12 May '13, 15:38) gak In order to specify this on the command line, you can use: (13 Sep '13, 05:17) Lekensteyn |
For HTTP, you can add additional ports in the HTTP preferences as Bill explained. In a more general manner you can always use "Decode As..." to specifically decode some traffic as a certain protocol. You can rightclick on a packet and choose "Decode As...". answered 01 Jul '12, 22:25 SYN-bit ♦♦ |
do edit the preferences file, add the specified port no in the list of pre-configured port nos list.That will solve the problem. answered 15 May '13, 22:24 Sanny_D |
Maybe a patch is required to automatically do this?