aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2000-02-16 00:44:45 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2000-02-16 00:44:45 +0000
commitfb50fb47790662732df916bcaa9b4cb9a5165863 (patch)
tree8360c120c11d65c57cd5211f986e34e207ba10a7 /packet-netbios.c
parent69bbabe59f2fbbb030ec84e1fefafc6937c15a78 (diff)
Fix NetBIOS name types as per my understanding and the MS Knowledge base
article ... svn path=/trunk/; revision=1639
Diffstat (limited to 'packet-netbios.c')
-rw-r--r--packet-netbios.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-netbios.c b/packet-netbios.c
index 6079a97dc6..b74f645701 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.15 2000/02/15 21:02:40 gram Exp $
+ * $Id: packet-netbios.c,v 1.16 2000/02/16 00:44:45 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -106,9 +106,9 @@ static const value_string name_type_vals[] = {
{0x03, "Messenger service/Main name"},
{0x05, "Forwarded name"},
{0x06, "RAS Server service"},
- {0x1b, "PDC Domain name"},
- {0x1c, "BDC Domain name"},
- {0x1d, "Master Browser backup"},
+ {0x1b, "Domain Master Browser"},
+ {0x1c, "Domain Controllers"},
+ {0x1d, "Local Master Browser"},
{0x1e, "Browser Election Service"},
{0x1f, "Net DDE Service"},
{0x20, "Server service"},