Dear Pascal,
I've just seen your commit dd15b2, which I believe is incorrect.
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd15b203c7ec8a8ec5c930cf018c838991ee3182
In dissect_babel_subtlvs, sublen is the length of the TLV body; the full
TLV is of length sublen+2. At the end of the loop, the code is correct:
beg += (sublen+2);
Hence, it is perfectly fine to have sublen=0. Unless I'm wrong, your
commit is incorrect.
Could you please either explain why I'm wrong, or else revert commit dd15b2?
Thanks,
-- Juliusz Chroboczek