Re: [Wireshark-users] DBus dissector in lua

2020-05-22 Thread Peter Wu
something like: dbus contains 02:01:73:00:14:00:00:00:6f:72:67:2e:... This will match the literal byte pattern representing this interface match. For more details about this filter, see https://www.wireshark.org/docs/man-pages/wireshark

Re: [Wireshark-users] Proposed changes to make tcp.ack and tcp.seq relative

2020-05-07 Thread Peter Wu
On Tue, May 05, 2020 at 08:59:45AM -0400, Lee wrote: > On 5/4/20, Peter Wu wrote: > > Hi all, > > > > A request was filed earlier to add a new "tcp.ack_rel" field to ensure > > that color filters can be created that always work on the relative > > se

Re: [Wireshark-users] Proposed changes to make tcp.ack and tcp.seq relative

2020-05-07 Thread Peter Wu
On Mon, May 04, 2020 at 04:52:02PM -0700, Jim Aragon wrote: > At 01:50 PM 5/4/2020, Peter Wu wrote: > > >A request was filed earlier to add a new "tcp.ack_rel" field to ensure > >that color filters can be created that always work on the relative > >sequence nu

Re: [Wireshark-users] [Wireshark-dev] Proposed changes to make tcp.ack and tcp.seq relative

2020-05-04 Thread Peter Wu
> here, > I guess). And I hadn't even noticed the new way of displaying > the relative sequence numbers in 3.2 yet :-) Cool, thanks for your reply, I was already hoping for your feedback! If there are no further objections I'll submit a patch for this. On a related note, to address one

[Wireshark-users] Proposed changes to make tcp.ack and tcp.seq relative

2020-05-04 Thread Peter Wu
disabled. This field was added in Wireshark 3.2. - Document these changes clearly in the release notes and corresponding user guides if needed. Are there any objections to this change? -- Kind regards, Peter Wu https://lekensteyn.nl __

Re: [Wireshark-users] [re-post of my Q on ask.wireshark.org] [ws 3.2.0] QUIC handshake is decrypted but subsequent packets are not

2020-01-03 Thread Peter Wu
r the current state of QUIC support in Wireshark, please refer to https://github.com/quicwg/base-drafts/wiki/Tools#wireshark and find capture samples at https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13881 For future reference, this is a repost of https://ask.wireshark.org/question/13818/ws-

Re: [Wireshark-users] Improve Generic Netlink family id to name mapping

2019-07-28 Thread Peter Wu
by scraping genl ctrl list) ? If you can trigger a netlink message with the attributes (perhaps using genl-ctr-list?), Wireshark should automatically pick this up. By the way, with Lua dissector questions, perhaps wireshark-dev would be a more suitable place. The Lua guide has also moved

Re: [Wireshark-users] How to disable lua support from command line ?

2019-07-28 Thread Peter Wu
s there some work done on this I could follow ? or should I open a > ticket on the tracker ? Would the above environment variables work for you without requiring new options? -- Kind regards, Peter Wu https://lekensteyn.nl ___

Re: [Wireshark-users] Appimage build

2019-07-03 Thread Peter Wu
Hi! On Wed, Jul 03, 2019 at 02:01:07PM +0200, GDR! wrote: > Hello, > > I've been trying to build the AppImage version of Wireshark, this > feature has been announced since 2.9. > > Since it's not documented how to build AppImages of Wireshark, I > thought I'd share my experience (hopefully,

Re: [Wireshark-users] How to disable lua support from command line ?

2019-07-02 Thread Peter Wu
le_Gui.html - Add a protocol preference to your dissector and use that to control whether the interfering functionality is enabled. You could combine this with the gui_enabled() trick above. - Run your program with WIRESHARK_CONFIG_DIR=/nonexistent to ensure an empty configuration profile. -- Kind regards, Peter

Re: [Wireshark-users] termshark: a terminal UI for tshark

2019-04-23 Thread Peter Wu
(+cc wireshark-dev since some may find this interesting.) Hi Graham, This looks neat, I have added it to the wiki: https://wiki.wireshark.org/Tools Are you aware of sharkd? For interactive use it might be a more suitable backend than tshark. sharkd is part of Wireshark and was developed by

Re: [Wireshark-users] RDP dissector Question

2019-04-22 Thread Peter Wu
shark.org/RDP -- Kind regards, Peter Wu https://lekensteyn.nl ___ Sent via:Wireshark-users mailing list Archives:https://www.wireshark.org/lists/wireshark-users Unsubscribe: https://www.wireshark.org/mailman/o