# This file was automatically generated by bifcl from /Users/jon/tmp/bro-2.5.5/src/analyzer/protocol/netbios/functions.bif (plugin mode). ## 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"``. ## ## .. bro:see:: decode_netbios_name_type export { global decode_netbios_name: function(name: string ): string ; ## 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*. ## ## .. bro:see:: decode_netbios_name global decode_netbios_name_type: function(name: string ): count ; } # end of export section module GLOBAL;