Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.
[metze/wireshark/wip.git] / epan / dissectors / packet-pgm.c
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-22 Chris MaynardPatch from DXDragon [AT] yandex.ru (using e-mail addres...
2011-10-25 Bill MeierFix encoding arg for ptvcursor_add() and ptvcursor_add_...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-08-08 Bill MeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-27 Jaap KeuterFrom Steven McCoy:
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-19 Bill MeierFix gcc -Wshadow warnings
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-22 Bill MeierP64 changes: Fix some cases for which size_t is not...
2008-12-19 Gerald CombsBack out r27047 and r27053.
2008-12-18 Gerald CombsUpdate calls to proto_tree_add_bytes_format to reflect...
2008-09-15 Bill MeierFix compile error
2008-09-15 Bill Meier'static initialized' --> 'static gboolean initialized'
2008-09-15 Bill Meierproto_reg_handoff: rework/cleanup; fix so ports properl...
2008-05-14 Bill MeierFix some of the Errors/warnings detected by checkapi.
2006-07-04 Ronnie Sahlbergcoverity 201
2006-07-01 Jaap KeuterRewrite of dissector: get rid of static structures...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-20 Jörg Mayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2005-08-20 Ronnie Sahlbergremove sprintf from pgm and x11
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-07-09 Guy HarrisSquelch various signed vs. unsigned warnings by:
2005-07-08 Ulf Lampingchecksum messages: use "[correct]" instead of "(correct...
2004-12-26 Guy HarrisFrom Luis Ontanon: add more filterable fields to DNS...
2004-09-29 Guy HarrisMove various tables into the epan directory.
2004-09-28 Guy HarrisMove various checksum routines and headers to epan.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.