aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-15 21:33:57 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-15 21:33:57 +0000
commit06f0344358020b9de4016b2827087a9052cd85c0 (patch)
tree54487f97b88dd42156a1564218d2e7630fbcfd41 /packet-netbios.c
parent498cde407af47fd8853a5be1027a1ad617e885af (diff)
added sap types, netbios name types, ipx socket names
svn path=/trunk/; revision=1038
Diffstat (limited to 'packet-netbios.c')
-rw-r--r--packet-netbios.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-netbios.c b/packet-netbios.c
index 011502b32d..f5e73989cc 100644
--- a/packet-netbios.c
+++ b/packet-netbios.c
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.c,v 1.8 1999/09/03 07:20:15 guy Exp $
+ * $Id: packet-netbios.c,v 1.9 1999/11/15 21:33:57 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -93,6 +93,10 @@ static int proto_netbios = -1;
static const value_string name_type_vals[] = {
{0x00, "Workstation/Redirector"},
{0x01, "Browser"},
+ {0x02, "Workstation/Redirector"},
+ /* not sure what 0x02 is, I'm seeing alot of them however */
+ /* i'm seeing them with workstation/redirection host
+ announcements */
{0x03, "Messenger service/Main name"},
{0x05, "Forwarded name"},
{0x06, "RAS Server service"},