aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-0/+15
2013-05-27Batch of filterable expert infosMichael Mann1-3/+17
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-2/+2
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-0/+97
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-0/+46
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-6/+6
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+11
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-16/+16
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-18Bugfix data combined via ssl_desegment_app_data not visible via "Follow SSL S...Michael Mann1-0/+1
2013-01-22Fix a typo in a comment;Bill Meier1-178/+186
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+0
2012-12-16From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=80...Pascal Quantin1-16/+46
2012-12-12Use the complete fragment length to reassembly SSL frames. The old methodEvan Huus1-5/+4
2012-11-16From Dirk:Anders Broman1-1/+1
2012-11-11From Erik Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7967 :Pascal Quantin1-16/+10
2012-11-02packet-ssl.c add a cast to build on Win64Anders Broman1-1/+1
2012-11-02From Dirk:Anders Broman1-0/+35
2012-10-18Minor cleanup:Bill Meier1-159/+154
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-9/+6
2012-08-14more ephemeral memory cleanupMichael Mann1-3/+1
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