Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.
[metze/wireshark/wip.git] / epan / dissectors / packet-amqp.c
2012-12-07 Bill MeierGeneral cleanup:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-04 Bill MeierThe amqp dissector is not a plugin; remove comment...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-02-06 Anders BromanFrom Matt Dainty:
2011-11-20 Anders BromanGet rid of Warnings.
2011-11-20 Anders BromanGet rid of Warnings.
2011-10-26 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-19 Chris MaynardDelete duplicate line of code. Fixes Coverity CID...
2011-09-14 Guy HarrisClose up space between ENC_BIG_ENDIAN) and ;.
2011-09-14 Anders BromanFrom Aaron Schrab:
2011-08-08 Bill MeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2011-08-08 Bill MeierDissectors don't need to #include <gmodule.h>
2011-07-13 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-17 Jeff MorrissAs suggested by Chris: use val_to_str_const() instead...
2011-04-04 Stephen FisherFix compilation error:
2011-04-04 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-01-06 Jeff MorrissFix the fuzz failure in https://bugs.wireshark.org...
2011-01-05 Guy HarrisFix (legitimate) warning.
2011-01-05 Guy HarrisFrom Steve Huston: add support for AMQP 0-10.
2011-01-05 Guy HarrisPut end-of-field-table checks back into dissect_amqp_fi...
2011-01-04 Guy HarrisDon't use DISSECTOR_ASSERT() to catch malformed packets...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-24 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-01-16 Guy Harristvb_get_ntohl() doesn't return a long on any platform...
2010-01-03 Stig BjørlykkeChanged abbrev for amqp_field.
2009-10-25 Anders BromanFrom Jakub Zawadzki:
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-03-18 Guy HarrisGet rid of a bunch of uses of size_t where int suffices.
2008-12-19 Bill MeierRevert the queueing --> queuing spelling change
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-08-25 Bill Meierremove unnecessary prefs registration since no prefs...
2008-04-14 Jörg MayerGet rid of a warning in gcc 4.3: An integer overflow...
2007-10-15 Anders BromanImplement some of the minor possible speed improvment...
2007-03-28 Ronnie SahlbergFrom
2007-03-28 Stephen FisherFrom Sebastien Tandel:
2007-03-26 Ronnie SahlbergFrom
2007-03-25 Ronnie SahlbergAdd a small example on how to prettify the AMQP dissector
2007-03-25 Ronnie SahlbergFrom Martin Sustrik