搜索资源列表
assistantscan
- 辅助扫描技术,包括操作系统扫描,活动主机扫描,netbios扫描等
w_tqwldz
- 通过Netbios如何获得网卡的物理地址需要nb30.pas(3KB)
Netbios
- NetBios Network programming
scan_mac
- 通过发送netbios-ns请求获取指定ip的主机名,工作组和MAC地址等信息-Netbios-ns by sending a request to obtain the host name specified ip, the Working Group and the MAC address and other information
NetBIOS
- 编写一个基于NetBIOS的数据报通信程序,要求: 发送端从键盘输入姓名,然后发送到接收端 接收端收到姓名后,在屏幕上显示 发送数据报和接收数据报均使用等待方式 发送端使用的NetBIOS名字为abc+自己学号(如,abc20092412),接收端使用的NetBIOS名字为xyz+自己学号(如,xyz20092412) - write a NetBIOS datagram
Delphigetmac
- Delphi获取网卡地址,也就是MAC地址,获取计算机中安装的第一块网卡的MAC地址,这里是使用Delphi调用了NetBios函数,用此函数,你可以获得除MAC地址以外的更多网络信息。将NCB的ncb_command成员设为NCBENUM,可以得到计算机的网卡数量 设为NCBASTAT,可以得到某块网卡的信息。 在查询MAC之前,需要将网卡Reset,可以通过NCB的ncb_command成员设为NCBRESET并调用NetBios函数来实现。-Delphi access to th