Re: [Wireshark-dev] Using tcp_dissect pdus and fragment, segment reassembly

2007-01-26 Thread Jaap Keuter
Hi, Checked in. Thanx, Jaap On Fri, 26 Jan 2007, Graham Bloice wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Graham Bloice wrote: > > I've been attempting to add tcp fragment reassembly using > > tcp_dissect_pdus() to an existing dissector that already used the epan > > reassembl

Re: [Wireshark-dev] Using tcp_dissect pdus and fragment, segment reassembly

2007-01-26 Thread Graham Bloice
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Graham Bloice wrote: > I've been attempting to add tcp fragment reassembly using > tcp_dissect_pdus() to an existing dissector that already used the epan > reassembly code for an internal part of the protocol. > > However it seems that when I add the

[Wireshark-dev] Using tcp_dissect pdus and fragment, segment reassembly

2007-01-23 Thread Graham Bloice
I've been attempting to add tcp fragment reassembly using tcp_dissect_pdus() to an existing dissector that already used the epan reassembly code for an internal part of the protocol. However it seems that when I add the tcp_dissect_pdus() call then the other reassembly stops working. The call to