Skip to content

thk1/powerlink_analyzer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
res
 
 
src
 
 
 
 
 
 
 
 
 
 

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