aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-7/+7
2010-12-01From Alex Badea via bug #4149: IPcomp: decompress deflated payloads.Chris Maynard1-3/+17
2010-06-05From John Fitzgibbon:Jaap Keuter1-6/+31
2010-02-27Constify, clean up indentation.Guy Harris1-36/+36
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-23/+23
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-33/+28
2009-10-25From Jakub Zawadzki:Anders Broman1-22/+11
2009-09-18From Harald Welte:Jaap Keuter1-1/+1
2009-08-26Reformat some long lines for readability....Bill Meier1-35/+97
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-07-16From David Dahlberg:Jaap Keuter1-12/+58
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-14Apply some of the patches from:Anders Broman1-2/+1
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-03-26Fix ESP Initialization Vector dissection.Balint Reczey1-17/+18
2009-03-25From Frederic Roudaut:Balint Reczey1-1/+72
2009-03-24Removed code duplication in ASCII key computation.Balint Reczey1-62/+37
2009-03-23Fix ASCII key computation.Balint Reczey1-2/+2
2008-05-11Fix some of the Errors/warnings detected by checkapiBill Meier1-10/+10
2008-05-09Redo the loops a bit; that fixes an uninitialized variable, and movesGuy Harris1-5/+14
2008-05-09Null-terminate the hex-to-text-converted string.Guy Harris1-0/+2
2008-05-09sprintf() and strtoul() are massive overkill for turning a string of hexGuy Harris1-21/+84
2008-04-09Remove:Anders Broman1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-2/+6
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-2/+2
2007-07-11Move packet-ipsec.c to CLEAN_DISSECTOR_SRC.Gerald Combs1-6/+6
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-12/+18
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-3/+3
2007-04-13Fix a mis-labeled field reported in Ethereal bug 1101. Update allGerald Combs1-47/+47
2006-10-27When key length wrong, show expected value.Martin Mathieson1-9/+13
2006-10-10Simplify the preference string allocation code. Shorten the comments,Gerald Combs1-90/+70
2006-09-12put the ah and esp payload as its own top level expansion in the tree instead...Ronnie Sahlberg1-3/+3
2006-09-12prettify dissection of ESPRonnie Sahlberg1-9/+24
2006-09-08From Frédéric Roudaut:Anders Broman1-42/+125
2006-08-18Fix two remaining off-by-one errors. Remove a static buffer.Gerald Combs1-29/+19
2006-08-15Fix CIDs 204 - 208.Gerald Combs1-24/+31
2006-08-14Put protocol preferences in a scrolled window, in case a particularGerald Combs1-1/+1
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs1-557/+563
2006-06-14configure.in:Jörg Mayer1-68/+70
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-02Do the ESP payload decoding, and pass it to the subdissector, regardlessGuy Harris1-672/+713
2006-04-13From Frederic Roudaut:Anders Broman1-471/+705
2006-03-27Some compilers do not handle very long lines...Luis Ontanon1-4/+20
2006-03-27From Frederic Roudaut:Anders Broman1-244/+2175