Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error E0603 while running the command #2

Open
qwerty-iz opened this issue Dec 12, 2022 · 0 comments
Open

Error E0603 while running the command #2

qwerty-iz opened this issue Dec 12, 2022 · 0 comments

Comments

@qwerty-iz
Copy link

Hi, Thanks for developing this. I am trying to generate some Netflow V9 data and tried to run the command provided:
cargo run generate 192.168.1.101 -t sample/template.json -o sample/option.json -i 3 -c 1000 -s 10001 -p 2055 -n

However, i have the following error:

error[E0603]: module `private` is private
   --> /root/.cargo/git/checkouts/rust-netflow-e6dae77dcbaf15d4/ce4f9e4/src/netflow/mod.rs:19:5
    |
19  |     pub source_id: u32,
    |     ^^^ private module
    |
note: the module `private` is defined here
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.150/src/lib.rs:301:5
    |
301 | use self::__private as private;

Any advise? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant