Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / p5-Net-NBName / DESCR
blobece63b2415c6bb219bbb9aa73dc5f71aedca3df6
1 Net::NBName is a class that allows you to perform simple NetBIOS Name
2 Service Requests in your Perl code. It performs these NetBIOS operations over
3 TCP/IP using Perl's built-in socket support.
5 I've currently implemented two NBNS requests: the node status request
6 and the name query request. The node status request can be used to query
7 the NetBIOS name table of a remote host; the name query request can be
8 used to establish the ip address of a NetBIOS name.