Re: [Wireshark-dev] assertion for malformed packets?

2007-04-18 Thread Jeff Morriss
Guy Harris wrote: Jeff Morriss wrote: Bug 1511 replaced a g_assert() by a DISSECTOR_ASSERT() to avoid exiting on a bad packet, but that will show up as a dissector bug when really the problem is in the packet. You're correct - neither g_assert() nor DISSECTOR_ASSERT() are

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

2007-04-18 Thread Luis Ontanon
svn up svn up -r 12345 file On 4/18/07, Martin Mathieson [EMAIL PROTECTED] wrote: It does look like the same problem. Their report says that a problem of this kind was fixed in gcc-3.4.4-2{,.fc3}, so either its the same problem not fixed in vanilla gcc-3.4.6 or another problem with similar

[Wireshark-dev] broken OAM cell detection for juniper dissector

2007-04-18 Thread Hannes Gredler
hi, could the committers pls pick this up ? --- hi wireshark developers, attached a small bugfix that uses the correct bits for determining if the ATM payload is a OAM cell. asking for inclusion. tx, /hannes Index: packet-juniper.c