BGP: Fix typo

Change-Id: I2d33af7da22fee543d08624d06ca8880472f3586
Reviewed-on: https://code.wireshark.org/review/10377
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
guydavies 2015-09-04 12:10:19 +02:00 committed by Alexis La Goutte
parent e4d9ce18d8
commit ad46641eae
1 changed files with 1 additions and 1 deletions

View File

@ -6747,7 +6747,7 @@ proto_register_bgp(void)
{ "Prefix Length", "bgp.prefix_length", FT_UINT8, BASE_DEC,
NULL, 0x0, NULL, HFILL }},
{ &hf_bgp_rd,
{ "Router Distinguer", "bgp.rd", FT_STRING, BASE_NONE,
{ "Route Distinguisher", "bgp.rd", FT_STRING, BASE_NONE,
NULL, 0x0, NULL, HFILL }},
{ &hf_bgp_continuation,
{ "Continuation", "bgp.continuation", FT_NONE, BASE_NONE,