aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus1-5/+5
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-803/+21
2013-12-11- Forward declaration of register functions.Anders Broman1-0/+2
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-118/+13
2013-11-20From Jakub via http://www.wireshark.org/lists/wireshark-dev/201311/msg00153.htmlAlexis La Goutte1-3/+3
2013-11-18It's incremented, so not a const.Guy Harris1-3/+3
2013-11-18From Peter WuAlexis La Goutte1-0/+110
2013-11-18From Peter WuAlexis La Goutte1-45/+97
2013-11-18From Peter WuAlexis La Goutte1-4/+87
2013-11-18From Peter WuAlexis La Goutte1-0/+57
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-9/+1
2013-10-14TLS server key exchange misses sig and hash algorithm for TLS 1.2. Bug 9208 ...Michael Mann1-6/+80
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-10-02From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9216 ss...Alexis La Goutte1-4/+5
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-1/+1
2013-09-14emem -> wmemJörg Mayer1-0/+1
2013-09-10proto_tree -> proto_itemMartin Kaiser1-16/+19
2013-09-10remove unnecessary if (tree)Martin Kaiser1-30/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-09-02clean up dissect_ssl3_hnd_cert_req()Martin Kaiser1-66/+50
2013-09-02use dissect_ssl_hash_alg_list() for TLS1.2 certificate requestMartin Kaiser1-50/+12
2013-09-02From Michael ReschlyMartin Kaiser1-0/+80
2013-08-27Enhance TLS ALPN dissection (Add length of ALPN)Alexis La Goutte1-2/+16
2013-08-21From Michael ReschlyMartin Kaiser1-0/+55
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus1-7/+7
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-3/+1
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