Hello,
I am very new to wireshark and the pcapng data format used to save wireshark recorded data. I want to read that data with python using the “pyshark” module, but I cannot find proper documentation on the data format(s).
The only “extended” documentation I could find is here
https://kiminewt.github.io/pyshark/
which I would not consider as extended at all, as the documentation on the data format seems to be missing?
Is there some other place where the formats of the packages, the layers etc. is described in more detail?
Thanks