Adding notes in the source code and scripts.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / src / main / java / edu / uci / iotproject / analysis / TriggerTrafficExtractor.java
index 701d086c40b41929626c839d819b47d56495c904..019eecf145d9dec585cf08446d598426db7650f7 100644 (file)
@@ -28,7 +28,7 @@ public class TriggerTrafficExtractor implements PcapPacketFilter {
 
     public static final int INCLUSION_WINDOW_MILLIS = 15_000;
     // TODO: Relax the inclusion time if needed
 
     public static final int INCLUSION_WINDOW_MILLIS = 15_000;
     // TODO: Relax the inclusion time if needed
-//    public static final int INCLUSION_WINDOW_MILLIS = 30_000;
+    //public static final int INCLUSION_WINDOW_MILLIS = 30_000;
 
     public TriggerTrafficExtractor(String pcapFilePath, List<Instant> triggerTimes, String deviceIp) throws PcapNativeException, NotOpenException {
         mPcapFilePath = pcapFilePath;
 
     public TriggerTrafficExtractor(String pcapFilePath, List<Instant> triggerTimes, String deviceIp) throws PcapNativeException, NotOpenException {
         mPcapFilePath = pcapFilePath;