aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mongo.c
AgeCommit message (Expand)AuthorFilesLines
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