http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39499
User: alagoutte
Date: 2011/10/20 01:45 PM
Log:
FromThomas Buchanan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6467
Add Binary JSON (BSON) decoding support to Mongo packet dissector
Implement BSON spec to correctly see BSON document type and not in Bytes format...
The specification for BSON can be found at http://bsonspec.org/
The decoding is not entirely complete, there are still potential enhancements to provide more information about a couple of data types, but it greatly enhances visibility into these packet types.
From me :
* Fix warning from fix-encoding-args.pl script.
Directory: /trunk/epan/dissectors/
Changes Path Action
+351 -16 packet-mongo.c Modified