aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themkukosa1-0/+397
2007-04-11make packet-ssl-utils.c compileable without GnuTLSkukosa1-10/+15
2007-04-10fix another warninglego1-1/+1
2007-04-10fix a number of warnings, and type of ssl_decrypt_record when HAVE_LIBGNUTLS ...richardv1-8/+8
2007-04-10remove dependency on zlib.hrichardv1-0/+13
2007-04-10- SSL desegmentation supportkukosa1-34/+195
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...kukosa1-0/+50
2007-01-04fix compilation without GnuTLSkukosa1-1/+8
2007-01-04- new ssl_set_master_secret() which can set master secret (and optionally oth...kukosa1-2/+11
2006-12-28debug improvementskukosa1-9/+18
2006-12-11SSL keys configuration can be read from filekukosa1-6/+6
2006-08-29get rid of few warningskukosa1-1/+1
2006-08-28- new function ssl_dissector_delete()kukosa1-0/+1
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...kukosa1-39/+34
2006-08-10GnuTLS/libgcrypt initialization moved to epan.ckukosa1-1/+0
2006-08-02from a. samuelsahlberg1-105/+474
2006-07-01Use #if 0/#endif, not commenting out, to remove a routine, so we don'tguy1-9/+11
2006-06-27from Authesserre Samuelsahlberg1-7/+98
2006-05-03From Paolo Abeni:etxrab1-12/+22
2006-04-26authesserre samuel <sauthess@gmail.com>:jmayer1-2/+2
2006-03-16Superfluous check on 'secret' removed.jake1-2/+1
2006-03-08Avoid passing junk to ssl_debug_printf fmt if a weird cipher is found ().lego1-2/+3
2006-02-13Paolo Abenijmayer1-93/+91
2006-02-11Paolo Abeni:jmayer1-27/+44
2006-02-10From Paolo Abeni:etxrab1-0/+4
2006-02-06From Paolo Abeni:guy1-7/+7
2006-02-06Tag some #else/#endif to make it clearer what tests they handle.guy1-13/+12
2006-02-06No C++/C99-style comments, please.guy1-2/+4
2006-02-06Include <epan/gnuc_format_check.h> in packet-ssl-utils.h, notguy1-1/+0
2006-02-06From Paolo Abeni: fix some warnings, etc..guy1-77/+121
2006-02-04Paolo Abenijmayer1-0/+1265