Wireshark-commits: [Wireshark-commits] rev 22907: /trunk/epan/ /trunk/epan/: packet.c

Date: Wed, 19 Sep 2007 16:34:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22907

User: bondolo
Date: 2007/09/19 04:34 PM

Log:
 call_dissector() provides generic 'data' handler for unrecognized data types. call_dissector_only() fails gracefully for unrecognized types. The handler for generic 'data' should avoid the variant that potentially could result in recursively calling itself.

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      packet.c      Modified