aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-01ipsec: fix build with old 32-bit glib headersPeter Wu1-1/+1
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+41
2016-07-27IPSec: fix decryption broken in g8cd167aPascal Quantin1-4/+4
2016-07-25IPv6: Use ipv6_pinfo_t instead of ws_ip to keep some stateJoão Valverde1-7/+2
2016-07-24More null "IP information" pointer checks.Guy Harris1-2/+4
2016-07-24Pass the next header value to ipv6_dissect_next() as an argument.Guy Harris1-1/+1
2016-07-22Decouple extension headers from the IPv6 dissector loopJoão Valverde1-33/+40
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-4/+1
2016-07-19AH: Make some display formats more standardJoão Valverde1-18/+19
2016-07-19AH: Remove ah_header_data and subtree payload preferenceJoão Valverde1-41/+8
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-8/+18
2016-07-04General cleanup of packet-ipsec.cMichael Mann1-156/+74
2016-07-04Treat SPI field in ESP/SA configuration as string only if wildcards are used.Michael Mann1-15/+21
2016-06-29Provide new interface for Export PDU.Michael Mann1-7/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-1/+1
2016-06-07ESP: keep IP protocol, encryption and authentication algorithms when copying ...Pascal Quantin1-0/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-7/+7
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-5/+0
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-7/+6
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+8
2015-11-05[IPsec] Hand the subdissector the payload data only,AndersBroman1-11/+10
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-16/+11
2015-06-27ipsec: correct some format specifiersMartin Mathieson1-9/+9
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+2