aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 327c283e29..0d18765687 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -3760,11 +3760,11 @@ proto_register_http(void)
FT_STRING, BASE_NONE, NULL, 0x0,
"HTTP Response Status Code Description", HFILL }},
{ &hf_http_response_for_uri,
- { "Request URI", "http.response_for.uri",
+ { "Request URI", "http.response_for.uri",
FT_STRING, STR_UNICODE, NULL, 0x0,
"HTTP Response For-URI", HFILL }},
{ &hf_http_response_phrase,
- { "Response Phrase", "http.response.phrase",
+ { "Response Phrase", "http.response.phrase",
FT_STRING, BASE_NONE, NULL, 0x0,
"HTTP Response Reason Phrase", HFILL }},
{ &hf_http_authorization,