aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-21 12:36:24 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-21 12:36:24 +0000
commit0a9a603814c11453b870f2e142a812f5bc90b8de (patch)
tree48ab7892364aa4cda39c6d1d7e8c9d047bec812b /epan/dissectors/packet-sll.c
parent3bfd25c34e1407dcfb46b14481a7452ddefba837 (diff)
Fix for bug 5425:
Add support for dissecting SLL type 0x0C frames. svn path=/trunk/; revision=34991
Diffstat (limited to 'epan/dissectors/packet-sll.c')
-rw-r--r--epan/dissectors/packet-sll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sll.c b/epan/dissectors/packet-sll.c
index 902e53db0a..14b5fb1934 100644
--- a/epan/dissectors/packet-sll.c
+++ b/epan/dissectors/packet-sll.c
@@ -82,6 +82,7 @@ static const value_string ltype_vals[] = {
{ LINUX_SLL_P_ETHERNET, "Ethernet" },
{ LINUX_SLL_P_802_2, "802.2 LLC" },
{ LINUX_SLL_P_PPPHDLC, "PPP (HDLC)" },
+ { LINUX_SLL_P_CAN, "CAN" },
{ 0, NULL }
};