Ask Your Question
0

Constant 0x0800 traffic between router and computer

asked 2022-10-23 06:15:20 +0000

I've only just recently started using Wireshark and haven't done any configuration beyond installation. Whenever I start a packet capture there is a constant stream of roughly 10 - 1000 packets per second of 0x0800 protocol traffic between my computer and the router. Even with no windows open and no other programs running this traffic is consistently being exchanged. Whenever I attempt to generate traffic the volume of these packets simply increases with no other addresses or protocols appearing.

I've tried reinstalling Wireshark but this hasn't changed anything.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-10-23 11:59:57 +0000

Jaap gravatar image

It's kinda hard to believe that there wasn't any configuration done after installation for this situation to occur. But then again it could have happened inadvertently.

Here's what's most likely going on. When you capture network traffic you most likely see Ethernet frames with IPv4 packet as payloads. To distinguish these payloads from others, the Ethernet frame has an ether type field which indicates what type of payload is carried by that Ethernet frame. It so happens that 0x0800 is the ether type for, you guessed it, IPv4 packet payloads.

Now it would be nice if Wireshark would show you IPv4 packets and what other protocols are in there. It can, but currently it seems it doesn't. A possible reason why this would be is that the IPv4 dissector in Wireshark has been disabled.

To see whether that is the case open the Enabled Protocols dialog and search for IPv4. If that is disabled (has no checkmark) enable it, click OK and see if it makes any difference.

If this solves the problem, then most likely the IPv4 dissector got disabled through a context menu with protocol preferences, which also allows for the protocol dissector to be disabled. This is saved in your current profile, which remains regardless of installation status of the program.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2022-10-23 06:15:20 +0000

Seen: 290 times

Last updated: Oct 23 '22