Re: [Wireshark-dev] TCP Reassembler

2007-08-08 Thread Michael Ngo
der Hoff <[EMAIL PROTECTED]> wrote: > On Wed, 8 Aug 2007, Michael Ngo wrote: > > > Hi > > > > I'm not sure if the reassembler is buggy or if I > am > > using it wrong. I'm using it like this > > > > tcp_dissect_pdus(tvb, pinfo, tree, TRU

[Wireshark-dev] TCP Reassembler

2007-08-08 Thread Michael Ngo
the duplicate bytes. Instead it should have just reassembled frames 115 and 116 together, while discarding or ignoring frame 100. Sorry if this is a little confusing, but any help/ suggestions would be apprec

[Wireshark-dev] Fwd: accessing tcp data

2007-07-10 Thread Michael Ngo
Sorry for the double email, but I forgot to mention that the problem stems from frames that contain only the IP and TCP information, thus causing my dissect_XXX function to not be called, where XXX is the name of my protocol. Note: forwarded message attached. ___

[Wireshark-dev] accessing tcp data

2007-07-10 Thread Michael Ngo
Hi all I'm currently writing a wireshark dissector and I'm stuck at a certain stage. My problem basically is that I need to access the tcp information for particular frames (ex: first frame). When I say tcp information I am referring to the tcp flags. Any help would be appreciated. Thanks. Mike