aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-08-08 14:01:28 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-08-08 14:01:28 +0000
commit652b2503c9b8fc98a203d789eee322b8ef6c56ef (patch)
treed56e1122b909e51d4a8d3326c046cddd5afa2836 /epan/dissectors/packet-http.c
parentcd47f86da30bd4f4c34c139ea724cd9900d803be (diff)
downloadwireshark-652b2503c9b8fc98a203d789eee322b8ef6c56ef.tar.gz
wireshark-652b2503c9b8fc98a203d789eee322b8ef6c56ef.tar.bz2
wireshark-652b2503c9b8fc98a203d789eee322b8ef6c56ef.zip
add missing initial registration to TCP and SSL ports
svn path=/trunk/; revision=22469
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 7b2561da24..254c15f473 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -2407,4 +2407,6 @@ proto_reg_handoff_message_http(void)
proto_message_http);
dissector_add_string("media_type", "message/http", message_http_handle);
+
+ reinit_http();
}