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

Method _getPACRequestor

scapy/modules/ticketer.py:1879–1886  ·  view source on GitHub ↗
(self, pac, element)

Source from the content-addressed store, hash-verified

1877 )
1878
1879 def _getPACRequestor(self, pac, element):
1880 pacRequestor = pac.getPayload(0x00000012)
1881 if not pacRequestor:
1882 pac.Buffers.append(PAC_INFO_BUFFER(ulType=0x00000012))
1883 pacRequestor = PAC_REQUESTOR_SID()
1884 return self._make_fields(
1885 element, [("ReqSid", self._pretty_sid(pacRequestor.Sid))]
1886 )
1887
1888 def _getServerChecksum(self, pac, element):
1889 serverChecksum = pac.getPayload(0x00000006)

Callers 1

edit_ticketMethod · 0.95

Calls 6

_make_fieldsMethod · 0.95
_pretty_sidMethod · 0.95
PAC_INFO_BUFFERClass · 0.90
PAC_REQUESTOR_SIDClass · 0.90
getPayloadMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected