From 99bde6889d3d8b7a9e950c86c30e82662e1dacdd Mon Sep 17 00:00:00 2001
From: Gerald Carter
Searches for a master browser by looking up the NetBIOS name name with a type of 0x1d. If - name is "-" then it does a lookup on the special name + name is "-" then it does a lookup on the special name __MSBROWSE__. Please note that in order to - use the name "-", you need to make sure "-" isn't parsed as an + use the name "-", you need to make sure "-" isn't parsed as an argument, e.g. use : nmblookup -M -- -.
Set the recursion desired bit in the packet to do a recursive lookup. This is used when sending a name @@ -28,10 +28,10 @@
Interpret name as an IP Address and do a node status query on this address.
This option allows you to override the NetBIOS name that Samba uses for itself. This is identical -to setting the NetBIOS -name parameter in the smb.conf(5) file. However, a command +to setting the netbios name parameter in the smb.conf file. +However, a command line setting will take precedence over settings in -smb.conf(5).
This specifies a NetBIOS scope that +smb.conf.
This specifies a NetBIOS scope that nmblookup will use to communicate with when generating NetBIOS names. For details on the use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes are @@ -43,7 +43,7 @@ smb.conf. If the domain specified is the same as the servers NetBIOS name, it causes the client to log on using the servers local SAM (as opposed to the Domain SAM).
TCP socket options to set on the client socket. See the socket options parameter in -the smb.conf(5) manual page for the list of valid +the smb.conf manual page for the list of valid options.
Print a summary of command line options.
Send the query to the given broadcast address. Without this option the default behavior of nmblookup is to send the @@ -59,8 +59,7 @@ configuration details required by the server. The information in this file includes server-specific information such as what printcap file to use, as well as descriptions of all the services that the server is -to provide. See -smb.conf(5) for more information. +to provide. See smb.conf for more information. The default configuration file name is determined at compile time.
debuglevel is an integer from 0 to 10. The default value if this parameter is @@ -74,10 +73,9 @@ amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic.
Note that specifying this parameter here will -override the log -level parameter in the -smb.conf(5) file.
File name for log/debug files. The extension -".client" will be appended. The log file is +override the log level parameter +in the smb.conf file.
File name for log/debug files. The extension +".client" will be appended. The log file is never removed by the client.
This causes any IP addresses found in the lookup to be looked up via a reverse DNS lookup into a -- cgit