aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee1905.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-11-15 14:23:21 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2017-11-20 09:17:53 +0000
commit93e7bed24ef7ddbaeac915eedf820eb0b19a62e7 (patch)
treeb5e6d95d97d50142ccde4e83126e21145524c23e /epan/dissectors/packet-ieee1905.c
parentfe0c2b04853226b64a1aa17fbef6257c856e3fd9 (diff)
ieee1905: fix typo addres => address
found by lintian Change-Id: Idb5ee47b709e10d53192ac966b638e160cec60ea Reviewed-on: https://code.wireshark.org/review/24501 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-ieee1905.c')
-rw-r--r--epan/dissectors/packet-ieee1905.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee1905.c b/epan/dissectors/packet-ieee1905.c
index a2dc35d3d1..456847da14 100644
--- a/epan/dissectors/packet-ieee1905.c
+++ b/epan/dissectors/packet-ieee1905.c
@@ -576,7 +576,7 @@ static value_string_ext ieee1905_message_type_vals_ext = VALUE_STRING_EXT_INIT(i
static const value_string ieee1905_tlv_types_vals[] = {
{ EOM_TLV, "End of message" },
{ AL_MAC_ADDRESS_TYPE_TLV, "1905 AL MAC address type" },
- { MAC_ADDRESS_TYPE_TLV, "MAC addres type" },
+ { MAC_ADDRESS_TYPE_TLV, "MAC address type" },
{ DEVICE_INFORMATION_TYPE_TLV, "1905 device information type" },
{ DEVICE_BRIDGING_CAPABILITY_TLV, "Device bridging capability" },
{ NON_1905_NEIGHBOR_DEVICE_LIST_TLV, "Non-1905 neighbor device list" },