PCAPdroid/submodules
emanuele-f 8cf67378f5 Fix crash in Android 7
The getParameterCount is only available since API level 26. Using a
patched MaxMind-DB-Reader-java to avoid crashing.

https://developer.android.com/reference/java/lang/reflect/Method#getParameterCount()

java.lang.NoSuchMethodError: No virtual method getParameterCount()I in class Ljava/lang/reflect/Constructor; or its super classes (declaration of 'java.lang.reflect.Constructor' appears in /system/framework/core-oj.jar)
 at com.maxmind.db.Decoder.decodeMapIntoObject(Decoder.java:397)
 at com.maxmind.db.Decoder.decodeMap(Decoder.java:342)
 at com.maxmind.db.Decoder.decodeByType(Decoder.java:162)
 at com.maxmind.db.Decoder.decode(Decoder.java:151)
 at com.maxmind.db.Decoder.decode(Decoder.java:76)
 at com.maxmind.db.Reader.<init>(Reader.java:133)
 at com.maxmind.db.Reader.<init>(Reader.java:90)
 at com.emanuelef.remote_capture.Geolocation.openDb(Geolocation.java:67)
2021-11-23 22:42:08 +01:00
..
libpcap@c7642e2cc0 Revert library changes 2021-10-29 11:44:54 +02:00
MaxMind-DB-Reader-java@778acb6fc0 Fix crash in Android 7 2021-11-23 22:42:08 +01:00
nDPI@21b4b8bc22 Update dependencies 2021-11-23 11:11:54 +01:00
res@64a2e49b6a Add raw resources submodule 2021-11-19 18:31:04 +01:00
zdtun@2c2f8febb7 Rework time handling 2021-07-06 15:54:26 +02:00