This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Adding a range of ports to be mapped to http

0

Hi,

So this is similar to http://ask.wireshark.org/questions/6294/using-wireshark-to-debug-http-traffic-on-a-non-standard-port and http://ask.wireshark.org/questions/12360/mapping-a-well-known-protocol-to-a-custom-port.

The difference is, I don't have one or two ports that I would like to add as HTTP. I need to add a range, something like 8000-26000.

Is this possible?

asked 21 Mar '13, 08:53

pattimus-prime's gravatar image

pattimus-prime
11115
accept rate: 100%


One Answer:

0

I just tried and it works.

To answer my own question:

In Wireshark do:

Edit -> Preferences -> Protocols -> HTTP

TCP Ports:

80,3128,3132,5985,11371,1900,2869,2710,8000-26000

And now for example, a request sent to my webserver on port 19620 is properly marked as HTTP.

answered 21 Mar '13, 08:57

pattimus-prime's gravatar image

pattimus-prime
11115
accept rate: 100%

edited 21 Mar '13, 08:57