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

2011-10-03 Thread Maynard, Chris
> -Original Message- > From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- > boun...@wireshark.org] On Behalf Of Guy Harris > Sent: Sunday, October 02, 2011 3:31 PM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 39143: > /trun

Re: [Wireshark-dev] dissector assert not reached

2011-10-03 Thread Jeff Morriss
shjoon OoO wrote: Hi all anyone knows what does this error message mean: /dissector assert not reached/ ??? Well, it means the dissector got to someplace in the code which it should not have. Chances are it is a dissector bug. Usually such a message is accompanied by the name of the dissect

Re: [Wireshark-dev] Wireshark dissectors implementation with LUA

2011-10-03 Thread Helge Kruse
Am 01.10.2011 11:14, schrieb Stig Bjørlykke: On Sat, Oct 1, 2011 at 10:59 AM, Helge Kruse wrote: Where do I find good samples or tutorials to get a glimpse of Lua dissectors? You can have a look at this presentation: http://sharkfest.wireshark.org/sharkfest.09/DT06_Bjorlykke_Lua%20Scripting%2

Re: [Wireshark-dev] Get capture file name

2011-10-03 Thread fab12
Thanks for the detailed answer :-) FYI this is a plugin dissector. I have handled the fact that packets are dissected out of order and multiple times. It seems to work fine though I'm aware that what I do does not really respect wireshark dev. spirit partly because this is ad hoc proprietary prot

Re: [Wireshark-dev] Get capture file name

2011-10-03 Thread Guy Harris
On Oct 2, 2011, at 11:09 PM, fa...@freesurf.fr wrote: > I made a dissector that so far is used with capture file generated from > traces by a protocol simulator. > So it is not realtime ethernet sniffering. > In the dissector I am gathering data from the read capture file to > generate a new file