aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10ipsec: fix commentKevin Albertson1-1/+1
2022-11-17CMake: Move clang warningsJoão Valverde1-2/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-08-05ipsec: Fix ESP NULL pad checkJohn Thacker1-1/+7
2022-08-05ipsec: Improve ESP NULL autodetectionJohn Thacker1-36/+102
2022-08-04ipsec: Don't include ICV in decrypted data with ESP NULLJohn Thacker1-3/+3
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-8/+0
2022-02-02ipsec: Don't use NULL heuristic if padding length is impossibleJohn Thacker1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-8/+8
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-12-02IPsec: fix display of ESP padding, protocol and ICV when using NULL heuristicPascal Quantin1-5/+18
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2021-06-28ESP: Free error string on UAT copyMartin Mathieson1-0/+3
2021-06-28ipsec: calculate and verified the AEAD ICV only if enabledDr. Matthias St. Pierre1-2/+2
2021-06-28ipsec: fix alignment check for encrypted payload dataDr. Matthias St. Pierre1-30/+38
2021-06-24ipsec: display the encryption and authentication algorithm namesDr. Matthias St. Pierre1-36/+58
2021-06-24ipsec: implement ICV verification for AEAD ciphersDr. Matthias St. Pierre1-17/+76
2021-06-24ipsec: refactor the decryption and dissection of ESP packetsDr. Matthias St. Pierre1-427/+366
2021-06-24ipsec: rename some variables in the packet-ipsec.cDr. Matthias St. Pierre1-158/+155
2021-06-24ipsec: add encryption types for AES-GCM with 8,12,16 octet ICVDr. Matthias St. Pierre1-3/+15
2021-06-13IPSEC: free error stringMartin Mathieson1-0/+4
2021-06-05Fix null dereference in ipsec esp_sa_record_add_from_dissectorNicolás Alvarez1-1/+2
2021-02-11ESP: validate keys in UAT.Martin Mathieson1-7/+23
2021-02-10IPSec: add comments to ESP key-setting function.Martin Mathieson1-4/+7
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-01ipsec: remove unnecessary gcry_control callsPeter Wu1-3/+0
2018-08-30ESP: improve IPv6 address matchingJaap Keuter1-1/+1
2018-05-29ESP: fix a memory leak in UAT managementPascal Quantin1-1/+13
2018-03-06ipsec: zero memory in get_full_ipv6_addr (found by clang).Dario Lombardo1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-29Use gcry_strerror() to get crypt error description.Jakub Zawadzki1-4/+4
2017-12-25ipsec: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+1
2017-12-21ipsec: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2017-12-16Rework address matching to work with string input.Andrei Cipu1-45/+81
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-11/+6
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+2
2017-09-02IPv6: Split p_update_ipv6_pinfo() into partsJoão Valverde1-2/+2
2017-09-02Have a single IPv6 tapJoão Valverde1-2/+2
2017-08-30IPv6: Move duplicate code to update IPv6 dissection state to a functionJoão Valverde1-9/+1
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-30/+0
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-18/+12
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-17IPsec: Revert g232cb9a2ddJoão Valverde1-3/+4
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-4/+3
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+5