aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-24Fix mess with ssl_version_short_names[] being defined multiple placessfisher1-0/+10
2007-03-21Squash a couple of warnings.martinm1-2/+3
2007-01-26TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record...kukosa1-0/+11
2007-01-26A few more ethereal --> wiresharkwmeier1-1/+1
2007-01-18guint32 requires %[doxu], not %l[doxu]. (We don't support ILP16guy1-2/+2
2007-01-12ignore ssl_desegment_app_data preference till desegmentation is implemented wellkukosa1-1/+1
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...kukosa1-71/+51
2007-01-04- new ssl_set_master_secret() which can set master secret (and optionally oth...kukosa1-4/+141
2007-01-02More ethereal --> wiresharkwmeier1-1/+1
2006-12-30Fix for bug #1132:sfisher1-5/+9
2006-12-28debug improvementskukosa1-9/+12
2006-12-25From Sake Blok:sfisher1-5/+2
2006-12-11Remove \n from long preference descriptionmartinm1-4/+4
2006-12-11Try to fix build (on Linux at least...) by including <errno.h>martinm1-0/+1
2006-12-11SSL keys configuration can be read from filekukosa1-4/+27
2006-11-30From Martin Warnesi:jake1-0/+2
2006-11-30Allow the sub-dissector to be called for decrypted SSL data even when tree issfisher1-3/+0
2006-11-19Fix for bug #1126. In the SSL dissector, don't just check if we're allowedsfisher1-2/+2
2006-11-04From SFsahlberg1-1/+1
2006-10-17debug trace at beginning of each packetkukosa1-1/+3
2006-10-08Fix for bug 1153, typos in debug outputjake1-3/+3
2006-09-24Squelch a compiler warning.guy1-7/+7
2006-08-30display Random as a single item with two subitemskukosa1-7/+15
2006-08-29get rid of few warningskukosa1-2/+2
2006-08-28- new function ssl_dissector_delete()kukosa1-10/+17
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...kukosa1-20/+43
2006-08-07Add GNUTLS to the Windows build. gerald1-149/+149
2006-08-02from a. samuelsahlberg1-475/+222
2006-07-01minor indentation changessahlberg1-25/+16
2006-06-29ssl update register protocols with a decryption key with the protocol nam...sahlberg1-77/+36
2006-06-29make the three decryption preferences only be visible IF wireshark is compile...sahlberg1-0/+2
2006-06-28coverity 200 remove redundant null tests for pinfo->fdsahlberg1-14/+5
2006-06-28coverity 199 remove a pointless test for NULL for something that can never...sahlberg1-2/+1
2006-06-28coverity 198sahlberg1-2/+2
2006-06-27make the called subdissectors create their protocol expansion at the first le...sahlberg1-1/+8
2006-06-27from Authesserre Samuelsahlberg1-529/+192
2006-06-20From Albert Chin:etxrab1-0/+5
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-03From Paolo Abeni:etxrab1-41/+95
2006-04-26authesserre samuel <sauthess@gmail.com>:jmayer1-2/+2
2006-02-17Paolo Abeni:jmayer1-2/+2
2006-02-14Make sure SSL_DEBUG_USE_STDERR is always defined.gerald1-1/+1
2006-02-14Paolo Abeni:jmayer1-1/+1
2006-02-13Paolo Abenijmayer1-0/+4
2006-02-11Paolo Abeni:jmayer1-5/+13
2006-02-10From Paolo Abeni:etxrab1-5/+18
2006-02-08Paolo Abeni:jmayer1-9/+6
2006-02-07Newlines in preference comments causes problems in reading the prefeerence file.etxrab1-2/+2
2006-02-07Paolo Abeni:jmayer1-0/+6
2006-02-06From Paolo Abeni: fix some warnings, etc..guy1-24/+27