Closed kayoub5 closed 2 years ago
Currently the LinkLayers assumes that it is a single byte, and that max value is 255.
LinkLayers
This is not right:
Changing the base type of this field is a breaking change, that will affect backward compatibility with all dependencies, including but not limited to sharppcap.
Let's follow IETF here and make it to 16 bit. Might be useful to update the link types then as well based on tcpdump / https://datatracker.ietf.org/doc/html/draft-ietf-opsawg-pcap#section-8.2
Currently the
LinkLayers
assumes that it is a single byte, and that max value is 255.This is not right:
Danger
Changing the base type of this field is a breaking change, that will affect backward compatibility with all dependencies, including but not limited to sharppcap.