summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/nbt.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-15 02:27:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:42 -0500
commitb1db7877e28d0e792cf3e271d7f1eaf0228352bf (patch)
treeb983cd51078f1da083571c47e0c62acf86c86fed /source4/librpc/idl/nbt.idl
parent4d980e56c48e07468496809169aa289f60672562 (diff)
downloadsamba-b1db7877e28d0e792cf3e271d7f1eaf0228352bf.tar.gz
samba-b1db7877e28d0e792cf3e271d7f1eaf0228352bf.tar.bz2
samba-b1db7877e28d0e792cf3e271d7f1eaf0228352bf.zip
r5402: a initial attempt at a IDL definition of the WINS replication protocol
on tcp port 42. This is enough to reasonably decode (with ndrdump) all the packets I have seen on the wire. It will need some fine tuning once I understand the protocol a bit more. (This used to be commit 3f90bc132139815c23c7322d3d47268d92ba00ac)
Diffstat (limited to 'source4/librpc/idl/nbt.idl')
-rw-r--r--source4/librpc/idl/nbt.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index 04fe0c4f90..a5c5f46962 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -50,7 +50,7 @@ interface nbt
/* we support any 8bit name type, but by defining the common
ones here we get better debug displays */
- typedef [enum8bit] enum {
+ typedef [enum8bit,public] enum {
NBT_NAME_CLIENT = 0x00,
NBT_NAME_MS = 0x01,
NBT_NAME_USER = 0x03,