Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #239783

Category tcpdump
Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
Changed at Tue 15 Jul 2025 09:53:39
Repository https://git.tcpdump.org/tcpdump
Project tcpdump
Branch master
Revision 65403c730b6331acf39510341376381bb58f5bb5

Comments

IPv6 mobility: Delete an useless custom check
The truncation is handled by the GET_U_1().

In any case, after 66df248b49095c261138b5a5e34d341a6bf9ac7f, the
'mhlen = (unsigned)(ep - bp)' was useless, because:

    ...
    Also, change mobility_print() to return -1 if it runs up against the
    end of the packet, and stop dissecting if it does so.
    ...

Changed files