aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pagp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-3/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-04-07Use some default true_false_string's.Bill Meier1-6/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg1-4/+2
2005-06-15Add missing hf entries. Fixes bug 240.Gerald Combs1-0/+10
2005-04-07updating Mark C Browns informationRonnie Sahlberg1-1/+2
2004-09-05From Mark C. Brown: Cisco Port Aggregation Protoool support.Guy Harris1-0/+578