aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-16tvb_get_ntohl() doesn't return a long on any platform (it returns aGuy Harris1-1/+1
2010-01-03Changed abbrev for amqp_field.Stig Bjørlykke1-1/+1
2009-10-25From Jakub Zawadzki:Anders Broman1-5/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1055/+1054
2009-03-18Get rid of a bunch of uses of size_t where int suffices.Guy Harris1-201/+201
2008-12-19Revert the queueing --> queuing spelling changeBill Meier1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-08-25remove unnecessary prefs registration since no prefs; minor cleanupBill Meier1-10/+0
2008-04-14Get rid of a warning in gcc 4.3: An integer overflow will not cause a sign ch...Jörg Mayer1-1/+1
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-86/+86
2007-03-28From Ronnie Sahlberg1-306/+484
2007-03-28From Sebastien Tandel:Stephen Fisher1-0/+0
2007-03-26From Ronnie Sahlberg1-868/+1001
2007-03-25Add a small example on how to prettify the AMQP dissectorRonnie Sahlberg1-0/+27
2007-03-25From Martin SustrikRonnie Sahlberg1-0/+4922