Conversation
Added printing of IPv6 TCP/UDP/ICMPv6 packets with nflog.
|
Fixes #1232 |
|
After xz backdooring, uploading binaries to a repo is seriously bad practice, imho. Why is the x86 binary 4k bigger and the others only bytes? |
I usually compile all the binaries from source and bundle it before releasing it to public. |
this happens because the arm architecture is more optimized than the x86 one, there are fewer instructions to do the same thing.
but this did not happen in this case. Are we sure that the author of this PR is reliable? |
|
How is this built with api 21? Wait3 is not available in api 21 and the busybox build is fixed in 1.34.0 in mirror/busybox@c0943ac. |
As in title, Nflog can now decode and print IPv6 + TCP/UDP/ICMPv6 packets.
Also updated all builds to use API 21 (latest available on NDK10).
Tested on Pixel 4a (arm architecture).
Compiled binaries for the other platforms but can't test them.