aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Use value_string_ext fcns to access two value-string arrays;wmeier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-4/+4
2010-06-24Try to fix the build.etxrab1-1/+1
2010-06-24From "wiresharkbugzilla@jdkbx.cjb.net":etxrab1-27/+105
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+3
2010-05-23Fix for bug 4544 - Decrypted data for STARTLS session is not shown in packet ...sake1-0/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-20/+4
2010-05-11From Yaniv Kaul: Fix errors found by clang static code analyzer and add some...wmeier1-58/+36
2010-04-13Fix for bug 4535: The SSL dissector can not correctly resemple SSL records wh...sake1-1/+5
2010-02-19Ditch the last direct indexed character array.jake1-12/+12
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-31From Jens Weibler:jake1-6/+126
2009-12-21Only add a delimiter to COL_INFO when actually adding something more.stig1-40/+55
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.stig1-0/+2
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-18/+9
2009-09-14Fix for bug 4008:jake1-9/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-13Fix SSL decryption failure if client and server have the same TCP portkukosa1-56/+16
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-10/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-10/+10
2009-05-13Apply some of the patches from:etxrab1-8/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2009-04-19When a frame contains the remainder of a previous PDU and a new PDU, the sake1-1/+9
2009-02-11- detect TLS 1.2 kukosa1-2/+22
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-19Back out r27047 and r27053.gerald1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+0
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-2/+2
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-0/+3
2008-09-07Clean up indetation.guy1-8/+5
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.jake1-4/+0
2008-07-09From Paolo Abeni:jake1-260/+228
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-13/+13
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachetxrab1-1/+1
2008-03-19SSL debug outputs for better detection of reassembling problemskukosa1-1/+4
2008-02-11A few minor pedantic fixes ....wmeier1-5/+5
2008-02-07Removed some "statement not reached" warnings.stig1-23/+20
2008-01-26Remove "LDAP over SSL" registration as now handled by the LDAP dissector.gal1-1/+0
2008-01-14add ssl_debug_flush() at the end of initializationkukosa1-1/+2
2008-01-13Support for keylists for protocols that use start_tls - where SSL is negotiat...gal1-27/+35
2008-01-03From Ales Kocourekkukosa1-4/+30
2007-12-28Preserve can_desegment status when passing the decrypted ssl-data to a subdis...sake1-0/+8
2007-11-30- fix warnings in prefs.ckukosa1-1/+3
2007-11-21more SSL debug info concerning conversation and ssl_sessionkukosa1-0/+6
2007-11-01set data for IV alwayskukosa1-4/+5
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:morriss1-1/+2