Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 391 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 391 Bytes

jpkt (JSON packet)

C library that provides network packets to the User Application in JSON format.

Requirements

  • libpcap
  • json-glib

Build

CMake

$ git clone https://github.com/inPhraZ/jpkt.git
$ cd jpkt
$ mkdir build && cd build
$ cmake ..
$ make -j$(nproc)

make

$ git clone https://github.com/inPhraZ/jpkt.git
$ cd jpkt
$ make -j$(nproc)