Merge branch 'master' of https://github.uci.edu/rtrimana/smart_home_traffic
[pingpong.git] / Code / Projects / SmartPlugDetector / src / main / java / edu / uci / iotproject / detection / layer3 / Layer3ClusterMatcher.java
index 81002bd0e0b77ba13c776fbc93d55c33e0a654c6..b9584ff365f325885df7cb055521b0d9b30d4966 100644 (file)
@@ -325,7 +325,7 @@ public class Layer3ClusterMatcher extends AbstractClusterMatcher implements Pack
             } else if (isDstIpLocal(pkt) || getDestinationIp(pkt).equals(routerWanIp)) {
                 directions[i] = Conversation.Direction.SERVER_TO_CLIENT;
             } else {
-                throw new IllegalArgumentException("no local IP or router WAN port IP found, can't detect direction");
+                //throw new IllegalArgumentException("no local IP or router WAN port IP found, can't detect direction");
             }
         }
         return directions;