Ask Your Question
0

Minimal example to read and dissect pcapng file

asked 2023-04-11 09:39:57 +0000

DeveloperAlexander gravatar image

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)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-04-11 10:16:14 +0000

grahamb gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2023-04-11 09:39:57 +0000

Seen: 990 times

Last updated: Apr 11 '23