Wireshark-commits: [Wireshark-commits] master-1.12 ee233b7: MIPv6: Mobility Option Mobile Node Link
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee233b7127215e47a0ff7accd502319663882f59
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
ee233b7 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
MIPv6: Mobility Option Mobile Node Link Layer Identifier Link-layer Identifier field is read beyond the option data
there's a single IPv6 packet with Mobile Node Link Layer Identifier mobility option.
The option's data length is 9 but and since the Reserved field takes 2 bytes, the Link Layer Identifier field should take 7 bytes.
However, the Link Layer Identifier field is read until the end of the packet, which is 519 bytes.
Bug:10578
Change-Id: I518de7f6b75e5b749cb029845fd4846954ca6d0e
Reviewed-on: https://code.wireshark.org/review/4818
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 51f496220322ac518d9485afe030d0568fdae080)
Change-Id: I518de7f6b75e5b749cb029845fd4846954ca6d0e
Reviewed-on: https://code.wireshark.org/review/4823
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 5d75a6b MIPv6: Mobility Option Binding Authorization Data for FMIPv6 Authenticator field is read beyond the option data
adds ee233b7 MIPv6: Mobility Option Mobile Node Link Layer Identifier Link-layer Identifier field is read beyond the option data
Summary of changes:
epan/dissectors/packet-mip6.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)