Package dpkt :: Module ieee80211 :: Class IEEE80211 :: Class FH
[hide private]
[frames] | no frames]

Class FH

source code

object --+        
         |        
   ??.Temp --+    
             |    
   dpkt.Packet --+
                 |
                IEEE80211.FH

Instance Methods [hide private]

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

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

Class Variables [hide private]
  __hdr__ = (('id', 'B', 0), ('len', 'B', 0), ('tu', 'H', 0), ('...
  __hdr_defaults__ = {'hopindex': 0, 'hoppattern': 0, 'hopset': ...
  __hdr_fields__ = ['id', 'len', 'tu', 'hopset', 'hoppattern', '...
  __hdr_fmt__ = '>BBHBBB'
  __hdr_len__ = 7
Properties [hide private]
  data
  hopindex
  hoppattern
  hopset
  id
  len
  tu

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('id', 'B', 0),
 ('len', 'B', 0),
 ('tu', 'H', 0),
 ('hopset', 'B', 0),
 ('hoppattern', 'B', 0),
 ('hopindex', 'B', 0))

__hdr_defaults__

Value:
{'hopindex': 0,
 'hoppattern': 0,
 'hopset': 0,
 'id': 0,
 'len': 0,
 'tu': 0}

__hdr_fields__

Value:
['id', 'len', 'tu', 'hopset', 'hoppattern', 'hopindex']