Commit Graph

9 Commits

Author SHA1 Message Date
Guy Harris cc500abd21 Use a value_string table for the Status field.
svn path=/trunk/; revision=9336
2003-12-18 00:25:24 +00:00
Ulf Lamping bdcf77c036 removed some more MSVC warnings (type casting)
svn path=/trunk/; revision=9332
2003-12-17 23:35:29 +00:00
Gerald Combs d0844ac0c1 Magic number adjustments, from Yaniv Kaul.
svn path=/trunk/; revision=7771
2003-06-03 02:21:08 +00:00
Guy Harris 77923868c9 Don't format a string into a buffer with "snprintf()" and then use
"col_add_str()" to put it in the Info column, do the formatting with
"col_add_fstr()".

svn path=/trunk/; revision=7465
2003-04-15 22:07:21 +00:00
Guy Harris ab552d3746 Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed
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
2003-01-31 03:17:56 +00:00
Jörg Mayer 7c4176d868 Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6117
2002-08-28 21:04:11 +00:00
Guy Harris 4845dd385b Fix from Yaniv Kaul.
svn path=/trunk/; revision=6114
2002-08-28 20:02:34 +00:00
Guy Harris 849b5f59c0 Use the new dissector API, and check whether the magic number and
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-20 22:56:29 +00:00
Guy Harris eada2368f4 CPHA support, from Yaniv Kaul.
svn path=/trunk/; revision=5994
2002-08-14 18:48:16 +00:00