aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cpha.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-18Use a value_string table for the Status field.guy1-17/+8
2003-12-17removed some more MSVC warnings (type casting)ulfl1-3/+3
2003-06-03Magic number adjustments, from Yaniv Kaul.gerald1-2/+10
2003-04-15Don't format a string into a buffer with "snprintf()" and then useguy1-4/+3
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-28/+28
2002-08-28Fix from Yaniv Kaul.guy1-2/+2
2002-08-20Use the new dissector API, and check whether the magic number andguy1-13/+35
2002-08-14CPHA support, from Yaniv Kaul.guy1-0/+547