Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_NetBIOS.functions.bif.bro |
decode_netbios_name: function | Decode a NetBIOS name. |
decode_netbios_name_type: function | Converts a NetBIOS name type to its corresponding numeric value. |
Type: | function (name: string) : string |
---|
Decode a NetBIOS name. See http://support.microsoft.com/kb/194203.
Name: | The encoded NetBIOS name, e.g., "FEEIEFCAEOEFFEECEJEPFDCAEOEBENEF". |
---|---|
Returns: | The decoded NetBIOS name, e.g., "THE NETBIOS NAME". |
See also: decode_netbios_name_type
Type: | function (name: string) : count |
---|
Converts a NetBIOS name type to its corresponding numeric value. See http://support.microsoft.com/kb/163409.
Name: | The NetBIOS name type. |
---|---|
Returns: | The numeric value of name. |
See also: decode_netbios_name