Add functional code that loads a pcap file and constructs the IP->hostname map/dictio...
[pingpong.git] / Code / Projects / SmartPlugDetector / build.gradle
index b0d01fcb1917ab0cf25f1c748e552227465bea75..ad98b35368d6e1b15a4a997873f504a45c9b0608 100644 (file)
@@ -14,5 +14,11 @@ repositories {
 
 dependencies {
     testCompile group: 'junit', name: 'junit', version: '4.11'
-    compile group: 'io.kaitai', name: 'kaitai-struct-runtime', version: '0.8'
+
+    // pcap4j
+    compile 'org.pcap4j:pcap4j-core:1.7.3'
+    compile 'org.pcap4j:pcap4j-packetfactory-static:1.7.3'
+
+    // pcap4j logging dependency
+    compile 'org.slf4j:slf4j-jdk14:1.8.0-beta2'
 }