aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cisco-oui.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cisco-oui.c')
-rw-r--r--epan/dissectors/packet-cisco-oui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cisco-oui.c b/epan/dissectors/packet-cisco-oui.c
index 073e034ab1..505f3ebbdb 100644
--- a/epan/dissectors/packet-cisco-oui.c
+++ b/epan/dissectors/packet-cisco-oui.c
@@ -43,7 +43,7 @@ static int hf_llc_cisco_pid = -1;
*/
static const value_string cisco_pid_vals[] = {
{ 0x0102, "DRIP" },
- { 0x0104, "PagP" }, /* Port Aggregation Protocol */
+ { 0x0104, "PAgP" }, /* Port Aggregation Protocol */
{ 0x0105, "MLS Hello" }, /* from a mail message found on the Web */
{ 0x010b, "PVSTP+" }, /* Per-VLAN Spanning Tree Protocol */
{ 0x010c, "VLAN Bridge" },