URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb36f056ad73658aa03b4813cc0855676d0263e9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bb36f05 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Try to make IPv6 fragmentation code simpler
Fixes two issues:
- Null IPv6 Fragment extension headers confuse Wireshark, because the 'offlg'
variable gets reset
- Dissection doesn't stop when reassembly is enabled and it is the first
fragment followed by more IPv6 extension headers
Bug: 8362
Change-Id: Ibe229a63d7a6ab8523ddfcae30e58d19cc2ce2bd
Reviewed-on: https://code.wireshark.org/review/10482
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4150bae Fix checkapi warnings
adds bb36f05 Try to make IPv6 fragmentation code simpler
Summary of changes:
epan/dissectors/packet-ipv6.c | 227 +++++++++++++++++++++--------------------
epan/dissectors/packet-ipv6.h | 1 -
2 files changed, 114 insertions(+), 114 deletions(-)