ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 44439: /trunk/epan/ /trunk/epan/: proto.c

Date: Fri, 10 Aug 2012 23:05:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44439

User: gerald
Date: 2012/08/10 04:05 PM

Log:
 Instead of calling DISSECTOR_ASSERT() whenever we get an invalid length,
 add an expert item. For unusable lengths throw ReportedBoundsError but
 try to continue on otherwise.
 
 Based on a patch from Mike Morrin in bug 3884.

Directory: /trunk/epan/
  Changes    Path          Action
  +98 -30    proto.c       Modified