aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+2
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-1/+1
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-18/+8
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-30/+20
2011-04-04Fix compilation error:Stephen Fisher1-1/+1
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 827;Bill Meier1-6/+9
2011-01-06Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-105/+103
2011-01-05Fix (legitimate) warning.Guy Harris1-0/+1
2011-01-05From Steve Huston: add support for AMQP 0-10.Guy Harris1-680/+6273
2011-01-05Put end-of-field-table checks back into dissect_amqp_field_table().Guy Harris1-10/+42
2011-01-04Don't use DISSECTOR_ASSERT() to catch malformed packets. Fixes bugGuy Harris1-677/+746
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-108/+108
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-141/+141