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

Method _pretty_sid

scapy/modules/ticketer.py:1642–1645  ·  view source on GitHub ↗
(self, sid)

Source from the content-addressed store, hash-verified

1640 return self._pretty_time((x.dwHighDateTime << 32) + x.dwLowDateTime)
1641
1642 def _pretty_sid(self, sid):
1643 if not sid or not sid.IdentifierAuthority.Value:
1644 return ""
1645 return sid.summary()
1646
1647 def _getLogonInformation(self, pac, element):
1648 logonInfo = pac.getPayload(0x00000001)

Callers 3

_getLogonInformationMethod · 0.95
_getUPNDnsInfoMethod · 0.95
_getPACRequestorMethod · 0.95

Calls 1

summaryMethod · 0.45

Tested by

no test coverage detected