Package dpkt :: Module igmp :: Class IGMP
[hide private]
[frames] | no frames]

Class IGMP

source code

 object --+    
          |    
dpkt.Packet --+
              |
             IGMP

Nested Classes [hide private]

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]
 
__str__(self)
str(x)
source code

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

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

Class Variables [hide private]
  __hdr__ = (('type', 'B', 0), ('maxresp', 'B', 0), ('sum', 'H',...
  __hdr_defaults__ = {'group': 0, 'maxresp': 0, 'sum': 0, 'type'...
  __hdr_fields__ = ['type', 'maxresp', 'sum', 'group']
  __hdr_fmt__ = '>BBHI'
  __hdr_len__ = 8
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

__hdr__

Value:
(('type', 'B', 0),
 ('maxresp', 'B', 0),
 ('sum', 'H', 0),
 ('group', 'I', 0))

__hdr_defaults__

Value:
{'group': 0, 'maxresp': 0, 'sum': 0, 'type': 0}