aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+4
2016-10-28ISAKMP: Rename identifiers for readabilityMirko Parthey1-237/+237
2016-10-21ISAKMP: update protocol parametersMirko Parthey1-27/+34
2016-10-21ISAKMP: fix typos and whitespaceMirko Parthey1-22/+22
2016-10-21ISAKMP: Fix defragmentation of EAP-TLS in IKEv2Mirko Parthey1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-10-05isakmp: Add dissection of Responder Lifetime notificationMirko Parthey1-2/+188
2016-09-27ISAKMP: Rename identifiers and change item labelsMirko Parthey1-202/+208
2016-09-23ISAKMP: fix Argument with 'nonnull' attribute passed null found by Clang Anal...Alexis La Goutte1-1/+3
2016-09-18ISAKMP: Reduce code duplicationMirko Parthey1-248/+221
2016-09-05ISAKMP: Fix handling of cert requests without CAMirko Parthey1-0/+3
2016-08-28ISAKMP: fix # of SPIs field name in Delete payloadMirko Parthey1-1/+1
2016-08-24ISAKMP: remove useless callbackPascal Quantin1-9/+1
2016-08-24ISAKMP: fix DOI field read sizeMirko Parthey1-2/+2
2016-08-23isakmp Fix IKEv2 modification UAT crashMichał Skalski1-2/+5
2016-08-23dissector ISAKMP IKEv2: fixed bug with libgcrypt-1.6.x and AEAD ciphersMichał Skalski1-9/+42
2016-08-23isakmp: fix type confusionPeter Wu1-12/+12
2016-08-22IKEv2: Add D-H Transform IDs for Brainpool CurvesMirko Parthey1-0/+4
2016-08-19dissector ISAKMP: Added decryption using AES-GCM, AES-CCM and AES-CTRMichał Skalski1-14/+275
2016-08-18ISAKMP: Fix Result of operation is garbage or undefined found by Clang AnalyzerPascal Quantin1-3/+9
2016-08-11Fix IKEv1 decryption and initialization vectorsMirko Parthey1-163/+241
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-9/+2
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-26/+28
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-2/+2
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-4/+4
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-2/+2
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-2/+2
2016-01-31Fixed Cisco Vendor IDs in IKEv2 dissector.Xavier Brouckaert1-2/+34
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-22That warning is bogus; squelch it with an otherwise-unnecessary cast.Guy Harris1-3/+10
2016-01-22Try to fix compiler warnings.Guy Harris1-3/+3
2016-01-22ISAKMP: Try to really fix implicit conversion warning on OSX 64 bit.João Valverde1-2/+2
2016-01-22ISAKMP: Fix implicit conversion to shorter type.João Valverde1-1/+2
2016-01-22ISAKMP: Optimize loopsJoão Valverde1-58/+26
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-26/+26
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-2/+2
2015-09-25ISAKMP(ikev2): Type Hash and URL of X.509 certificate is not decodedAlexis La Goutte1-3/+38
2015-08-28ISAKMP: Add new CHACHA20/POLY1305 Transform Types Values (RFC7634)Alexis La Goutte1-1/+2
2015-08-18Init values set (found by American Fuzzy Lop).Dario Lombardo1-2/+2
2015-07-26ISAKMP: Remove uneeded space before HF name and HF filterAlexis La Goutte1-86/+86
2015-07-25ISAKMP: Add 3GPP IMS Options for IKEv2Andrei Cipu1-1/+42
2015-07-25ISAKMP: The modecfg attribute type INTERNAL_IP6_ADDRESS is not decoded correctlyAlexis La Goutte1-5/+12
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-18/+23
2015-06-28ISAKMP: consistently use two-space indentation (as per modelines). Also adde...Martin Mathieson1-1065/+1055