aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-7/+7
2010-12-01From Alex Badea via bug #4149: IPcomp: decompress deflated payloads.cmaynard1-3/+17
2010-06-05From John Fitzgibbon:jake1-6/+31
2010-02-27Constify.guy1-36/+36
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-23/+23
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-33/+28
2009-10-25From Jakub Zawadzki:etxrab1-22/+11
2009-09-18From Harald Welte:jake1-1/+1
2009-08-26Reformat some long lines for readability....wmeier1-35/+97
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-6/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-07-16From David Dahlberg:jake1-12/+58
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-05-14Apply some of the patches from:etxrab1-2/+1
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-03-26Fix ESP Initialization Vector dissection.rbalint1-17/+18
2009-03-25From Frederic Roudaut:rbalint1-1/+72
2009-03-24Removed code duplication in ASCII key computation.rbalint1-62/+37
2009-03-23Fix ASCII key computation.rbalint1-2/+2
2008-05-11Fix some of the Errors/warnings detected by checkapiwmeier1-10/+10
2008-05-09Redo the loops a bit; that fixes an uninitialized variable, and movesguy1-5/+14
2008-05-09Null-terminate the hex-to-text-converted string.guy1-0/+2
2008-05-09sprintf() and strtoul() are massive overkill for turning a string of hexguy1-21/+84
2008-04-09Remove:etxrab1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-2/+6
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
2007-07-11Move packet-ipsec.c to CLEAN_DISSECTOR_SRC.gerald1-6/+6
2007-04-25The data field of an address structure is now a void *; convert it asguy1-12/+18
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-3/+3
2007-04-13Fix a mis-labeled field reported in Ethereal bug 1101. Update allgerald1-47/+47
2006-10-27When key length wrong, show expected value.martinm1-9/+13
2006-10-10Simplify the preference string allocation code. Shorten the comments,gerald1-90/+70
2006-09-12put the ah and esp payload as its own top level expansion in the tree instead...sahlberg1-3/+3
2006-09-12prettify dissection of ESPsahlberg1-9/+24
2006-09-08From Frédéric Roudaut:etxrab1-42/+125
2006-08-18Fix two remaining off-by-one errors. Remove a static buffer.gerald1-29/+19
2006-08-15Fix CIDs 204 - 208.gerald1-24/+31
2006-08-14Put protocol preferences in a scrolled window, in case a particulargerald1-1/+1
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsgerald1-557/+563
2006-06-14configure.in:jmayer1-68/+70
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-02Do the ESP payload decoding, and pass it to the subdissector, regardlessguy1-672/+713
2006-04-13From Frederic Roudaut:etxrab1-471/+705
2006-03-27Some compilers do not handle very long lines...lego1-4/+20
2006-03-27From Frederic Roudaut:etxrab1-244/+2175
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-03-25bugfix: prevent a negative length, if ah.ah_len is zeroulfl1-1/+1
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-1/+1
2004-11-12From Mark Phillips: optionally support decoding the payload of ESPguy1-3/+74