aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlccp.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-11 18:06:29 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-11 18:06:29 +0000
commitbf59c708f88bbf10cf6df7e4f802a40c7f2fdf98 (patch)
treecae474a0502450e5db08bb9b56184c700c85fae1 /epan/dissectors/packet-wlccp.c
parent6986eb4866e2efab4c1289e55ce6dd9402a5bf68 (diff)
Instead of prepending "LLC " to the UI table name, just modify the table name.
svn path=/trunk/; revision=51952
Diffstat (limited to 'epan/dissectors/packet-wlccp.c')
-rw-r--r--epan/dissectors/packet-wlccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wlccp.c b/epan/dissectors/packet-wlccp.c
index 8f5af6844b..c111b7ce84 100644
--- a/epan/dissectors/packet-wlccp.c
+++ b/epan/dissectors/packet-wlccp.c
@@ -4125,6 +4125,6 @@ proto_register_wlccp_oui(void)
}
};
- llc_add_oui(OUI_CISCOWL, "llc.wlccp_pid", "Cisco WLCCP OUI PID", hf);
+ llc_add_oui(OUI_CISCOWL, "llc.wlccp_pid", "LLC Cisco WLCCP OUI PID", hf);
}