aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
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 /docbook
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 'docbook')
-rw-r--r--docbook/release-notes.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index f871f3909f..63487b90d9 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -139,6 +139,7 @@ DJI UAV Drone Control Protocol
ZVT Kassenschnittstelle
ETSI Card Application Toolkit - Transport Protocol
QNEX6 (QNET)
+Secure Socket Tunnel Protocol (SSTP)
--sort-and-group--
=== Updated Protocol Support