mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-14 21:00:37 +08:00
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. |
||
|---|---|---|
| .. | ||
| java/com/emanuelef/remote_capture | ||
| jni | ||
| res | ||
| AndroidManifest.xml | ||