MCPcopy Create free account
hub / github.com/secdev/scapy / SMB2_IOCTL_Network_Interface_Info

Class SMB2_IOCTL_Network_Interface_Info

scapy/layers/smb2.py:3769–3773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767
3768
3769class SMB2_IOCTL_Network_Interface_Info(Packet):
3770 name = "SMB2 IOCTL Network Interface Info response"
3771 fields_desc = [
3772 _NextPacketListField("interfaces", [], NETWORK_INTERFACE_INFO),
3773 ]
3774
3775
3776# sect 2.2.32.6

Callers 2

send_ioctl_responseMethod · 0.90
m2iMethod · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…