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 |
One Answer:
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 Quantin edited 24 Nov '15, 09:48 Lekensteyn |
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.Ah....I did just that thank you.