aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-11From Yaniv Kaul: Fix errors found by clang static code analyzer and add some...Bill Meier1-58/+36
2010-04-13Fix for bug 4535: The SSL dissector can not correctly resemple SSL records wh...Sake Blok1-1/+5
2010-02-19Ditch the last direct indexed character array.Jaap Keuter1-12/+12
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-31From Jens Weibler:Jaap Keuter1-6/+126
2009-12-21Only add a delimiter to COL_INFO when actually adding something more.Stig Bjørlykke1-40/+55
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+2
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-18/+9
2009-09-14Fix for bug 4008:Jaap Keuter1-9/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-13Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa1-56/+16
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-10/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
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