aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-06From Petr Sumbera (bug 3309):Stig Bjørlykke1-1/+0
2009-02-11- detect TLS 1.2 Tomas Kukosa1-0/+2
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-7/+5
2008-07-09From Paolo Abeni:Jaap Keuter1-57/+59
2008-01-03fix error if GNUTLS is not availableTomas Kukosa1-0/+2
2008-01-03From Ales KocourekTomas Kukosa1-2/+11
2007-11-30define ssl_debug_flush() for disabled debugTomas Kukosa1-0/+1
2007-11-30- fix warnings in prefs.cTomas Kukosa1-0/+2
2007-11-05Bug 1954 From Mikael Magnusson :Sake Blok1-1/+2
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-09-16Fix a buffer overflow found by Stefan Esser (untested).Gerald Combs1-48/+50
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themTomas Kukosa1-391/+23
2007-04-14"false" unused variables (they are not use in wiretap repo)Sebastien Tandel1-9/+9
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-10/+10
2007-04-10remove dependency on zlib.hRichard van der Hoff1-10/+1
2007-04-10- SSL desegmentation supportTomas Kukosa1-8/+35
2007-03-24Fix mess with ssl_version_short_names[] being defined multiple placesStephen Fisher1-12/+0
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-1/+1
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...Tomas Kukosa1-1/+16
2007-01-04fix compilation without GnuTLSTomas Kukosa1-1/+1
2007-01-04- new ssl_set_master_secret() which can set master secret (and optionally oth...Tomas Kukosa1-1/+8
2006-08-29get rid of few warningsTomas Kukosa1-1/+1
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...Tomas Kukosa1-9/+9
2006-08-02Try to fix build by including packet.hMartin Mathieson1-0/+1
2006-08-02from a. samuelRonnie Sahlberg1-34/+115
2006-06-27#include <epan/value_string.h> must be done, even if HAVE_LIBGNUTLS isn't def...Ulf Lamping1-1/+1
2006-06-27from Authesserre SamuelRonnie Sahlberg1-1/+506
2006-05-03From Paolo Abeni:Anders Broman1-4/+12
2006-02-14Make sure SSL_DEBUG_USE_STDERR is always defined.Gerald Combs1-6/+7
2006-02-11Paolo Abeni:Jörg Mayer1-0/+5
2006-02-07Paolo Abeni:Jörg Mayer1-2/+1
2006-02-06From Paolo Abeni:Guy Harris1-1/+0
2006-02-06Include <epan/gnuc_format_check.h> in packet-ssl-utils.h, notGuy Harris1-1/+2
2006-02-06From Paolo Abeni: fix some warnings, etc..Guy Harris1-20/+75
2006-02-04Paolo AbeniJörg Mayer1-0/+172