aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-07-10 18:34:15 +0000
committerGuy Harris <guy@alum.mit.edu>2011-07-10 18:34:15 +0000
commita3ae7446363632344342aa91e27b7999b511b372 (patch)
tree03b0c0bcab30bd6bf6b571d7a62c5d7def600177 /epan/dissectors/packet-http.c
parentb02af4355cdb21aa32acfa2e3aa310ed66e3fe11 (diff)
Add port 2710 for the XBT BitTorrent tracker (and note why it's added;
the other unusual ports should be mentioned as well). svn path=/trunk/; revision=37952
Diffstat (limited to 'epan/dissectors/packet-http.c')
-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 71f1151d94..94496165e2 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -217,9 +217,11 @@ static gboolean http_decompress_body = FALSE;
/*
* tcp and ssl ports
+ *
+ * 2710 is the XBT BitTorrent tracker
*/
-#define TCP_DEFAULT_RANGE "80,3128,3132,5985,8080,8088,11371,1900,2869"
+#define TCP_DEFAULT_RANGE "80,3128,3132,5985,8080,8088,11371,1900,2869,2710"
#define SSL_DEFAULT_RANGE "443"
static range_t *global_http_tcp_range = NULL;