aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-aruba-iap.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-aruba-iap.c b/epan/dissectors/packet-aruba-iap.c
index 76d8b19272..f7d3fafecf 100644
--- a/epan/dissectors/packet-aruba-iap.c
+++ b/epan/dissectors/packet-aruba-iap.c
@@ -54,19 +54,19 @@ static int hf_iap_unknown_uint = -1;
static int hf_iap_unknown_bytes = -1;
static const value_string iap_model[] = {
- { 0x0a, "Orion (IAP-104, IAP-105, IAP-175, RAP-3WN and RAP-3WNP )" },
- { 0x0f, "Cassiopeia (IAP-130 Series )" },
- { 0x17, "Aries (RAP-155 and RAP-155P )" },
- { 0x19, "Centaurus (IAP-224, IAP-225, IAP-214/215, IAP-274, IAP-275 and IAP-277 )" },
- { 0x1a, "Pegasus (RAP-108, RAP-109, IAP-114, IAP-115 and IAP-103 )" },
- { 0x1e, "Taurus (IAP-204/205, IAP-205H )" },
- { 0x28, "Hercules (IAP-314/315, IAP-324/325, IAP 318 and IAP 374/375/377 )" },
- { 0x2b, "Lupus (IAP-334/335 )" },
- { 0x2e, "Vela (IAP-203H, IAP-207, IAP-203R and IAP-203RP )" },
- { 0x30, "Ursa (IAP-303, IAP-304/305, IAP-365/367 and IAP-303H )" },
- { 0x37, "Draco (IAP-344/345 )" },
- { 0x39, "Scorpio (IAP-514 and IAP-515 )" },
- { 0x40, "Gemini (IAP-500 Series )" },
+ { 0x0a, "Orion (IAP-104, IAP-105, IAP-175, RAP-3WN and RAP-3WNP)" },
+ { 0x0f, "Cassiopeia (IAP-130 Series)" },
+ { 0x17, "Aries (RAP-155 and RAP-155P)" },
+ { 0x19, "Centaurus (IAP-224, IAP-225, IAP-214/215, IAP-274, IAP-275 and IAP-277)" },
+ { 0x1a, "Pegasus (RAP-108, RAP-109, IAP-114, IAP-115 and IAP-103)" },
+ { 0x1e, "Taurus (IAP-204/205, IAP-205H)" },
+ { 0x28, "Hercules (IAP-314/315, IAP-324/325, IAP 318 and IAP 374/375/377)" },
+ { 0x2b, "Lupus (IAP-334/335)" },
+ { 0x2e, "Vela (IAP-203H, IAP-207, IAP-203R and IAP-203RP)" },
+ { 0x30, "Ursa (IAP-303, IAP-304/305, IAP-365/367 and IAP-303H)" },
+ { 0x37, "Draco (IAP-344/345)" },
+ { 0x39, "Scorpio (IAP-514 and IAP-515)" },
+ { 0x40, "Gemini (IAP-500 Series)" },
{ 0, NULL }
};