MCPcopy Index your code
hub / github.com/secdev/scapy / SMB2_FILEID

Class SMB2_FILEID

scapy/layers/smb2.py:2831–2838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2829
2830
2831class SMB2_FILEID(Packet):
2832 fields_desc = [XLELongField("Persistent", 0), XLELongField("Volatile", 0)]
2833
2834 def __hash__(self):
2835 return self.Persistent + self.Volatile << 64
2836
2837 def default_payload_class(self, payload):
2838 return conf.padding_layer
2839
2840
2841# sect 2.2.14.2

Calls 1

XLELongFieldClass · 0.90

Tested by

no test coverage detected