Wireshark-commits: [Wireshark-commits] master 0fcca6f: ISAKMP: fix DOI field read size

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Aug 2016 04:38:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0fcca6f0c8392b16ebfefdc69086d02e1dba2c7e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0fcca6f by Mirko Parthey (mirko.parthey@xxxxxx):

    ISAKMP: fix DOI field read size
    
    Read 4 bytes from the packet instead of 1 because that is the
    correct size of the DOI field.
    Reference: RFC 2408
    
    Change-Id: I5745363811bb46af307a925d688ec36cfb29984b
    Reviewed-on: https://code.wireshark.org/review/17271
    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: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  640382c   CMake: Allow setting per target compiler warnings
    adds  0fcca6f   ISAKMP: fix DOI field read size


Summary of changes:
 epan/dissectors/packet-isakmp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)