aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgm.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier1-119/+119
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-19/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-7/+7
2010-05-27From Steven McCoy:jake1-7/+22
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-18/+18
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-88/+88
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-2/+2
2008-12-19Back out r27047 and r27053.gerald1-4/+4
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-4/+4
2008-09-15Fix compile errorwmeier1-1/+0
2008-09-15'static initialized' --> 'static gboolean initialized'wmeier1-1/+1
2008-09-15proto_reg_handoff: rework/cleanup; fix so ports properly deleted/added.wmeier1-42/+43
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-4/+7
2006-07-04coverity 201sahlberg1-7/+0
2006-07-01Rewrite of dissector: get rid of static structures and use helper functions a...jake1-934/+461
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-20/+25
2005-08-20remove sprintf from pgm and x11sahlberg1-39/+22
2005-08-05More char -> const char warning fixesjmayer1-4/+6
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-4/+4
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.guy1-0/+9
2004-09-29Move various tables into the epan directory.guy1-2/+2
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1934