Commit Graph

7 Commits

Author SHA1 Message Date
Guy Harris e53d7ed5ed From packet steve: get rid of some duplicate field definitions (some
aren't exactly duplicates, but they both set the same hf_ variable).

svn path=/trunk/; revision=8621
2003-10-06 08:35:30 +00:00
Gerald Combs 56cd2c741b Under Solaris, strlen() segfaults if you pass it a NULL. Replace all of the
NULL blurbs in the hf_register_info definition with empty strings.

svn path=/trunk/; revision=7509
2003-04-20 01:14:42 +00:00
Guy Harris d43f615b9f We use nothing from "nlpid.h", so we don't need to include it.
svn path=/trunk/; revision=7406
2003-04-06 02:31:35 +00:00
Guy Harris 2e82b12e7c "proto_tree_add_text()" takes printf-style arguments; there's no need to
use snprintf to format a string into a buffer and then supply that
string to "proto_tree_add_text()".

svn path=/trunk/; revision=7395
2003-04-02 08:31:37 +00:00
Guy Harris 56fdae2082 Add support for WAN Hello packets.
svn path=/trunk/; revision=7394
2003-04-02 08:13:35 +00:00
Guy Harris cd55c9746a Add support for Level 1 Hello packets.
Fix a typo.

svn path=/trunk/; revision=7390
2003-03-31 23:38:37 +00:00
Guy Harris 19616a2b5f Add dissector for NetWare Link Services Protocol.
Socket 0x9001 is for NLSP - it supports LANs as well as WANs, at least
as I read the specification.

Socket 0x9004 is for "IPX WAN 2".

svn path=/trunk/; revision=7387
2003-03-31 08:10:08 +00:00