aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorHofer Manuel <manuel@mnlhfr.at>2015-01-14 21:15:05 -0500
committerAnders Broman <a.broman58@gmail.com>2015-02-19 05:15:12 +0000
commitc8f6d2151d8c998b07cba5a0f85c9b9d265b73f8 (patch)
treed4c94b32c90a8296f95d7fb01858b6fbb99945f0 /AUTHORS
parentff1c33ca49df0d3f8179872cec8c614c3c682d4d (diff)
Add a dissector for Microsoft's SSTP protocol.
... with some changes from Jeff Morriss: - Change how SSTP is "registered": rather than trying something complicated, just put the intelligence for recognizing SSTP into the HTTP dissector. (This does mean the SSTP dissector needs to do its own desegmentation now but it makes things much cleaner.) - Use proto_tree_add_subtree_format() instead of proto_tree_add_text() + proto_item_add_subtree(). - The messagetype is 16 bits, use tvb_get_guint16() instead of tvb_get_guint8() (fixes COL_INFO display) - A few other few misc. cleanups (I didn't update NEWS because I can no longer build NEWS without adding UTF8 fancy quotes and so forth.) Bug: 8239 Change-Id: I3631ae65f67bea69815ccf43472fdbcac3ca3499 Reviewed-on: https://code.wireshark.org/review/7227 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4d96409b4d..e7cb051059 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3655,6 +3655,10 @@ Dario Lombardo <lomato[AT]gmail.com> {
}
+Manuel Hofer <manuel[AT]mnlhfr.at> {
+ SSTP Dissection
+}
+
and by:
Georgi Guninski <guninski[AT]guninski.com>