Mark Boddington

Results 34 comments of Mark Boddington
trafficstars

Hi @wesmi - can you tell me what version of NJS you are using please? Thanks, Mark

This was caused by the packet object containing the binary DNS packet inside packet.data. I've added a new `$dns_debug_level` variable so that debugging can be enabled at decode levels lower...

Hi @thepasto, This code implements the DoH protocol as specified in RFC8484. The dns-query endpoint expects to be receive a GET requests with a `dns` parameter containing a base64url encoded...

The Ubuntu mainline kernel has Android IPC disabled in v6.1 through v6.2.8 see https://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack/tree/debian.master/config/annotations?h=cod/mainline/v6.2.8#n1102 I don't why they changed this, but you can you reenable it if you build the...

The builds are failing because the kernel build now requires rust packages which aren't available in Jammy, but they are being back-ported. The rust bindgen-0.56 package is currently in [proposed](http://archive.ubuntu.com/ubuntu/pool/universe/r/rust-bindgen-0.56/)....

It looks like the bindgen package has arrived in jammy and 6.2.6 has had a successful build. WRT focal: the early versions of 6.2 were built without rust, so I've...

> Concerning focal the 5.15 kernel is officially supported via [hwe](https://ubuntu.com/kernel/lifecycle#support-20-04) so you do not have to build it your self or use the ppa > > > This may...

work-around in 75acf7599eb64f9dbffe3dd417a7bdeb7d7e0e1c

It should be fixed now. The change to remove the rust dependencies broke the rename process.The 6.1.19 package should be fixed on my PPA too.

This is still an issue. The bindgen-0.56 package has not made it into universe yet, and is still in proposed for Jammy. I may need to disable rust in jammy...