Re: [Wireshark-dev] Reassembly of messages

2010-11-28 Thread Stephen Fisher
On Sun, Nov 28, 2010 at 05:05:48PM +0100, Andreas wrote: > packet #116, offset:0 len:42403, COL_INFO:1, visited:1 tree:1 pdu > length: 42403 -> MessageF > > packet #116, len:197, offset:1283 len:197, COL_INFO:0, visited:1 > tree:1 > pdu length: 68 -> MessageG > pdu length: 36 -> MessageH > pdu

Re: [Wireshark-dev] Reassembly of messages

2010-11-28 Thread Andreas
Am 26.11.2010 17:51, schrieb Stephen Fisher: > On Thu, Nov 25, 2010 at 09:13:20AM +0100, news.gmane.com wrote: > >> I want to reassemble messages in a TCP stream. I use the function >> tcp_dissect_pdus for this purpose. This works fine to populate the >> packet details tree. But what is the best wa

Re: [Wireshark-dev] Reassembly of messages

2010-11-26 Thread Stephen Fisher
On Thu, Nov 25, 2010 at 09:13:20AM +0100, news.gmane.com wrote: > I want to reassemble messages in a TCP stream. I use the function > tcp_dissect_pdus for this purpose. This works fine to populate the > packet details tree. But what is the best way to collect all message > summaries and write i

[Wireshark-dev] Reassembly of messages

2010-11-25 Thread news.gmane.com
Hi, I want to reassemble messages in a TCP stream. I use the function tcp_dissect_pdus for this purpose. This works fine to populate the packet details tree. But what is the best way to collect all message summaries and write it to the packet list INFO column? I have seen that my dissect funct