aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2018-12-27 08:48:52 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2018-12-27 09:18:06 +0000
commit3f8c3e641535d76815a352724080d0128989152d (patch)
tree30f35966bc50f71ee0259e94fca524d300236231 /epan/dissectors
parent5278244a7c7c5a0174807faecbf06682e899e0ab (diff)
packet-http: Fix whitespace issues
Change-Id: I33b13b576bd69d5c89a5028cc691a5617746e5a5 Reviewed-on: https://code.wireshark.org/review/31216 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors')
-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,