aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mongo.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Use result of register_dissectorPeter Wu1-4/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-02-13Register the Mongo dissector by name so it can be used with TLS.Jeff Morriss1-0/+6
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-3/+3
2013-11-11fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9409Martin Kaiser1-5/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-14/+12
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-22More emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-23Fix for Bug 8960 - All mongodb query show as [Malformed Packet: MONGO]Jörg Mayer1-1/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-4/+17
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-08-06Check for a too-short BSON document length. Fixes a DoS reported by BenGerald Combs1-26/+46
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-6/+6
2011-11-15(Trivial) Reformat some long lines & do some whitespace cleanup.Bill Meier1-22/+29
2011-10-20FromThomas Buchanan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6467Alexis La Goutte1-16/+351
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-04Update insert flagsAlexis La Goutte1-4/+4
2011-06-08* Add Keep Going bit flag in insert commandAlexis La Goutte1-459/+488
2011-03-31From Alexis La Goutte via bug 5790: Fix 8 clang warnings, all of which were:Chris Maynard1-7/+13
2011-03-29Change TCP_PORT_MANGO to TCP_PORT_MONGO.Chris Maynard1-2/+2
2011-03-29From Alexis La Goutte via bug 5790: Add partial bit flag in query.Chris Maynard1-0/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-02From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2010-10-29(Trivial) Do 'find_dissector("data");' only once.Bill Meier1-1/+1
2010-10-29From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-2/+2
2010-10-28From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+667