aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-01-21 13:44:29 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-21 12:46:59 +0000
commit2d6e044b8d31123692a27bf1943c8000903c7a77 (patch)
tree54cbf44d863730ed22c8ae3b61ba981ee8bb9c09 /epan/dissectors/packet-sll.h
parentc9db8c5a67b8d0c81fd27e4bf05ad786d1a3f269 (diff)
Add a link for LINUX_SLL values.
Change-Id: Ic45f88984af01b9705ace944a89f49f705301d21 Reviewed-on: https://code.wireshark.org/review/13467 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-sll.h')
-rw-r--r--epan/dissectors/packet-sll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sll.h b/epan/dissectors/packet-sll.h
index 4b95d9c20c..51ec32ff5b 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -26,6 +26,7 @@
/*
* The LINUX_SLL_ values for "sll_protocol".
+ * https://github.com/torvalds/linux/blob/master/include/uapi/linux/if_ether.h ?
*/
#define LINUX_SLL_P_802_3 0x0001 /* Novell 802.3 frames without 802.2 LLC header */
#define LINUX_SLL_P_ETHERNET 0x0003 /* Ethernet */