Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pcapNG files #30

Closed
6 tasks done
slankdev opened this issue Dec 7, 2015 · 0 comments
Closed
6 tasks done

Support pcapNG files #30

slankdev opened this issue Dec 7, 2015 · 0 comments

Comments

@slankdev
Copy link
Owner

slankdev commented Dec 7, 2015

Support pcapNG files. add functions to PGEN-Util

Implement These Functions

  • int pgen_send_to_pcapng(FILE_, const void_, int)
  • int pgen_recv_from_pcapng(FILE* , void*, int)

Add some Codes to them

  • pgen_open_offline(pgen_t*, int)
    Being able to open and operate pcapng files.
  • pgen_close()
  • struct pgen; parameter about file-type that is pcap or pcapng

Add some Structure to pgen-types.h

  • struct pgen_pcapng_pkthdr; ,, and more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant