http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41741
User: morriss
Date: 2012/03/22 05:53 PM
Log:
From Elliot Parsons via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6983 :
In the packet-slowprotocols dissector, there is a bug in the event notification
dissector. The code uses the incorrect value to skip past the data of a vendor
specific notification.
The attached patch file sets the offset to increment by raw_octet, which
corrects the issue.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-slowprotocols.c Modified