Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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