Comment # 3
on bug 5961
from Hadriel Kaplan
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.