Wireshark-commits: [Wireshark-commits] master 1834cda: The maximum offset in an IP option dissector
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 Jul 2018 21:44:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1834cda2ee945c09f3306e001af9d9bac97d6422
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1834cda by Guy Harris (guy@xxxxxxxxxxxx):

    The maximum offset in an IP option dissector is the length of the option.
    
    It's *not* the sum of the length of the option and the length of the
    option header.
    
    Change-Id: I0b5ab0e35ca33dc02a0bc2501e0f0f531ec3f376
    Reviewed-on: https://code.wireshark.org/review/28701
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4f7c850   wmem_tree: describe tree traversal order
    adds  1834cda   The maximum offset in an IP option dissector is the length of the option.


Summary of changes:
 epan/dissectors/packet-ip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)