private final List<PcapPacket> mUpperBound;
private final double mEps;
private int mInclusionTimeMillis;
private final List<PcapPacket> mUpperBound;
private final double mEps;
private int mInclusionTimeMillis;
return false;
}
// If we made it here, it means that this packet has the expected length, direction, and obeys the timing
return false;
}
// If we made it here, it means that this packet has the expected length, direction, and obeys the timing
mMatchedPackets.add(packet);
if (mMatchedPackets.size() == mLowerBound.size()) {
// TODO report (to observers?) that we are done?
mMatchedPackets.add(packet);
if (mMatchedPackets.size() == mLowerBound.size()) {
// TODO report (to observers?) that we are done?