From 06f0344358020b9de4016b2827087a9052cd85c0 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Mon, 15 Nov 1999 21:33:57 +0000 Subject: added sap types, netbios name types, ipx socket names svn path=/trunk/; revision=1038 --- packet-netbios.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packet-netbios.c') 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 @@ -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"}, -- cgit v1.2.3