aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus2013-07-311-7/+7
* Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki2013-07-171-1/+1
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+0
* Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki2013-07-141-3/+1
* Add ability to export decrypted SSL/DTLS PDUsPascal Quantin2013-06-181-0/+15
* Batch of filterable expert infosMichael Mann2013-05-271-3/+17
* From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus2013-05-051-2/+2
* From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus2013-05-051-0/+97
* From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus2013-05-051-0/+46
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-6/+6
* Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris2013-03-221-7/+11
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-071-16/+16
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-2/+2
* Bugfix data combined via ssl_desegment_app_data not visible via "Follow SSL S...Michael Mann2013-02-181-0/+1
* Fix a typo in a comment;Bill Meier2013-01-221-178/+186
* Fix a bunch of warnings.Guy Harris2012-12-261-2/+0
* From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=80...Pascal Quantin2012-12-161-16/+46
* Use the complete fragment length to reassembly SSL frames. The old methodEvan Huus2012-12-121-5/+4
* From Dirk:Anders Broman2012-11-161-1/+1
* From Erik Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7967 :Pascal Quantin2012-11-111-16/+10
* packet-ssl.c add a cast to build on Win64Anders Broman2012-11-021-1/+1
* From Dirk:Anders Broman2012-11-021-0/+35
* Minor cleanup:Bill Meier2012-10-181-159/+154
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Add data parameter to dissector_try_heuristicJakub Zawadzki2012-09-111-1/+1
* From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss2012-09-071-0/+2
* convert GStrings to more "ephemeral friendly" use.Michael Mann2012-08-151-9/+6
* more ephemeral memory cleanupMichael Mann2012-08-141-3/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-5/+5
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7435 :Pascal Quantin2012-07-201-18/+30
* If the offset is out of range, just assign to len to 0 so we don't end up pas...Chris Maynard2012-07-141-1/+1
* UATs could be put into "categories". The categories were defined onlyGuy Harris2012-07-081-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* From Adam Langley:Anders Broman2012-06-241-3/+9
* Enhance dissection of the NewSessionTicket handshake message.Sake Blok2012-06-171-1/+53
* Create, and start using, file name preferences.Jeff Morriss2012-06-131-2/+2
* From Martin Kaiser:pascal2012-04-301-8/+8
* Mark some function static.Jakub Zawadzki2012-04-091-1/+1
* From Robin Seggelmann:Michael Tüxen2012-03-281-0/+1
* Replace some duplicate blurbs with NULL.Jeff Morriss2012-03-231-44/+44
* From Yaniv Kaul:Anders Broman2012-03-221-0/+176
* From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen2012-03-081-0/+5
* Fix CID 473 and 474.Michael Tüxen2012-03-011-0/+2
* From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen2012-02-261-0/+144
* Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :Jeff Morriss2012-02-101-15/+23
* Minor updates to debug output.Anders Broman2012-01-301-4/+4
* Don't register ett_ssl_keyex_params twice.Michael Tüxen2012-01-281-1/+0
* From Andreas Heise:Anders Broman2012-01-281-0/+6
* From Michael:Anders Broman2012-01-281-28/+327
* AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...Bill Meier2011-12-291-14/+1