aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-05-13Apply some of the patches from:Anders Broman1-8/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-04-19When a frame contains the remainder of a previous PDU and a new PDU, the Sake Blok1-1/+9
2009-02-11- detect TLS 1.2 Tomas Kukosa1-2/+22
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+0
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-2/+2
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+3
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