aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-07amqp: handle potential overflows when dissecting amqp_0_10 PDUs;Bill Meier1-160/+75
2014-11-04amqp: Fix a number of bugs in dissect_amqp_0_10_map().Bill Meier1-25/+35
2014-10-19packet-amqp.c: Temporary/preliminary fix for Bug #10582 (crash)Bill Meier1-0/+10
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-8/+22
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-6/+1
2014-06-19Cleanup filter fields that checkdisplayfilter.pl was complaining about.Michael Mann1-141/+141
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-05-30Add AMQP listening port option to preferencesPavel Moravec1-3/+28
2014-05-14AMQP: always display its name in protocol column, whatever the protocol versionPascal Quantin1-6/+3
2014-03-17Try to fix trivial varningsAndersBroman1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-27From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus1-8/+20
2014-01-23Remove duplicate #include.Evan Huus1-1/+0
2014-01-22Use tvb_get_string_enc() with appropriate encodings rather thanGuy Harris1-8/+12
2014-01-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-01-20Longs are not guaranteed to be 64-bit. Use G_GINT64_MODIFIER to formatGuy Harris1-3/+3
2014-01-20Fix 32/64 casting and add a note where the loss of precision might actually be aEvan Huus1-4/+6
2014-01-20From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus1-17/+3001
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
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-12/+16
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-25/+25
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-18/+18
2013-09-01Batch of filterable expert info.Michael Mann1-72/+55
2013-08-04Convert proto_item_set_expert_flags into something filterable.Michael Mann1-128/+113
2013-03-19From beroset:Anders Broman1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-8/+8
2013-02-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8337Evan Huus1-1/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-12-07General cleanup:Bill Meier1-1243/+1246