aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24Don't acidentally print the hexdump of a certificateJörg Mayer1-1/+1
2007-07-16make TCP and SSL/TLS ports configurable for HTTPTomas Kukosa1-1/+0
2007-07-12Undo part of rev 21460: go back to passing proto_ssl to the tap (since appare...Jeff Morriss1-1/+1
2007-06-11Fix include paths.Gerald Combs1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-5/+12
2007-05-03Check for an infinite loop while processing cipher suites. Fixes bug 1582.Gerald Combs1-5/+15
2007-05-02Check for read failures, and report them (and don't parse the key listGuy Harris1-1/+8
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sGuy Harris1-4/+2
2007-04-25fread() return value can not match file size on Windows due CR/LF conversion ...Tomas Kukosa1-8/+3
2007-04-23From Paolo Abeni:Stephen Fisher1-19/+24
2007-04-20get rid of some unused parameters in process_ssl_payloadSebastien Tandel1-11/+6
2007-04-18Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()Jeff Morriss1-20/+21
2007-04-14From Sake Blok:Stephen Fisher1-1/+11
2007-04-13Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS...Stephen Fisher1-0/+3
2007-04-12set unused parameters flags to fiw some gcc warningsSebastien Tandel1-3/+3
2007-04-10From Sake Blok:Richard van der Hoff1-2/+23
2007-04-10- SSL desegmentation supportTomas Kukosa1-172/+536
2007-03-24Fix mess with ssl_version_short_names[] being defined multiple placesStephen Fisher1-0/+10
2007-03-21Squash a couple of warnings.Martin Mathieson1-2/+3
2007-01-26TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record...Tomas Kukosa1-0/+11
2007-01-26A few more ethereal --> wiresharkBill Meier1-1/+1
2007-01-18guint32 requires %[doxu], not %l[doxu]. (We don't support ILP16Guy Harris1-2/+2
2007-01-12ignore ssl_desegment_app_data preference till desegmentation is implemented wellTomas Kukosa1-1/+1
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...Tomas Kukosa1-71/+51
2007-01-04- new ssl_set_master_secret() which can set master secret (and optionally oth...Tomas Kukosa1-4/+141
2007-01-02More ethereal --> wiresharkBill Meier1-1/+1
2006-12-30Fix for bug #1132:Stephen Fisher1-5/+9
2006-12-28debug improvementsTomas Kukosa1-9/+12
2006-12-25From Sake Blok:Stephen Fisher1-5/+2
2006-12-11Remove \n from long preference descriptionMartin Mathieson1-4/+4
2006-12-11Try to fix build (on Linux at least...) by including <errno.h>Martin Mathieson1-0/+1
2006-12-11SSL keys configuration can be read from fileTomas Kukosa1-4/+27
2006-11-30From Martin Warnesi:Jaap Keuter1-0/+2
2006-11-30Allow the sub-dissector to be called for decrypted SSL data even when tree isStephen Fisher1-3/+0
2006-11-19Fix for bug #1126. In the SSL dissector, don't just check if we're allowedStephen Fisher1-2/+2
2006-11-04From SFRonnie Sahlberg1-1/+1
2006-10-17debug trace at beginning of each packetTomas Kukosa1-1/+3
2006-10-08Fix for bug 1153, typos in debug outputJaap Keuter1-3/+3
2006-09-24Squelch a compiler warning.Guy Harris1-7/+7
2006-08-30display Random as a single item with two subitemsTomas Kukosa1-7/+15
2006-08-29get rid of few warningsTomas Kukosa1-2/+2
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-10/+17
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...Tomas Kukosa1-20/+43
2006-08-07Add GNUTLS to the Windows build. Gerald Combs1-149/+149
2006-08-02from a. samuelRonnie Sahlberg1-475/+222
2006-07-01minor indentation changesRonnie Sahlberg1-25/+16
2006-06-29ssl update register protocols with a decryption key with the protocol nam...Ronnie Sahlberg1-77/+36
2006-06-29make the three decryption preferences only be visible IF wireshark is compile...Ronnie Sahlberg1-0/+2
2006-06-28coverity 200 remove redundant null tests for pinfo->fdRonnie Sahlberg1-14/+5
2006-06-28coverity 199 remove a pointless test for NULL for something that can never...Ronnie Sahlberg1-2/+1