Package dpkt :: Module sccp :: Class CallInfo
[hide private]
[frames] | no frames]

Class CallInfo

source code

 object --+    
          |    
dpkt.Packet --+
              |
             CallInfo

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__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  __byte_order__ = '<'
  __hdr__ = (('calling_party_name', '40s', ''), ('calling_party'...
  __hdr_defaults__ = {'call_id': 0, 'call_type': 0, 'called_part...
  __hdr_fields__ = ['calling_party_name', 'calling_party', 'call...
  __hdr_fmt__ = '<40s24s40s24sIII40s24s'
  __hdr_len__ = 204
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('calling_party_name', '40s', ''),
 ('calling_party', '24s', ''),
 ('called_party_name', '40s', ''),
 ('called_party', '24s', ''),
 ('line_instance', 'I', 0),
 ('call_id', 'I', 0),
 ('call_type', 'I', 0),
 ('orig_called_party_name', '40s', ''),
...

__hdr_defaults__

Value:
{'call_id': 0,
 'call_type': 0,
 'called_party': '',
 'called_party_name': '',
 'calling_party': '',
 'calling_party_name': '',
 'line_instance': 0,
 'orig_called_party': '',
...

__hdr_fields__

Value:
['calling_party_name',
 'calling_party',
 'called_party_name',
 'called_party',
 'line_instance',
 'call_id',
 'call_type',
 'orig_called_party_name',
...