public static void main(String[] args) throws Exception {
System.out.println("it works");
- String file = "/home/rtrimana/pcap_processing/smart_home_traffic/Code/Projects/SmartPlugDetector/pcap/wlan1.local.dns.pcap";
+ String file = "/home/rtrimana/pcap_processing/smart_home_traffic/Code/Projects/SmartPlugDetector/pcap/wlan1.local.dns.pcapdump";
try {
Pcap data = Pcap.fromFile(file);
private String cloudIPAddress(String hostName) {
if (hostName.equals("events.tplinkra.com"))
return "205.251.203.26";
+ else
+ return null;
}
// TODO move to separate class