[Wireshark-dev] Developing Wireshark Disector for variable paytload

2015-10-07 Thread Gunjan Mehta
Hi, I am developing a wireshark dissector for a varible length payload. Some time the packet size can be 80 or 1450 but less than 1500. When i use ProtoField.none. I get many errors. For variable length field what should i use? Regards

Re: [Wireshark-dev] [Wireshark-commits] master a37ac98: SCTP: fix dissection of DATA chunks

2015-10-07 Thread Pascal Quantin
Hi Michael, 2015-10-07 8:41 GMT+02:00 Michael Tuexen : > Hi Pascal, > > thanks for finding and fixing it! Can you cherry pick it also for 2.0? > You are welcome :) I did not cherry-pick it because I thought the I-DATA development was not part of the branch. But

Re: [Wireshark-dev] FILETIME to nstime_t conversions gives a warning

2015-10-07 Thread Peter Wu
Hi Guy, Thank you for your detailed reply. On Mon, Oct 05, 2015 at 08:11:55AM -0700, Guy Harris wrote: > > On Oct 4, 2015, at 6:09 AM, Peter Wu wrote: > > > I am getting these compile warnings using Clang 3.7.0: > > > >wsutil/nstime.c:235:25: warning: shifting a

Re: [Wireshark-dev] [Wireshark-commits] master a37ac98: SCTP: fix dissection of DATA chunks

2015-10-07 Thread Michael Tuexen
> On 07 Oct 2015, at 09:22, Pascal Quantin wrote: > > Hi Michael, > > 2015-10-07 8:41 GMT+02:00 Michael Tuexen : > Hi Pascal, > > thanks for finding and fixing it! Can you cherry pick it also for 2.0? > > You are welcome :) > I did

Re: [Wireshark-dev] [Wireshark-commits] master a37ac98: SCTP: fix dissection of DATA chunks

2015-10-07 Thread Michael Tuexen
Hi Pascal, thanks for finding and fixing it! Can you cherry pick it also for 2.0? Best regards Michael > On 06 Oct 2015, at 23:31, Wireshark code review > wrote: > > URL: >