base/bif/plugins/Bro_NetBIOS.functions.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_NetBIOS.functions.bif.bro

Summary

Functions

decode_netbios_name: function Decode a NetBIOS name.
decode_netbios_name_type: function Converts a NetBIOS name type to its corresponding numeric value.

Detailed Interface

Functions

decode_netbios_name
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

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

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.