예제 #1
0
파일: drsuapi.py 프로젝트: sjitech/impacket
 def getData(self, soFar=0):
     return NDRSTRUCT.getData(self, soFar)
예제 #2
0
 def getData(self, soFar = 0):
     return NDRSTRUCT.getData(self, soFar)
예제 #3
0
 def getData(self, soFar = 0):
     self['SubAuthorityCount'] = len(self['SubAuthority'])
     return NDRSTRUCT.getData(self, soFar)
예제 #4
0
파일: dtypes.py 프로젝트: weirdoin/impacket
 def getData(self, soFar=0):
     self['SubAuthorityCount'] = len(self['SubAuthority'])
     return NDRSTRUCT.getData(self, soFar)
예제 #5
0
파일: dtypes.py 프로젝트: sjitech/impacket
 def getData(self, soFar=0):
     self["SubAuthorityCount"] = len(self["SubAuthority"])
     return NDRSTRUCT.getData(self, soFar)