aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-22/+22
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-2/+2
2011-09-02Use ENC_BIG_ENDIANAnders Broman1-65/+65
2011-09-02From Eric Wustrow:Anders Broman1-7/+197
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok1-1/+3
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-3/+3
2011-05-25Extended the SSL key log import routine to be able to read the following format:Sake Blok1-2/+14
2011-04-26If HAVE_LIBGNUTLS isn't defined, don't build functions that are usedGuy Harris1-0/+2
2011-04-26From Adam Langley via bug 4349:Gerald Combs1-12/+19
2011-04-26From Ivan Sy via bug 3343:Gerald Combs1-61/+163
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-12/+13
2011-03-24If we've already seen a segment which starts a multi-segment pdu (i.e., it'sJeff Morriss1-112/+130
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-4/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+7
2011-01-26From Kaspar Brand:Anders Broman1-0/+84
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-4/+3
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.Sake Blok1-3/+137
2010-12-14Rename "Secure Socket Layer" to "Secure Sockets Layer" (plural) and updateStephen Fisher1-3/+3
2010-12-14Minor cleanup:Bill Meier1-1015/+1020
2010-10-29Use value_string_ext fcns to access two value-string arrays;Bill Meier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-4/+4
2010-06-24Try to fix the build.Anders Broman1-1/+1
2010-06-24From "wiresharkbugzilla@jdkbx.cjb.net":Anders Broman1-27/+105
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+3
2010-05-23Fix for bug 4544 - Decrypted data for STARTLS session is not shown in packet ...Sake Blok1-0/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-20/+4
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