aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-03-25bugfix: prevent a negative length, if ah.ah_len is zeroUlf Lamping1-1/+1
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-1/+1
2004-11-12From Mark Phillips: optionally support decoding the payload of ESPGuy Harris1-3/+74
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+359