Skip to content

No output from pcap2canlog #2

@nico0481

Description

@nico0481

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

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