aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpfi.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-02-08(Minor) Fix code so port pref change actually deletes the previous dissector ...wmeier1-31/+38
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-21/+21
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-12/+25
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-2/+3
2007-10-02Make the CPFI dissector new style: return 0 in several cases (including if we...morriss1-49/+50
2007-04-25Fail if the addresses being checked aren't Ethernet addresses.guy1-14/+12
2007-04-25The data field of an address structure is now a void *; convert it asguy1-2/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-08-08various code cleanup:ulfl1-2/+2
2005-05-30More bug fixes from Steve Grubb. See bug 217 for details.gerald1-6/+6
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+527