Exemplo n.º 1
0
 def __init__(self, with_security=False, **kwargs):
     Layer3.__init__(self, **kwargs)
     if with_security:
         self.ins_sec_hdr()
Exemplo n.º 2
0
 def __init__(self, with_options=False, with_security=False, **kwargs):
     Layer3.__init__(self, **kwargs)
     self.RES.V.Repr = 'hex'
Exemplo n.º 3
0
 def __init__(self, with_options=False, with_security=False, **kwargs):
     Layer3.__init__(self, **kwargs)
     self.RES.V.Repr = 'hex'