Wireshark-bugs: [Wireshark-bugs] [Bug 5961] there may be something wrong in ByteArray_new or Byt
Date: Thu, 19 Jun 2014 19:19:36 +0000

Comment # 3 on bug 5961 from
Do you mean wireshark crashes a while after you start it even if it's doing
nothing else? (i.e., you don't open a capture file or start active capturing or
anything)

I ask because it's not crashing for me with your script, when I do nothing, nor
when I capture stuff.  I assume it's crashing when you try to actually decode
your protocol - yes?  If so, can you attach a sample capture file with your
protocol packets?

Also, can you retry your setup but change the script to remove the "do ... end"
statements that wrap the top+bottom of the script?  They're unnecessary, and
might be causing the crash because your Proto object is set to a local variable
within that scope and will be garbage collected sometime later and that might
be causing the crash. (that was a bug a long time ago but I thought I'd fixed
that a long time ago)


You are receiving this mail because:
  • You are watching all bug changes.