liblibwireshark
liblibwireshark copied to clipboard
Leverage the libwireshark v2.4.0 capture and dissector API in your own application
trafficstars
Wrapper for libwireshark
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.