aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-07 09:02:09 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-07 09:02:09 +0000
commit9a4204a96db3be82e8be9004bfc666ce35f55814 (patch)
tree01839b2fbe4f63df3030d986e6b5f58c2c6921c6 /epan/dissectors
parentd85d3811df3d6a495816a249eb3b0ce33325b1f6 (diff)
Add notes and links on SSDP
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38913 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-http.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 04db9c84b3..b054ed02da 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -209,8 +209,10 @@ static gboolean http_decompress_body = FALSE;
#define TCP_PORT_DAAP 3689
-/*
+/* Simple Service Discovery Protocol
* SSDP is implemented atop HTTP (yes, it really *does* run over UDP).
+ * SSDP is the discovery protocol of Universal Plug and Play
+ * UPnP http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf
*/
#define TCP_PORT_SSDP 1900
#define UDP_PORT_SSDP 1900