Searched refs:pkttype (Results 1 – 1 of 1) sorted by relevance
271 def _find_prev_packet(self, idx, min_sniff_timestamp, pkttype): argument272 assert pkttype in (WPAN, ETH)277 if pkttype == WPAN and self._pkts[idx].wpan:279 elif pkttype == ETH and self._pkts[idx].eth: