aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlsp.c
AgeCommit message (Collapse)AuthorFilesLines
2003-10-06From packet steve: get rid of some duplicate field definitions (someGuy Harris1-5/+1
aren't exactly duplicates, but they both set the same hf_ variable). svn path=/trunk/; revision=8621
2003-04-20Under Solaris, strlen() segfaults if you pass it a NULL. Replace all of theGerald Combs1-5/+5
NULL blurbs in the hf_register_info definition with empty strings. svn path=/trunk/; revision=7509
2003-04-06We use nothing from "nlpid.h", so we don't need to include it.Guy Harris1-2/+1
svn path=/trunk/; revision=7406
2003-04-02"proto_tree_add_text()" takes printf-style arguments; there's no need toGuy Harris1-8/+5
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-02Add support for WAN Hello packets.Guy Harris1-21/+96
svn path=/trunk/; revision=7394
2003-03-31Add support for Level 1 Hello packets.Guy Harris1-64/+263
Fix a typo. svn path=/trunk/; revision=7390
2003-03-31Add dissector for NetWare Link Services Protocol.Guy Harris1-0/+1393
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