Rob Sherwood

Results 6 issues of Rob Sherwood

Also added ./example/lookup_by_ip.rs which correctly outputs the MacAddress on my windows machine. Linux implementation in the next commit.

Apologies - I've read over a lot of the docs and examples and it seems like I should be able to do this, but I can't seem to figure it...

Nothing matching this error in the issues that I've seen. - Rust Version: stable-x86_64-unknown-linux-gnu (default) rustc 1.74.0 (79e9716c9 2023-11-13) - Runtime version (e.g. Tokio): tokio = { version = "1.29.1",...

Type: Bug

There's a new(?) qtype of 'HTTPS' (code is 65) that causes this great package to give up on parsing the packet. I'm happy to put up a PR to fix...

Fixes #64: Add support for HTTPS query type (type 65) Summary: I was getting 'query type 65 is invalid' errors parsing DNS packets on my machine and this fixes it....

Hi, Thanks for solving 95% of a hard problem for me with this crate! I'd like to contribute a bit to see if I can help finish this off. One...