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

Class DFS_REFERRAL_ENTRY0

scapy/layers/smb2.py:4564–4569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4562
4563
4564class DFS_REFERRAL_ENTRY0(Packet):
4565 fields_desc = [
4566 StrNullFieldUtf16("DFSPath", ""),
4567 StrNullFieldUtf16("DFSAlternatePath", ""),
4568 StrNullFieldUtf16("NetworkAddress", ""),
4569 ]
4570
4571
4572class DFS_REFERRAL_ENTRY1(Packet):

Callers

nothing calls this directly

Calls 1

StrNullFieldUtf16Class · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…