Package: wireshark / 4.0.17-0+deb12u1

Metadata

Package Version Patches format
wireshark 4.0.17-0+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
09_idl2wrs.patch | (download)

tools/idl2wrs | 33 0 + 33 - 0 !
1 file changed, 33 deletions(-)

 do not try to locate wireshark_be.py and wireshark_gen.py in

non-standard places.

0004 Use packaged JS and CSS resources instead of pulling.patch | (download)

resources/share/wireshark/ipmap.html | 20 5 + 15 - 0 !
1 file changed, 5 insertions(+), 15 deletions(-)

 use packaged js and css resources instead of pulling them from the
 Internet

0001 DOCSIS Extended EH Elements are not recursive.patch | (download)

epan/dissectors/packet-docsis.c | 105 59 + 46 - 0 !
1 file changed, 59 insertions(+), 46 deletions(-)

 docsis: extended eh elements are not recursive

Extended EH Elements, which are still not defined as of DOCSIS 4.0
and must be ignored (CM-SP-MULPIv4.0-I08-231211), are not recursive
but instead have a full byte each for type and length instead of
a nibble, allowing specifying more than 15 extended header types or
extended header types with length longer than 15.

Increment the position for the first type/length byte to make the
logic more straightforward.

Part of #19557

(backported from commit 77b0583568836554bd51ee8fde54ba5a3d000c0e)