aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen1-0/+5
2012-03-01Fix CID 473 and 474.Michael Tüxen1-0/+2
2012-02-26From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen1-0/+144
2012-02-10Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :Jeff Morriss1-15/+23
2012-01-30Minor updates to debug output.Anders Broman1-4/+4
2012-01-28Don't register ett_ssl_keyex_params twice.Michael Tüxen1-1/+0
2012-01-28From Andreas Heise:Anders Broman1-0/+6
2012-01-28From Michael:Anders Broman1-28/+327
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...Bill Meier1-14/+1
2011-12-22From Naoyoshi Ueda:Anders Broman1-1/+1
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();Bill Meier1-6/+8
2011-12-14Fix for bug 6032:Sake Blok1-1/+1
2011-10-21Fix a few proto_tree_add_item() encoding args manually.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-11Use intended proto_tree_add_uint() instead of proto_tree_add_item() to fix be...Bill Meier1-2/+2
2011-10-10Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-15/+15
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. Graeme Lunt1-0/+10
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