Checking in new code for signature generation; Arlo has a signature for camera on...
[pingpong.git] / Code / Projects / SmartPlugDetector / src / main / java / edu / uci / iotproject / Conversation.java
index 5722303c242f092fefe7d87ef988dcf3e31a18f8..a998c171a659f3bef5daa82120effd493284cbab 100644 (file)
@@ -484,8 +484,7 @@ public class Conversation {
          * 08/31/18: Added unconvetional TLS ports used by WeMo plugs and LiFX bulb.
          * 09/20/18: Moved hardcoded ports to other class to allow other classes to query the set of TLS ports.
          */
-//        return mServerPort == 443 || mServerPort == 8443 || mServerPort == 41143;
-        return TcpConversationUtils.isTlsPort(mServerPort);
+        return TcpConversationUtils.isTlsPort(mServerPort) || TcpConversationUtils.isTlsPort(mClientPort);
     }
 
     /**