aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-12IPSec: fix compilation when building without libgcryptPascal Quantin1-17/+16
2014-09-11Fix an incorrect commentMartin Mathieson1-1/+3
2014-09-11Do simple sequence analysis on ESP Sequence Number fieldMartin Mathieson1-12/+181
2014-08-02fix warning: 'cipher_hd' may be used uninitialized in this functionEvan Huus1-0/+3
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-12/+11
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+2
2014-05-13IPsec: fix implicit conversion of pointer warningPascal Quantin1-1/+1
2014-05-13Allow 16 SAs to be added, but allocate on heap to avoid growing stackMartin Mathieson1-7/+24
2014-05-07Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-04-30Add '#include "packet-ipsec.h'; Do some cleanup.Bill Meier1-1294/+1309
2014-04-30IPsec: fix compilation when building without libgcryptPascal Quantin1-4/+3
2014-04-30Try to make Mac OS X Buildbot HappyAlexis La Goutte1-1/+1
2014-04-30Add an API for programmatically adding ESP SAs (most likely from a privateMartin Mathieson1-320/+422
2014-04-28Make a dissector table out of IPv6 Next header.Michael Mann1-42/+55
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-2/+3
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki1-1/+1
2013-12-08IPsec ESP: add AES-GCM decryption. Bug 8395 (https://bugs.wireshark.org/bugz...Michael Mann1-4/+11
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin1-33/+78
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-14/+8
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-12From beroset:Anders Broman1-3/+3
2013-02-25From Alex Badea via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8395Evan Huus1-1/+8
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1