issues
search
slankdev
/
libpgen
Header only packet analysis library written in C++11
Other
40
stars
5
forks
source link
Support pcapNG files
#30
Closed
slankdev
closed
8 years ago
slankdev
commented
8 years ago
Support pcapNG files. add functions to PGEN-Util
Implement These Functions
[x] int pgen_send_to
pcapng(FILE
, const void_, int)
[x] int pgen_recv_from_pcapng(FILE* , void*, int)
Add some Codes to them
[x] pgen_open_offline(pgen_t*, int) Being able to open and operate pcapng files.
[x] pgen_close()
[x] struct pgen; parameter about file-type that is pcap or pcapng
Add some Structure to pgen-types.h
[x] struct pgen_pcapng_pkthdr; ,, and more
Support pcapNG files. add functions to PGEN-Util
Implement These Functions
Add some Codes to them
Add some Structure to pgen-types.h