aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-13/+13
2012-10-22From Matthias St. Pierre:Anders Broman1-6/+22
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-10-16From "msp":Anders Broman1-2/+4
2012-10-11From Alex Badea via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7849Alexis La Goutte1-6/+35
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-17/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+0
2012-01-05dissect_esp(): 'i' is only (really) used if we HAVE_LIBGCRYPT.Jeff Morriss1-2/+1
2011-12-13Prevent memory leakage of uncompress tvb and associated data buffer (step 1).Bill Meier1-1/+1
2011-12-08Use to display ESP SPI BASE_HEX_DEC as it is in decimal in SIP.Anders Broman1-1/+1
2011-10-27..Filter is not used any more.Anders Broman1-20/+14
2011-10-27Fix comparison with UAT keys.Anders Broman1-4/+4
2011-10-27Fix indentation.Anders Broman1-1027/+1027
2011-10-27The comparison with the UAT keys are broken, this isAnders Broman1-90/+8
2011-10-26The comparison with the UAT keys are broken, this isAnders Broman1-2/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-14/+14
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-06-02Commit 37516 broke compilation for me in 3 places (with -Werror):Jörg Mayer1-7/+9
2011-06-02From Michael Mann:Anders Broman1-1823/+1077
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-1/+3