Merging small changes.
[pingpong.git] / Code / Projects / SmartPlugDetector / src / main / java / edu / uci / iotproject / detection / ClusterMatcher.java
index 25f3191a7870cb05cc52fe096d1f1b61f92e6572..33d6dbbd21c0e6fbf4ebc5d2e51d08e7429db70f 100644 (file)
@@ -336,7 +336,7 @@ public class ClusterMatcher implements PacketListener {
             } 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;