First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Minimal example to read and dissect pcapng file

  • retag add tags

I would like to know what is needed to use EPAN lib in a separat app to read pcapng files and dissect it.

Is there a maybe some kind of minimal example? (C Code)

DeveloperAlexander's avatar
1
DeveloperAlexander
asked 2023-04-11 09:39:57 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The epan lib is an integral part of Wireshark and has not been built for use by other applications and the ABI changes each major release.

If you do want to use the lib in another application there is no documentation or guidance apart from the existing Wireshark documentation and code. There have been reported attempts to use it in an application but probably due to the licence (GPL2.0) they are likely to have not been distributed.

grahamb's avatar
23.8k
grahamb
answered 2023-04-11 10:16:14 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer