kaitai-io / kaitai_struct_formats

Kaitai Struct: library of binary file formats (.ksy)
http://formats.kaitai.io
711 stars 204 forks source link

pcap: add new link types #641

Closed armijnhemel closed 1 year ago

armijnhemel commented 1 year ago

Some new link types were added at https://www.tcpdump.org/linktypes.html

generalmimon commented 1 year ago

@armijnhemel:

Some new link types were added at https://www.tcpdump.org/linktypes.html

BTW, I wrote a simple JavaScript snippet to scrape this page and convert it to a KS-style enum some time ago: https://gist.github.com/generalmimon/02a16c288dfefde6ecd21addd6218819

On that page, you can paste it to the browser JS console and the "enum definition" should appear in the clipboard.

armijnhemel commented 1 year ago

@armijnhemel:

Some new link types were added at https://www.tcpdump.org/linktypes.html

BTW, I wrote a simple JavaScript snippet to scrape this page and convert it to a KS-style enum some time ago: https://gist.github.com/generalmimon/02a16c288dfefde6ecd21addd6218819

On that page, you can paste it to the browser JS console and the "enum definition" should appear in the clipboard.

Oh, nice. Seems that a few others were missed as well. I will add these as well.