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