aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04ISAKMP: Add IKEv2 notification (Private) type for Auto Discovery and Network ...Alexis La Goutte1-2/+14
2022-09-28ISKAMP: Add VID Auto-Discovery Sender (Fortinet)Alexis La Goutte1-0/+6
2022-09-10ISAKMP: Add some Fortinet (VID)Alexis La Goutte1-0/+12
2022-07-30Add China IPSec Algorithms and IKE AttributesLiangYuxuan1-1/+40
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-39/+0
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-0/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2022-01-18EAP: Adding EAP-IKEv2 supportDr. Lars Völker1-4/+8
2022-01-02Add support for some additional Cisco IKEv2 VIDsSamuel D. Leslie1-1/+14
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-9/+9
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-9/+9
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-3/+3
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-26/+26
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-10/+10
2021-03-16ISAKMP: Pad Length field is 1 byte longPascal Quantin1-1/+1
2021-02-12ISKAMP: fix a REPORT_DISSECTOR_BUG printfPascal Quantin1-1/+1
2020-10-11check_tfs.py: Also match case insensitivelyMartin Mathieson1-5/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-2/+2
2020-08-11wsutil: define HAVE_LIBGCRYPT_AEAD in wsutil/wsgcrypt.h.Guy Harris1-3/+0
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-7/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-7/+3
2020-04-25Introduce tfs_get_string helperJaap Keuter1-5/+5
2020-04-25isakmp: clean up EMERGENCY_CALL_NUMBER dissection.Guy Harris1-31/+9
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-4/+4
2020-04-03isakmp: fix typo found by range_string checkingAlexis La Goutte1-1/+0
2020-02-03ISAKMP: Critical flag should not be in proposals and transformsDr. Lars Völker1-1/+2
2020-01-15ISAKMP: Dissect ID data types also for GDOI SA TEKUli Heilmeier1-87/+66
2019-11-25ISAKMP: fix dissection of SA TEK payload for non IP addressPascal Quantin1-2/+2
2019-09-13ISAKMP: Added support for Notify AUTH_LIFETIME PayloadMichail Koreshkov1-0/+22
2019-08-30isakmp: Fix Dead StoreAlexis La Goutte1-2/+0
2019-08-26ISAKMP: Correct typos in new GDOI fieldsMichael Mann1-3/+3
2019-08-26ISAKMP: added support for GDOIGandharav Katyal1-64/+262
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-24ISAKMP: Added dissection of digital signature authenticationDr. Lars Voelker1-7/+52
2019-04-23ISAKMP: Fix duplicated-branches warningUli Heilmeier1-3/+1
2019-04-22isakmp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2019-04-21ISAKMP: Adding some payload types (RFC6407)Uli Heilmeier1-50/+408
2019-04-20ISAKMP: Update Notify message valuesMichail Koreshkov1-24/+65
2019-04-15ISAKMP: Added support for Notify DEVICE_IDENTITY PayloadMichail Koreshkov1-0/+73
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-01-26ISAKMP: fix memory leaks for IKEv1 decryptionPeter Wu1-0/+2
2018-12-27ISAKMP: Fix a crash when no decryption data block is thereJaap Keuter1-13/+14
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-11-09isakmp: Free the UAT tables' records using a free callbackVasil Velichkov1-26/+71
2018-11-02isakmp: free the ikev[12] uat tables on shutdownVasil Velichkov1-0/+22
2018-09-20epan: fix various misannotations of VALS/RVALS/VALS64/TFSPeter Wu1-7/+7
2018-07-19ISAKMP: Incorrect presentation of NETMASK for INTERNAL_IP4_SUBNET Config Attr...Alexis La Goutte1-1/+2