aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpfi.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-16/+13
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-02-08(Minor) Fix code so port pref change actually deletes the previous dissector ...Bill Meier1-31/+38
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-21/+21
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-12/+25
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+3
2007-10-02Make the CPFI dissector new style: return 0 in several cases (including if we...Jeff Morriss1-49/+50
2007-04-25Fail if the addresses being checked aren't Ethernet addresses.Guy Harris1-14/+12
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-2/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-08-08various code cleanup:Ulf Lamping1-2/+2
2005-05-30More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs1-6/+6
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+527