aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15convert GStrings to more "ephemeral friendly" use.mmann1-9/+6
2012-08-14more ephemeral memory cleanupmmann1-3/+1
2012-08-10Use val_to_str_const() where appropriate;wmeier1-5/+5
2012-07-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7435 :pascal1-18/+30
2012-07-14If the offset is out of range, just assign to len to 0 so we don't end up pas...cmaynard1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-1/+1
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-24From Adam Langley:etxrab1-3/+9
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-50/+279
2012-03-08From Robin Seggelmann: Add support for the New Session Tickettuexen1-0/+5
2012-03-01Fix CID 473 and 474.tuexen1-0/+2
2012-02-26From Robin Seggelmann: Add support for RFC 6520.tuexen1-0/+144
2012-02-10Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :morriss1-15/+23
2012-01-30Minor updates to debug output.etxrab1-4/+4
2012-01-28Don't register ett_ssl_keyex_params twice.tuexen1-1/+0
2012-01-28From Andreas Heise:etxrab1-0/+6
2012-01-28From Michael:etxrab1-28/+327
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...wmeier1-14/+1
2011-12-22From Naoyoshi Ueda:etxrab1-1/+1
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();wmeier1-6/+8
2011-12-14Fix for bug 6032:sake1-1/+1
2011-10-21Fix a few proto_tree_add_item() encoding args manually.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-3/+3
2011-10-11Use intended proto_tree_add_uint() instead of proto_tree_add_item() to fix be...wmeier1-2/+2
2011-10-10Fix benign bugs in some proto_tree_add_item() 'encoding' args;wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-15/+15
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. gal1-0/+10
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-22/+22
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-09-20From Dirk via bug 6361:stig1-2/+2
2011-09-02Use ENC_BIG_ENDIANetxrab1-65/+65
2011-09-02From Eric Wustrow:etxrab1-7/+197
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...sake1-1/+3
2011-05-27Make TVBs opaque for most users.morriss1-3/+3
2011-05-25Extended the SSL key log import routine to be able to read the following format:sake1-2/+14
2011-04-26If HAVE_LIBGNUTLS isn't defined, don't build functions that are usedguy1-0/+2
2011-04-26From Adam Langley via bug 4349:gerald1-12/+19
2011-04-26From Ivan Sy via bug 3343:gerald1-61/+163
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-12/+13
2011-03-24If we've already seen a segment which starts a multi-segment pdu (i.e., it'smorriss1-112/+130
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-4/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+7
2011-01-26From Kaspar Brand:etxrab1-0/+84
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-4/+3
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.sake1-3/+137
2010-12-14Rename "Secure Socket Layer" to "Secure Sockets Layer" (plural) and updatesfisher1-3/+3
2010-12-14Minor cleanup:wmeier1-1015/+1020