Why can't wireshark capture HTTP packets

  • retag add tags

Using WiFi interface.

DBlum's avatar
1
DBlum
asked 2020-09-15 15:44:58 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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

grahamb's avatar grahamb (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's avatar cmaynard (2020-09-15 16:33:45 +0000) edit
add a comment see more comments