1Net::NBName::NodeStatusU(s3e)r Contributed Perl DocumentaNteito:n:NBName::NodeStatus(3)
2
3
4
6 Net::NBName::NodeStatus - NetBIOS Node Status Response
7
9 Net::NBName::NodeStatus represents a decoded NetBIOS node status
10 response.
11
13 $ns->names
14 Returns a list of NetBIOS names registered on the responding host.
15 These are returned as a list of "Net::NBName::NodeStatus::RR"
16 objects.
17
18 $ns->mac_address
19 Returns the MAC address of the responding host. Not all systems
20 will respond with the correct MAC address, although all Windows-
21 based systems did during testing.
22
23 $ns->as_string
24 Returns the object's string representation.
25
27 Net::NBName
28
30 Copyright (c) 2002, 2003, 2004 James Macfarlane. All rights reserved.
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34
35
36perl v5.30.0 2019-07-26 Net::NBName::NodeStatus(3)