|
Asterisk - The Open Source Telephony Project
18.5.0
|
Public Member Functions | |
| def | __init__ (self, fp) |
| def | __iter__ (self) |
Definition at line 193 of file spandspflow2pcap.py.
| def __init__ | ( | self, | |
| fp | |||
| ) |
Definition at line 194 of file spandspflow2pcap.py.
References SpandspLog._fp.
| def __iter__ | ( | self | ) |
Looks for lines line:
[2013-08-07 15:17:34] FAX[23479] res_fax.c: \
FLOW T.38 Rx 5: IFP c0 01 80 00 00 ff
And yields:
IFP(date=..., seqno=..., data=...)
Definition at line 197 of file spandspflow2pcap.py.
References SpandspLog._fp, spandspflow2pcap.IFP, and spandspflow2pcap.n2b().
1.8.13