aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlsp.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-06From packet steve: get rid of some duplicate field definitions (someGuy Harris1-5/+1
2003-04-20Under Solaris, strlen() segfaults if you pass it a NULL. Replace all of theGerald Combs1-5/+5
2003-04-06We use nothing from "nlpid.h", so we don't need to include it.Guy Harris1-2/+1
2003-04-02"proto_tree_add_text()" takes printf-style arguments; there's no need toGuy Harris1-8/+5
2003-04-02Add support for WAN Hello packets.Guy Harris1-21/+96
2003-03-31Add support for Level 1 Hello packets.Guy Harris1-64/+263
2003-03-31Add dissector for NetWare Link Services Protocol.Guy Harris1-0/+1393