Re: [Wireshark-dev] [Wireshark-commits] rev 40242: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-http.c

2011-12-18 Thread Bill Meier
On 12/18/2011 1:31 PM, wme...@wireshark.org wrote: Create "Dehunked Entity Body" with O(N) rather than O(N^2) efffort. [Actually 1 g_malloc() + N tvb_memcpy() instead of ~ N g_malloc()/g_free() + N*(N+1)/2 tvb_memcpy() where N = number of chunks]. Correction: the above should have been: Cr

[Wireshark-dev] Decode As... support

2011-12-18 Thread Akos Vandra
Hi! I would like to ask how does the Decode As... functionality work in wireshark? I have a CAN network, and on top of it there may be different higher-level protocols, depending on application. There is no identifier which would say that this belongs to protocol A, or protocol B. I think the bes

Re: [Wireshark-dev] debuging with MVS 2008

2011-12-18 Thread Chris Maynard
Yosi Saggi writes: > Any help wil be greatly appreciated Generally, I just compile Wireshark and then run it directly from the wireshark-gtk2\ directory then attach to Wireshark from your debugger. If you've built your plugin correctly with all the right makefile,etc., changes, your dll should

[Wireshark-dev] debuging with MVS 2008

2011-12-18 Thread Yosi Saggi
Hi I'm trying to debug my dissector in Microsoft visual studio 2008. I have taken the vcprojects from the source codes and have added the files to them. I have also created my own vcproject for my dissector. The dissector is a plugin and is not part of the general wireshark dissectors. The way I

[Wireshark-dev] Dissector for stream data

2011-12-18 Thread Andriy Beregovenko
Hi, Now i'm writing dissector for some kind of traffic. I'm already got basic knowledge in dissector writing, so first primitive version was already done. But now, when I try to complete fully featured version of dissector I got many trobles with routine. So I'm looking for good advice from experi