aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-07Clean up indetation.Guy Harris1-8/+5
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-4/+0
2008-07-09From Paolo Abeni:Jaap Keuter1-260/+228
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-13/+13
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachAnders Broman1-1/+1
2008-03-19SSL debug outputs for better detection of reassembling problemsTomas Kukosa1-1/+4
2008-02-11A few minor pedantic fixes ....Bill Meier1-5/+5
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-23/+20
2008-01-26Remove "LDAP over SSL" registration as now handled by the LDAP dissector.Graeme Lunt1-1/+0
2008-01-14add ssl_debug_flush() at the end of initializationTomas Kukosa1-1/+2
2008-01-13Support for keylists for protocols that use start_tls - where SSL is negotiat...Graeme Lunt1-27/+35
2008-01-03From Ales KocourekTomas Kukosa1-4/+30
2007-12-28Preserve can_desegment status when passing the decrypted ssl-data to a subdis...Sake Blok1-0/+8
2007-11-30- fix warnings in prefs.cTomas Kukosa1-1/+3
2007-11-21more SSL debug info concerning conversation and ssl_sessionTomas Kukosa1-0/+6
2007-11-01set data for IV alwaysTomas Kukosa1-4/+5
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-1/+2
2007-09-16Fix a buffer overflow found by Stefan Esser (untested).Gerald Combs1-3/+12
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