Skip to content

thk1/powerlink_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powerlink Analyzer

Powerlink Analyzer is a command line tool which analyzes Ethernet POWERLINK traffic from a PCAPng capture file. PCAPng files can easily be created using Wireshark.

Requirements

  • Rust

  • libsqlite3-dev

  • libpcap-dev

On Ubuntu 16.04 you can install all requirements using the following command:

sudo apt-get install libsqlite3-dev libpcap-dev && curl -sSf https://static.rust-lang.org/rustup.sh | sh

Build & Run

cargo run PATH_TO_PCAPNG_FILE

License

Powerlink Analyzer is licensed under the GPLv3.0.

About

Analyze Ethernet POWERLINK Network Traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages