Wireshark-commits: [Wireshark-commits] rev 53784: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 04 Dec 2013 15:59:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53784

User: cmaynard
Date: 2013/12/04 03:59 PM

Log:
 From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446 - r53051 introduced an incorrect DISSECTOR_ASSERT(acl_data), which led me to believe that acl_data must not be NULL.  Except for the removal of the DISSECTOR_ASSERT(acl_data), this patch basically reverts r53735 and r53743, as acl_data can be NULL.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +8 -11     packet-btl2cap.c    Modified