aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-02 06:35:57 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-02 06:35:57 +0000
commitb6b58cd060d39c2c1a396ff0654eadbb282b9e99 (patch)
tree5a6ecd623665f5f2c7a0fc19652be3dee5a10b62
parent45e26b4044740499a56713f9474df3a1f1a3ea26 (diff)
From Yaniv Kaul: HKP is HTTP-based and runs on port 11371.
svn path=/trunk/; revision=11069
-rw-r--r--packet-http.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-http.c b/packet-http.c
index 2756085b1f..46b8e9286a 100644
--- a/packet-http.c
+++ b/packet-http.c
@@ -7,7 +7,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 1999, Andrew Tridgell <tridge@samba.org>
*
- * $Id: packet-http.c,v 1.109 2004/05/10 22:20:24 obiot Exp $
+ * $Id: packet-http.c,v 1.110 2004/06/02 06:35:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -114,7 +114,7 @@ static gboolean http_decompress_body = FALSE;
#define TCP_PORT_PROXY_HTTP 3128
#define TCP_PORT_PROXY_ADMIN_HTTP 3132
#define TCP_ALT_PORT_HTTP 8080
-
+#define TCP_PORT_HKP 11371
/*
* SSDP is implemented atop HTTP (yes, it really *does* run over UDP).
*/
@@ -1683,6 +1683,7 @@ proto_reg_handoff_http(void)
dissector_add("tcp.port", TCP_ALT_PORT_HTTP, http_handle);
dissector_add("tcp.port", TCP_PORT_PROXY_HTTP, http_handle);
dissector_add("tcp.port", TCP_PORT_PROXY_ADMIN_HTTP, http_handle);
+ dissector_add("tcp.port", TCP_PORT_HKP, http_handle);
/*
* XXX - is there anything to dissect in the body of an SSDP