aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2015-12-31Don't cast away constness.Guy Harris1-3/+3
2015-12-31Use wmem_strdup_printf().Guy Harris1-2/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-2/+2
2015-10-07AMQP: Fix usage of p_(add|get)_proto_data.Petr Gotthard1-38/+29
2015-10-05AMQP: Fix warnings and the OSX 10.5 x86 buildPetr Gotthard1-3/+3
2015-10-05AMQP: Navigation between publish/delivery and related ack/nackPetr Gotthard1-63/+339
2015-09-19AMQP 0-9-1: More expert informationPetr Gotthard1-6/+24
2015-08-16Fix the conversion of milliseconds to seconds and nanoseconds.Guy Harris1-1/+1
2015-08-16AMQP 1.0: Fix OSX build errorsPetr Gotthard1-2/+2
2015-08-16AMQP 1.0: Refactor to fix parsing of timestampsPetr Gotthard1-830/+497
2015-06-12AMQP 1.0: Fix dissection of UUID datatypesPetr Gotthard1-2/+3
2015-06-12AMQP 1.0: Don't treat decimal[32|64|128] as packet errorsPetr Gotthard1-1/+19
2015-06-11AMQP 1.0: float/double should be in network byte orderPetr Gotthard1-2/+2
2015-06-11AMQP 1.0: 'char' should be 4-bytes UTF32Petr Gotthard1-2/+3
2015-06-08AMQP: fix The 'format_name' variable is assigned to itself found by PVS Studi...Alexis La Goutte1-1/+1