Skip to content

Leverage the libwireshark v2.4.0 capture and dissector API in your own application

License

Notifications You must be signed in to change notification settings

epl-viz/liblibwireshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for libwireshark

Build Status

As libwireshark is not public API, it is prone to change and break non-official tools depending on it. This project aims to provide a thin frequently-updated wrapper around the core capture/dissect functionality that other applications can then link against.

(Last) tested working with Wireshark v2.4.5.

Usage

mkdir build && cd build
cmake ..
make
./simple_print -t text ../samples/1-EPL-Frame.pcapng

License

Code is released under same terms as tshark, which it's based on (GNU GPL2.0+). It contains code by Sun Wang, originally under the MIT license.

About

Leverage the libwireshark v2.4.0 capture and dissector API in your own application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages