aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-07-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7435 :Pascal Quantin1-18/+30
2012-07-14If the offset is out of range, just assign to len to 0 so we don't end up pas...Chris Maynard1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-24From Adam Langley:Anders Broman1-3/+9
2012-06-17Enhance dissection of the NewSessionTicket handshake message.Sake Blok1-1/+53
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-2/+2
2012-04-30From Martin Kaiser:pascal1-8/+8
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-03-28From Robin Seggelmann:Michael Tüxen1-0/+1
2012-03-23Replace some duplicate blurbs with NULL.Jeff Morriss1-44/+44
2012-03-22From Yaniv Kaul:Anders Broman1-0/+176
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