summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2004-04-16 03:57:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:16 -0500
commit0374be5d931903f1040fd4e759e6b1d681be2047 (patch)
treeab3c2af8653c20f7d51e4763c420b3f0853aaba8 /source3/include
parent4938095e77b0b5334935833b34e23bde74c6849d (diff)
downloadsamba-0374be5d931903f1040fd4e759e6b1d681be2047.tar.gz
samba-0374be5d931903f1040fd4e759e6b1d681be2047.tar.bz2
samba-0374be5d931903f1040fd4e759e6b1d681be2047.zip
r248: Add support for printing out the MAC address on nmblookup.
(This used to be commit bf9f02be5fc1d09c8c08c78c3f2df23b2099ba4f)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index aab61deaab..30eb82ddf5 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1526,6 +1526,12 @@ struct node_status {
unsigned char flags;
};
+/* The extra info from a NetBIOS node status query */
+struct node_status_extra {
+ unsigned char mac_addr[6];
+ /* There really is more here ... */
+};
+
struct pwd_info
{
BOOL null_pwd;