C library that provides network packets to the User Application in JSON format.
- libpcap
- json-glib
$ git clone https://github.com/inPhraZ/jpkt.git
$ cd jpkt
$ mkdir build && cd build
$ cmake ..
$ make -j$(nproc)
$ git clone https://github.com/inPhraZ/jpkt.git
$ cd jpkt
$ make -j$(nproc)