Skip to content

A very simple lib for writing pcapng files (section header, interface description, enhanced packet and decryption secrets blocks)

Notifications You must be signed in to change notification settings

egorovandreyrm/pcapng_dsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PcapNg is a new file format to store captured packets. The format has a lot of interesting/useful features. The one that I’m was interested in is Decryption Secrets block, which allows Wireshark and other tools to decrypt TLS traffic. i.e Specifying Key log file or RSA keys is not needed in this case.

Decryption Secrets block is effectively is a key log file embedded in a pcapng file.

Pcapng file format document can be download on https://github.com/pcapng/pcapng

To support the feature in my android application, I developed a simple lib for writing pcapng blocks, that has only 4 functions. An example of using the lib is included.

Additional details can be found on https://egorovandreyrm.com/pcapng-decryption-secrets-block/

About

A very simple lib for writing pcapng files (section header, interface description, enhanced packet and decryption secrets blocks)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published