aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mongo.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21MONGO: Add a recursion checkGerald Combs1-0/+9
2023-11-20Remove init of proto variablesStig Bjørlykke1-114/+114
2023-11-16Mongo: Detect both with and without TLSJohn Thacker1-6/+45
2023-01-28MONGO: add BSON Element Decimal128Alexis La Goutte1-0/+14
2022-12-28mongo: support zstdKevin Albertson1-0/+18
2022-11-24use proto_tree_add_checksumKevin Albertson1-6/+9
2022-11-24mongo: add Checksum fieldKevin Albertson1-2/+27
2022-11-13move depth increment below error checksKevin Albertson1-8/+8
2022-11-13mongo: fix document depth trackingKevin Albertson1-0/+4
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-7/+7
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-6/+6
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-15epan: Add p_[gs]et_proto_depth.Gerald Combs1-18/+21
2018-11-14Update MongoDB ObjectID dissector elementDerick Rethans1-8/+20
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-14Register the MongoDB dissector as SSL capable.Derick Rethans1-0/+2
2017-12-10Add support for MongoDB OP_COMPRESSED packetsDerick Rethans1-48/+216
2017-12-07mongo: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-11-21Add support for MongoDB 3.6's OP_MSG to dissectorDerick Rethans1-4/+173
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-24/+1
2016-08-21mongo: add support for new mongodb 3.2 wire protocol opcodesAlexis La Goutte1-0/+81
2016-08-19mongo: set on subtree when Empty DocumentAlexis La Goutte1-1/+1
2016-06-16mongo: return the number of bytes we actually consumedMartin Kaiser1-2/+3
2016-06-12mongo: don't THROW() an exception from a dissectorMartin Kaiser1-3/+3
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