Fix typo.

Change-Id: Ie28490c93736c7e95f0b1eaed1e075e61f005e16
Reviewed-on: https://code.wireshark.org/review/18289
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-10-18 13:48:51 -07:00
parent 537705a8b2
commit 6a14408bf6
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ static const value_string CCM_IntervalFieldEncoding[] = {
};
static const value_string mdnameformattypes[] = {
{ 0, "Reserved for IEEE 802.1" },
{ 1, "No Maintenance Domain Name preset" },
{ 1, "No Maintenance Domain Name present" },
{ 2, "RFC1035 DNS Name" },
{ 3, "MAC address + 2-octet integer" },
{ 4, "Character String" },