Why can't wireshark capture HTTP packets

asked 2020-09-15 15:44:58 +0000

DBlum gravatar image

Using WiFi interface.

edit retag flag offensive close merge delete

Comments

Can you give some more context as it works for me? What packets, if any do you see?

grahamb gravatar imagegrahamb ( 2020-09-15 15:50:03 +0000 )edit

If you're trying to capture HTTP packets to/from your own device, then you should be able to achieve that without a problem. If that's the case, please provide more context as @grahamb suggests.

But if you're trying to capture HTTP packets destined to another device, then your capture setup is probably lacking, in which case I'd advise you to read the information available at the Wireshark wiki page, WLAN (IEEE 802.11) capture setup.

Lastly, it may be that HTTP packets are not being sent at all, but rather it's encrypted HTTPS traffic. Try capturing or looking for traffic on port 443 instead of port 80 - the default ports for HTTPS and HTTP, respectively.

cmaynard gravatar imagecmaynard ( 2020-09-15 16:33:45 +0000 )edit