aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-04The amqp dissector is not a plugin; remove comment indicating that it's a plu...Bill Meier1-21/+21
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-06From Matt Dainty:Anders Broman1-0/+14
2011-11-20Get rid of Warnings.Anders Broman1-4/+4
2011-11-20Get rid of Warnings.Anders Broman1-25/+25
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-110/+104
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-13/+13
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-176/+176
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-96/+96
2011-09-19Delete duplicate line of code. Fixes Coverity CID 1281 (UNUSED VALUE).Chris Maynard1-1/+0
2011-09-14Close up space between ENC_BIG_ENDIAN) and ;.Guy Harris1-578/+578
2011-09-14From Aaron Schrab:Anders Broman1-1092/+774