aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-12 20:34:19 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-12 20:34:19 +0000
commitac7ecb10d2c2fbd474991f0f22257587cb2b31f1 (patch)
tree1475a95da9a463c1160f9cf27bba735613eb9a07 /epan/dissectors/packet-sll.c
parentaa8fbf09d261e8baa62ad0bf98320d24825e5ba5 (diff)
More dissector table name related changes (a continuation of r51904).
svn path=/trunk/; revision=51982
Diffstat (limited to 'epan/dissectors/packet-sll.c')
-rw-r--r--epan/dissectors/packet-sll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sll.c b/epan/dissectors/packet-sll.c
index 2987b84dda..85a7414114 100644
--- a/epan/dissectors/packet-sll.c
+++ b/epan/dissectors/packet-sll.c
@@ -321,7 +321,7 @@ proto_register_sll(void)
sll_linux_dissector_table = register_dissector_table (
"sll.ltype",
- "Linux protocol type",
+ "Linux SLL protocol type",
FT_UINT16,
BASE_HEX
);