summaryrefslogtreecommitdiff
path: root/tools/sniffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* small sniffer improvementsDwight2011-06-211-2/+12
* compileEliot Horowitz2011-05-091-1/+1
* also needs unsignedGreg Studer2011-04-281-1/+1
* int32_t not available on win32gregs2011-04-281-0/+3
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-1/+1
* s/u_int32_t/uint32_t/Mathias Stearn2011-03-151-1/+1
* don't include mmap in client cpp and fake for snifferEliot Horowitz2011-03-071-0/+5
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-94/+100
* compile?Dwight2010-09-091-2/+4
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-2/+2
* Fix buildAlberto Lerner2010-07-181-2/+2
* compile snifferdwight2010-07-181-2/+2
* add objcheck option to snifferAaron2010-05-271-59/+92
* convert massert and uassert back to macrosMathias Stearn2010-05-141-1/+0
* SERVER-109 multi buffer messageAaron2010-05-121-18/+18
* compileEliot Horowitz2010-04-241-0/+1
* towards 3Dwight Merriman2010-04-241-1/+1
* mongosniff: add DIAGLOG option to help.Mathias Stearn2010-03-161-2/+3
* mongosniff can forward diaglog filesEliot Horowitz2010-03-161-14/+61
* remove some manual free()s and mixed new/free()Mathias Stearn2010-02-121-8/+3
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-2/+2
* fix assertion SERVER-433Eliot Horowitz2009-11-211-2/+2
* print hex of id alsoEliot Horowitz2009-09-111-1/+1
* almost made sniff compile on WIN32 MINOREliot Horowitz2009-08-111-0/+1
* another sniff win attempt MINOREliot Horowitz2009-08-111-2/+6
* try to fix win32 compile MINOREliot Horowitz2009-08-111-2/+2
* towards mongosniff on windows with winpcapMike Dirolf2009-08-071-1/+4
* freebsd warning MINOREliot Horowitz2009-07-021-0/+4
* sniffer check args length to avoid segfault w/ bad args - print error from un...Mike Dirolf2009-06-251-3/+4
* whitespaceMike Dirolf2009-06-251-56/+56
* a little more info for query diagnostics MINOREliot Horowitz2009-06-031-1/+1
* fix warningsAaron2009-04-031-1/+1
* Remap cursor id on forwardAaron2009-03-101-14/+59
* CleanerAaron2009-03-101-20/+1
* sniffer enhancements: Parse additional message types, detect dropped packets,...Aaron2009-03-091-35/+213
* safetyEliot Horowitz2009-02-141-0/+1
* enough sniffing functionality to work with mongos - more to doEliot Horowitz2009-02-131-6/+45
* Remove compiler warningAaron2009-02-131-1/+1
* most of a mongo protocol snifferEliot Horowitz2009-02-131-0/+191