aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-03 19:50:15 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-03 19:50:15 +0000
commitd1275537c02918305015a9128a3f4efcb19408ab (patch)
tree328163de859f1181422ba8ba89958c911e9d19b7 /epan/dissectors/packet-http.c
parente4730dce77767eec6155d020cdf72147a37a7d56 (diff)
downloadwireshark-d1275537c02918305015a9128a3f4efcb19408ab.tar.gz
wireshark-d1275537c02918305015a9128a3f4efcb19408ab.tar.bz2
wireshark-d1275537c02918305015a9128a3f4efcb19408ab.zip
Get rid of #defines that are no longer being used (we now have a port
range list preference for HTTP, which we initialize to the default list). svn path=/trunk/; revision=25667
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index b34f2571b7..7fece693df 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -138,12 +138,6 @@ static gboolean http_decompress_body = TRUE;
static gboolean http_decompress_body = FALSE;
#endif
-#define TCP_PORT_HTTP 80
-#define TCP_PORT_PROXY_HTTP 3128
-#define TCP_PORT_PROXY_ADMIN_HTTP 3132
-#define TCP_ALT_PORT_HTTP 8080
-#define TCP_RADAN_HTTP 8088
-#define TCP_PORT_HKP 11371
#define TCP_PORT_DAAP 3689
/*