예제 #1
0
 def __init__(self, data=None, isNDR64=False):
     NDRSTRUCT.__init__(self, data, isNDR64)
     if data is None:
         self['Version'] = 1
         self['Endianness'] = 0x10
         self['CommonHeaderLength'] = 8
         self['Filler'] = 0xcccccccc
예제 #2
0
 def __init__(self, data=None, isNDR64=False):
     NDRSTRUCT.__init__(self, data, isNDR64)
     if data is None:
         self['Filler'] = 0xcccccccc
예제 #3
0
 def __init__(self, data=None, isNDR64=False):
     NDRSTRUCT.__init__(self, data, isNDR64)
     self['context_handle_uuid'] = '\x00' * 20