tcpdump
tcpdump copied to clipboard
Fixes for undefined behavior in the snmp decoder
These changes fix undefined behavior in the snmp decoder when the underlying representation is of a value larger than 32-bits. The decoder fundamentally doesn't support these values, and the original behavior is GIGO. We retain the same GIGO behavior, but avoiding undefined behavior.
Fixes #1054