PCAPdroid/app/src/main
emanuele-f 65ccbae6b0 Fix SIGBUS in some devices with PCAPdroid trailer
The crc32 implementation performs 4-bytes accesses, which may result in
unaligned pointer accesses. This patch adds padding before the trailer
to ensure that the packets are always aligned to the 4-bytes boundary.
2021-07-31 11:57:06 +02:00
..
java/com/emanuelef/remote_capture Remove "rate app" menu entry 2021-07-19 18:39:57 +02:00
jni Fix SIGBUS in some devices with PCAPdroid trailer 2021-07-31 11:57:06 +02:00
res Missing strings ptbr (#102) 2021-07-25 10:17:31 +02:00
AndroidManifest.xml Implement separate connections activity 2021-06-28 23:50:55 +02:00