summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-03AMQP: Introduce support for AMQP over TLS/SSL (AMQPS).Petr Gotthard1-32/+44
2015-02-06AMQP: Fix one warning from Clang Code AnalysisPetr Gotthard1-1/+1
2015-02-06AMQP: Add more COL_INFO description for some packets/frames.Petr Gotthard1-61/+103
2015-02-03AMQP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-18/+0
2015-02-02AMQP: fix declaration of 'index' shadows a global declarationAlexis La Goutte1-4/+4
2015-02-02AMQP: fix declaration of 'index' shadows a global declarationAlexis La Goutte1-1/+1
2015-02-02AMQP 0-9-1: Fix dissection of field types.Petr Gotthard1-210/+295
2015-02-01AMQP 0-9-1: Add missing methods connection.block and connection.unblock.Petr Gotthard1-0/+48
2015-01-28"%l[doux]" doesn't mean "64-bit integer".Guy Harris1-2/+2
2015-01-28Extended AMQP 0-9 dissector to support AMQP 0-9-1 methods and datatypes. Back...Petr Gotthard1-21/+335
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-7/+10
2015-01-23Correctly dissect the AMQP 0-9 heartbeat frames. The heartbeat frames werePetr Gotthard1-0/+5
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-10amqp: Misc changes;Bill Meier1-11/+22
2014-11-07Don't forward-declare amqp_0_10_get_size_field(), as it no longer exists.Guy Harris1-3/+0