-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
I try to use your pcap2canlog but it returns nothing and no error.
- cargo build:
[~/Documents/CAN/pcap2canlog/pcap2canlog]
$ sudo cargo build
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
- cargo run without argument:
$ sudo cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/pcap2canlog`
error: The following required arguments were not provided:
<pcap file>
USAGE:
pcap2canlog <pcap file> --devname <devname>
For more information try --help
- cargo run:
$ sudo cargo run canflag.pcap
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
Running `target/debug/pcap2canlog canflag.pcap`
Return absolutely nothing, neither in terminal nor with > can.log
What's wrong?
Metadata
Metadata
Assignees
Labels
No labels