aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-11-12 22:17:49 -0800
committerGuy Harris <guy@alum.mit.edu>2018-11-13 06:18:22 +0000
commit88e98d876ec8e85db330654f7203805dd642a1a3 (patch)
tree99166215565f0bbfa3a4f20fbd4d509963994856 /epan/dissectors/packet-sll.h
parentc348dd4b106621f85079ebaf8202229c689ea93b (diff)
Move the Linux ARPHRD_ types to epan/arptypes.h.
Change-Id: I6fa9593af64e8af1ade4f049ea949989adfd00c7 Reviewed-on: https://code.wireshark.org/review/30595 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-sll.h')
-rw-r--r--epan/dissectors/packet-sll.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/epan/dissectors/packet-sll.h b/epan/dissectors/packet-sll.h
index 179d6a1746..9dcc5ca5e0 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -26,14 +26,4 @@
#define LINUX_SLL_P_ISI 0x00F5 /* Intelligent Service Interface */
#define LINUX_SLL_P_IEEE802154 0x00f6 /* 802.15.4 on monitor inteface */
-/*
- * The LINUX_SLL_ values for ARPHRD_ types that get treated specially,
- * because their packets do *not* get the link-layer header stripped
- * in a cooked capture.
- *
- * https://github.com/torvalds/linux/blob/master/include/uapi/linux/if_arp.h
- */
-#define LINUX_SLL_ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */
-#define LINUX_SLL_ARPHRD_NETLINK 824 /* Netlink header */
-
#endif