Adding combined PCAP (local and remote) to test out the algorithm- it successfully...
authorrtrimana <rtrimana@uci.edu>
Wed, 2 May 2018 23:10:24 +0000 (16:10 -0700)
committerrtrimana <rtrimana@uci.edu>
Wed, 2 May 2018 23:10:24 +0000 (16:10 -0700)
Code/Projects/SmartPlugDetector/pcap/local.on.pcap [new file with mode: 0644]
Code/Projects/SmartPlugDetector/pcap/wlan1.local.remote.dns.pcap [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Main.java

diff --git a/Code/Projects/SmartPlugDetector/pcap/local.on.pcap b/Code/Projects/SmartPlugDetector/pcap/local.on.pcap
new file mode 100644 (file)
index 0000000..a85b153
Binary files /dev/null and b/Code/Projects/SmartPlugDetector/pcap/local.on.pcap differ
diff --git a/Code/Projects/SmartPlugDetector/pcap/wlan1.local.remote.dns.pcap b/Code/Projects/SmartPlugDetector/pcap/wlan1.local.remote.dns.pcap
new file mode 100644 (file)
index 0000000..7e96a6d
Binary files /dev/null and b/Code/Projects/SmartPlugDetector/pcap/wlan1.local.remote.dns.pcap differ
index e5a685f654fab5cee1caa9ab85c04a9e68298b4f..d72768325b9f79b0d1782d321b01da6722232e29 100644 (file)
@@ -26,7 +26,7 @@ public class Main {
 
     public static void main(String[] args) throws PcapNativeException, NotOpenException, EOFException, TimeoutException, UnknownHostException {
         //final String fileName = "/users/varmarken/Desktop/wlan1.local.dns.pcap";
-        final String fileName = "/home/rtrimana/pcap_processing/smart_home_traffic/Code/Projects/SmartPlugDetector/pcap/wlan1.local.dns.pcap";
+        final String fileName = "/home/rtrimana/pcap_processing/smart_home_traffic/Code/Projects/SmartPlugDetector/pcap/wlan1.local.remote.dns.pcap";
 
         // ====== Debug code ======
         PcapHandle handle;