Wireshark-commits: [Wireshark-commits] rev 34710: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 30 Oct 2010 12:48:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34710

User: morriss
Date: 2010/10/30 05:48 AM

Log:
 Fix the randpkt assertion reported in  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5348 :
 
 Always pass a length of 1 to proto_tree_add_item() for the ctype (this fixes
 the assertion).  If the length indicated in the message is not 1, add an
 expert info.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +10 -5     packet-coap.c    Modified