This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark 2 new interface no longer seeing packet bytes in separate window

1

Topic says it...per this link: separate window in the new Wireshark I don't see any packet bytes at all...is there a way to configure this?

asked 23 Nov '15, 11:28

DigiAngelXX's gravatar image

DigiAngelXX
216611
accept rate: 0%


One Answer:

2

This was not implemented and the issue is tracked at https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11760

answered 23 Nov '15, 11:58

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

edited 24 Nov '15, 09:48

Lekensteyn's gravatar image

Lekensteyn
2.2k3724

Actually, it was implemented, but it's not working. See ui/qt/packet_dialog.cpp, which does byte_view_tab_ = new ByteViewTab(ui->packetSplitter);, to no avail as no byte view tab shows up in the window.

(23 Nov '15, 14:51) Guy Harris ♦♦

Ah....I did just that thank you.

(24 Nov '15, 03:58) DigiAngelXX