Actions
Bug #2419
closedIncrease size of length of Decoder handlers from uint16 to uint32
Affected Versions:
Effort:
Difficulty:
Label:
Description
Decoder handler takes as parameter the length of the buffer (raw array of bytes that need to be parsed).
This parameter is currently configured to be a uint16. Moving it to uint32 allow to parse data from interfaces with bigger mtu (ie., default mtu of lo (loopback) interface is 65536 bytes).
Updated by Maurizio Abba almost 7 years ago
Updated by Victor Julien over 6 years ago
- Status changed from Assigned to Closed
- Target version changed from TBD to 4.1rc2
Merged through https://github.com/OISF/suricata/pull/3446
Actions