Wireshark-commits: [Wireshark-commits] master 13851f3: ISAKMP: add Reserved fields

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 3 Jan 2017 12:39:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13851f331c89006417c4910d20ab9d277523954d
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

13851f3 by Mirko Parthey (mirko.parthey@xxxxxx):

    ISAKMP: add Reserved fields
    
    Add Reserved fields as defined by:
    * RFC 7296 for IKEv2
    * RFC 2408 for IKEv1
    * draft-ietf-ipsec-isakmp-mode-cfg-05 for the IKEv1 Attributes Payload
    
    Change-Id: I0c25de6e543aa5461650fb4cd2c103a6a3a8c392
    Reviewed-on: https://code.wireshark.org/review/19480
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ab075d3   Use g_slist_find_custom instead of g_slist_nth when just looking for item in list.
    adds  13851f3   ISAKMP: add Reserved fields


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