URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f75d841ad29e5b51584b95b59153050f7f089590
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f75d841 by Dr. Lars Voelker (lars-github@xxxxxxxxxxxxxx):
ISAKMP: Added dissection of digital signature authentication
RFC7427 describes the Digital Signature Authentication for IKEv2. This
consists of the Signature Hash Algo Notify and a new format of the
authentication data. The Notify was already present. This patch only adds
the capability to parse the new format of the authentication data.
Change-Id: Id1949397c1a2caa9898ecf44ecd580b5417d3343
Signed-off-by: Dr. Lars Voelker <lars-github@xxxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/32913
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from bb757e66 docbook/faq.adoc: remove execute bits
add f75d841 ISAKMP: Added dissection of digital signature authentication
Summary of changes:
epan/dissectors/packet-isakmp.c | 59 ++++++++++++++++++++++++++++++++++++-----
1 file changed, 52 insertions(+), 7 deletions(-)