aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-11UAT: Have a combobox for DissectorsJohn Thacker1-3/+3
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-5/+5
2022-11-02Fix some spelling errorsMartin Mathieson1-1/+1
2022-11-01AMQP: Add field table values as fieldsJohn Thacker1-98/+152
2022-10-31AMQP: call sub dissector via UATMichael Metzinger1-1/+206
2022-10-27AMQP: Fix char encoding errorsJoão Valverde1-1/+4
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-7/+7
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-2/+2
2022-02-25amqp: Fix spelling of Queueing (issue #17943)Moshe Kaplan1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-70/+70
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-8/+8
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-08-27AMQP: Fix dissection of PDUs split across TCP segmentsJohn Thacker1-0/+5
2021-01-25AMQP protocol method Exchange#unbind-ok got method id 51Carl Hörberg1-1/+1
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-09-20AMQP: fix the bitmask of an item.Martin Mathieson1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-07-04amqp: fix the type of elements of an array of pointers to hf_ values.Guy Harris1-47/+47
2020-01-28amqp: fix wrong bitmask (v2)Alexis La Goutte1-2/+2
2020-01-25amqp: fix typo on file reject requeue display filterAlexis La Goutte1-1/+1
2020-01-17amqp: wrong bitmask for amqp.method.arguments.multipleAlexis La Goutte1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-02-04AMQP: Try to dissect Content-BodyMichail Koreshkov1-9/+44
2018-09-25Add obsolete ssl[._]port preferences.Gerald Combs1-0/+1
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-4/+4
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-11/+11
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-29amqp: check return value of conversation_get_proto_data().Dario Lombardo1-1/+4
2017-11-10dissector/amqp: fix TLS/SSL payload dissectionHelmut Buchsbaum1-2/+5
2017-10-28AMQP: Add dissector table for versions so they can be dissected with Decode AsMichael Mann1-17/+73
2017-10-27Autodetect more AMQP 0-9 capturesMagnus Henoch1-6/+18
2017-06-20AMQP: workaround some proto_tree_add_none_format() assertsPascal Quantin1-14/+14
2017-06-19AMQP: fix a stack overflow when offset goes back and forthPascal Quantin1-1/+7
2017-03-31AMQP: fix field amqp.value is not of type FT_NONEAlexis La Goutte1-1/+1
2017-03-29Fix processing of AMQP 0-10 arrays, maps, and conneciton locales.Guy Harris1-6/+5
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-10-30Allow ampq messages to be bigger than 64kMichael Mann1-11/+11
2016-10-24Overhaul AMQP dissectorMichael Mann1-2672/+2039
2016-10-22AMPQ: Fix malformed packed in session.expected and session.confirmed.boris.bochkarev1-3/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-20/+7
2016-09-17p_XXX_proto_data: only allow the use of pinfo and file scopesPascal Quantin1-5/+5
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-125/+121
2016-06-05AMQP: Fix false positiveAlexis La Goutte1-1/+1
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-6/+6
2016-02-28packet-amqp.c: Fix multiple fields with incompatible typesMichael Mann1-15/+15