aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
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
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