| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Public Member Functions | |
| __init__ (self, fp) | |
| __iter__ (self) | |
| Protected Attributes | |
| _fp | |
Definition at line 193 of file spandspflow2pcap.py.
| __init__ | ( | self, | |
| fp | |||
| ) | 
Definition at line 194 of file spandspflow2pcap.py.
| __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().
| 
 | protected | 
Definition at line 195 of file spandspflow2pcap.py.
Referenced by SpandspLog.__iter__().