First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

USB packets are not being split into sections on Linux

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?

MrShnorp's avatar
1
MrShnorp
asked 2021-07-13 04:53:14 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

MrShnorp's avatar
1
MrShnorp
answered 2021-07-13 06:38:37 +0000
edit flag offensive 0 remove flag delete link

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's avatar Guy Harris (2021-07-13 21:10:01 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer