Re: [Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Roland Knall
After some research, I've added the simple patchset: https://code.wireshark.org/review/c/34445/ Sideeffects should not occur, the changes since then in qtbase have been minimal in that area. Am Di., 3. Sept. 2019 um 21:00 Uhr schrieb Roland Knall : > Then I will try to figure out how to do it pr

Re: [Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Roland Knall
Then I will try to figure out how to do it properly. cheers Roland Am Di., 3. Sept. 2019 um 20:37 Uhr schrieb Stig Bjørlykke < s...@bjorlykke.org>: > Hi, > > If we don’t enforce the first column to always be a Number column then I >> would consider this as a bug. >> > > It’s possible to change t

Re: [Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Stig Bjørlykke
Hi, If we don’t enforce the first column to always be a Number column then I > would consider this as a bug. > It’s possible to change this column in preferences, or by manually editing the config file, and existing profiles may have different columns which the user wants to move around. Not bein

Re: [Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Roland Knall
My problem is not so much, that it would be much work (partly got it working already), but more, there is a reason for that behavior change in Qt. I am worried that if we change it back, there will be other hidden issues waiting for us. Am Di., 3. Sept. 2019 um 20:16 Uhr schrieb Pascal Quantin < p

Re: [Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Pascal Quantin
Hi Roland, Le mar. 3 sept. 2019 à 17:39, Roland Knall a écrit : > Hi > > Those of you build Wireshark yourself or using a pre-distributed version > of Wireshark with Qt >= 5.11 might run into this issue: > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15879 > > In short, Qt changed the def

Re: [Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Jaap Keuter
No problem for me. > On 3 Sep 2019, at 17:38, Roland Knall wrote: > > Would this be a deal breaker for you, if the first column can no longer be > moved around? ___ Sent via:Wireshark-dev mailing list Archives:htt

Re: [Wireshark-dev] How to access lower level protocol data from a higher level dissector

2019-09-03 Thread Dylan Ulis
Thanks to you both, I should have thought of pinfo. Looks like it has both layer 2 and 3 addresses in there, which is all I need from the other layers. I'll be sure to confirm that type is AT_ETHER Dylan Ulis dylan.u...@gmail.com On Fri, Aug 30, 2019 at 1:37 PM Guy Harris wrote: > On Aug 30, 2

[Wireshark-dev] Qt issue with first section not movable

2019-09-03 Thread Roland Knall
Hi Those of you build Wireshark yourself or using a pre-distributed version of Wireshark with Qt >= 5.11 might run into this issue: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15879 In short, Qt changed the default behavior for the first column, and it therefore cannot be moved anymore, u