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

Date: Thu, 02 Dec 2010 14:35:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35103

User: morriss
Date: 2010/12/02 06:35 AM

Log:
 From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5460 :
 
 MongoDB dissector improperly decodes cursorID in OP_KILL_CURSORS command.
 The size of the CursorID is 64 bits, while the code assumes they are 4 bits,
 though correctly incrementing the pointer.  Fix this typo.

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