[Wireshark-users] Where to find documentation about the formats when to read pcapng data with python?

2023-01-24 Thread DIETZ Alexander
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

Re: [Wireshark-users] Where to find documentation about the formats when to read pcapng data with python?

2023-01-24 Thread Maynard, Christopher via Wireshark-users
If you're looking for the pcapng file format, then I believe this is the authoritative place to find it: https://github.com/IETF-OPSAWG-WG/draft-ietf-opsawg-pcap. The following is the most recent draft published at IETF, but it just expired a month ago, so I'd stick with github:

Re: [Wireshark-users] Where to find documentation about the formats when to read pcapng data with python?

2023-01-24 Thread Guy Harris
On Jan 24, 2023, at 12:37 AM, DIETZ Alexander wrote: > 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