[Wireshark-dev] PLC PRIME protocol dissector?

2013-03-14 Thread Nicolae Mihail
Hello, I have worked with some teammates on a dissector for PLC PRIME protocol. Just to check before going further, is there anyone else working on a dissector for PLC PRIME and has the intention to add it to wireshark?

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 8470] New: Import packets from UDP port

2013-03-14 Thread Anders Broman
You could have your program write out in libpcap(pcap-ng) format and pipe that to Wireshark. Regards Anders From: wireshark-bugs-boun...@wireshark.org [mailto:wireshark-bugs-boun...@wireshark.org] On Behalf Of bugzilla-dae...@wireshark.org Sent: den 14 mars 2013 15:49 To:

Re: [Wireshark-dev] Fun with window resizing in GTK3

2013-03-14 Thread Bill Meier
On 3/13/2013 5:49 PM, Guy Harris wrote: On Mar 13, 2013, at 1:04 PM, wme...@wireshark.org wrote: (This stuff in GTK3 about parents inheriting expand/fill properties from children is driving me crazy). Presumably the GTK+ developers thought that this was a Good Idea. Have we just not been

[Wireshark-dev] BASE_CUSTOM and 64-bit values

2013-03-14 Thread David Arnold
Hi all, I'm working on a dissector for a protocol that encodes a timestamp as a 64-bit number of nanoseconds since midnight. I'd like to write a BASE_CUSTOM formatting function for this field, but it looks like the value passed to formatting functions for BASE_CUSTOM is limited to 32 bits

Re: [Wireshark-dev] BASE_CUSTOM and 64-bit values

2013-03-14 Thread Guy Harris
On Mar 14, 2013, at 1:22 PM, David Arnold dav...@pobox.com wrote: I'm working on a dissector for a protocol that encodes a timestamp as a 64-bit number of nanoseconds since midnight. Is that midnight on a particular date, where the date appears in the packet along with the time-of-day, or

Re: [Wireshark-dev] BASE_CUSTOM and 64-bit values

2013-03-14 Thread David Arnold
On 14/03/2013, at 9:32 PM, Guy Harris wrote: On Mar 14, 2013, at 1:22 PM, David Arnold dav...@pobox.com wrote: I'm working on a dissector for a protocol that encodes a timestamp as a 64-bit number of nanoseconds since midnight. Is that midnight on a particular date, where the date

Re: [Wireshark-dev] BASE_CUSTOM and 64-bit values

2013-03-14 Thread Guy Harris
On Mar 14, 2013, at 1:44 PM, David Arnold dav...@pobox.com wrote: It's implicit, and midnight today (the protocol is NASDAQ OUCH-4.x) You could use proto_tree_add_uint64_format_value(). ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] Lightweight markup for release notes

2013-03-14 Thread Gerald Combs
On 3/4/13 3:39 PM, Gerald Combs wrote: On 3/4/13 2:33 PM, Jaap Keuter wrote: On 03/04/2013 08:45 PM, Gerald Combs wrote: Would anyone object to using a lighter-weight markup language for the release notes such as Markdown or reStructuredText? I myself have been looking into AsciiDoc, for use