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

Class FILETIME

scapy/layers/msrpce/mspac.py:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130class FILETIME(NDRPacket):
131 ALIGNMENT = (4, 4)
132 fields_desc = [NDRIntField("dwLowDateTime", 0), NDRIntField("dwHighDateTime", 0)]
133
134
135class GROUP_MEMBERSHIP(NDRPacket):

Callers 2

_time_to_filetimeMethod · 0.90

Calls 1

NDRIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…