aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cpha.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03Magic number adjustments, from Yaniv Kaul.Gerald Combs1-2/+10
svn path=/trunk/; revision=7771
2003-04-15Don't format a string into a buffer with "snprintf()" and then useGuy Harris1-4/+3
"col_add_str()" to put it in the Info column, do the formatting with "col_add_fstr()". svn path=/trunk/; revision=7465
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+2
to be using it for stuff that should be hex, and for stuff that should be Boolean. Use BASE_DEC if it should be decimal, BASE_HEX if it should be hex, and make it Boolean if it should be Boolean. svn path=/trunk/; revision=7053
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-28/+28
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-28Fix from Yaniv Kaul.Guy Harris1-2/+2
svn path=/trunk/; revision=6114
2002-08-20Use the new dissector API, and check whether the magic number andGuy Harris1-13/+35
protocol version is OK and reject the packet if it's not, so that we don't grab all packets on port 8116 even if they're, for example, ONC RPC packets. Fix some typos. Get rid of C++-style comments. svn path=/trunk/; revision=6038
2002-08-14CPHA support, from Yaniv Kaul.Guy Harris1-0/+547
svn path=/trunk/; revision=5994