aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Expand)AuthorFilesLines
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