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