Skip to content

Can't compile examples due to pnet #19

@ckcr4lyf

Description

@ckcr4lyf

The current pnet version does not seem be able to get compiled, supposedly due to some mismatch with their tags:

warning: `nfqueue` (lib) generated 6 warnings
   Compiling pnet_macros v0.33.0
   Compiling pnet_packet v0.25.0
error[E0425]: cannot find function `register` in crate `pnet_macros`
  --> /home/poiasd/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_packet-0.25.0/build.rs:27:30
   |
27 |                 pnet_macros::register(&mut registry);
   |                              ^^^^^^^^ not found in `pnet_macros`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `pnet_packet` due to previous error

Related issue: libpnet/libpnet#524

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions