aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-4/+4
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-13/+34
2014-10-23ESP: honor enable_null_encryption_decode_heuristic preference when the ESP pa...Pascal Quantin1-594/+585
2014-10-20Get rid of another toupper() call in favor of g_ascii_toupper().Guy Harris1-1/+1
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0