Adding the Kaitai library to parse PCAP files.
[pingpong.git] / Code / Projects / SmartPlugDetector / build.gradle
index 29b73eb465c978348460e823a7bba56a2f019763..b0d01fcb1917ab0cf25f1c748e552227465bea75 100644 (file)
@@ -14,4 +14,5 @@ repositories {
 
 dependencies {
     testCompile group: 'junit', name: 'junit', version: '4.11'
 
 dependencies {
     testCompile group: 'junit', name: 'junit', version: '4.11'
+    compile group: 'io.kaitai', name: 'kaitai-struct-runtime', version: '0.8'
 }
 }