Ask Your Question
0

USB packets are not being split into sections on Linux

asked 2021-07-13 04:53:14 +0000

MrShnorp gravatar image

I have a capture file from a Mac device, and I am trying to read the USB packets. On a Windows VM, the packets are correctly split into sections and analyzed: image description

However, for some reason, when I open the same exact file with the same exact Wireshark version on Linux: image description

The packets are not analyzed.

I am using Arch Linux, and I have downloaded Wireshark from the repos and I've also tried compiling it from source, to no avail.

Why is this happening?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-13 06:38:37 +0000

MrShnorp gravatar image

So, turns out that I just had to increase the size of the part which says "Frame 1".

edit flag offensive delete link more

Comments

If you're curious, the names that are generally used for the sections of the Wireshark display are

  • the "packet summary pane", which has one-line summaries of packets (packet number, time stamp, addresses, protocol, summary information, etc.);
  • the "packet detail pane", which has the details of the currently-selected packet;
  • the "hex dump pane", which has a raw hex and ASCII display of the packet data.

(This style of display in sniffers long predates Wireshark - it goes back at least to earlier GUI-based sniffers.)

The part that says "Frame 1" is the packet detail pane.

Guy Harris gravatar imageGuy Harris ( 2021-07-13 21:10:01 +0000 )edit

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-07-13 04:53:14 +0000

Seen: 133 times

Last updated: Jul 13 '21