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 41741: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 23 Mar 2012 00:53:59 GMT
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