Implementing relaxed matching for layer 2 and layer 3.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / src / main / java / edu / uci / iotproject / analysis / TriggerTrafficExtractor.java
index 0adecd879affb0f5f6520eac4e574040890796e9..701d086c40b41929626c839d819b47d56495c904 100644 (file)
@@ -27,7 +27,8 @@ public class TriggerTrafficExtractor implements PcapPacketFilter {
     private long mIncludedPackets = 0;
 
     public static final int INCLUSION_WINDOW_MILLIS = 15_000;
-    //public static final int INCLUSION_WINDOW_MILLIS = 30_000;
+    // TODO: Relax the inclusion time if needed
+//    public static final int INCLUSION_WINDOW_MILLIS = 30_000;
 
     public TriggerTrafficExtractor(String pcapFilePath, List<Instant> triggerTimes, String deviceIp) throws PcapNativeException, NotOpenException {
         mPcapFilePath = pcapFilePath;