Asterisk - The Open Source Telephony Project
18.5.0
|
Data Structures | |
class | FaxPcap |
class | SkipPacket |
class | SpandspLog |
Functions | |
def | main (logname, pcapname) |
def | n2b (text) |
Variables | |
bool | EMPTY_RECOVERY = False |
IFP = namedtuple('IFP', 'date seqno data') | |
bool | LOSSY = False |
def spandspflow2pcap.main | ( | logname, | |
pcapname | |||
) |
Definition at line 239 of file spandspflow2pcap.py.
def spandspflow2pcap.n2b | ( | text | ) |
Convert "aa bb cc" to bytearray('\xaa\xbb\xcc').
Definition at line 44 of file spandspflow2pcap.py.
References replace().
Referenced by SpandspLog.__iter__().
bool EMPTY_RECOVERY = False |
Definition at line 38 of file spandspflow2pcap.py.
IFP = namedtuple('IFP', 'date seqno data') |
Definition at line 41 of file spandspflow2pcap.py.
Referenced by SpandspLog.__iter__(), and FaxPcap.add().
bool LOSSY = False |
Definition at line 37 of file spandspflow2pcap.py.