aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pagp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-2/+2
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-03-03There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-32/+17
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-5/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-4/+4
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-3/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-7/+7
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-04-07Use some default true_false_string's.wmeier1-6/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-4/+2
2005-06-15Add missing hf entries. Fixes bug 240.gerald1-0/+10
2005-04-07updating Mark C Browns informationsahlberg1-1/+2
2004-09-05From Mark C. Brown: Cisco Port Aggregation Protoool support.guy1-0/+578