aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgm.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-88/+88
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-2/+2
2008-12-19Back out r27047 and r27053.Gerald Combs1-4/+4
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-4/+4
2008-09-15Fix compile errorBill Meier1-1/+0
2008-09-15'static initialized' --> 'static gboolean initialized'Bill Meier1-1/+1
2008-09-15proto_reg_handoff: rework/cleanup; fix so ports properly deleted/added.Bill Meier1-42/+43
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-4/+7
2006-07-04coverity 201Ronnie Sahlberg1-7/+0
2006-07-01Rewrite of dissector: get rid of static structures and use helper functions a...Jaap Keuter1-934/+461
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-20/+25
2005-08-20remove sprintf from pgm and x11Ronnie Sahlberg1-39/+22
2005-08-05More char -> const char warning fixesJörg Mayer1-4/+6
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-4/+4
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.Guy Harris1-0/+9
2004-09-29Move various tables into the epan directory.Guy Harris1-2/+2
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1934