Trying this out but cant get it to initiate live-capture.
error[E0425]: cannot find functionregisterin cratepnet_macros--> /home/kegan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pnet_packet-0.25.0/build.rs:27:30 | 27 | pnet_macros::register(&mut registry); | ^^^^^^^^ not found inpnet_macros`
For more information about this error, try rustc --explain E0425.
error: could not compile pnet_packet (build script) due to previous error
`
Using ja3 = { version="0.5.1", features = ["live-capture"] }
Trying this out but cant get it to initiate live-capture.
error[E0425]: cannot find functionregisterin cratepnet_macros--> /home/kegan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pnet_packet-0.25.0/build.rs:27:30 | 27 | pnet_macros::register(&mut registry); | ^^^^^^^^ not found inpnet_macros`For more information about this error, try
rustc --explain E0425.error: could not compile
pnet_packet(build script) due to previous error`
Using
ja3 = { version="0.5.1", features = ["live-capture"] }