Package dpkt :: Module ip6 :: Class IP6ExtensionHeader
[hide private]
[frames] | no frames]

Class IP6ExtensionHeader

source code

 object --+    
          |    
dpkt.Packet --+
              |
             IP6ExtensionHeader
Known Subclasses:


An extension header is very similar to a 'sub-packet'.
We just want to re-use all the hdr unpacking etc.

Nested Classes [hide private]

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]

Inherited from dpkt.Packet: __getitem__, __init__, __len__, __repr__, __str__, pack, pack_hdr, unpack

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__