Going back and testing stuff. Check this out...
self.filter.read() # tcpregression.tcpfilter.TcpFilter.read()
which calls:
return self.pcapHandle.readpkt() # pcs.PcapConnector.readpkt()
which calls:
packet = self.file.next()[1] # pcs.pcap.pcap.next()
However, debug statements show
"IN __NEXT__".
Dubbleyou Tee Eff.
Read more...
No comments:
Post a Comment