aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-01-16 17:01:07 +0100
committerMartin Kaiser <wireshark@kaiser.cx>2016-01-16 16:48:02 +0000
commit0aa4359be6f083f5dd0b496a3eaa324db4d989e4 (patch)
tree450dc3ff16ec4fcfb7ef15c0adb3f4f4434d715f /epan/dissectors/packet-sll.h
parentd326eb98f616a94ef328656ae6df9ff8f08ac2b5 (diff)
[sll] add LINUX_SLL_P_NETLINK
remove some unnecessary if(tree) checks while at it Change-Id: I2ed7153a25a96f9fa08476176980655117aae26e Reviewed-on: https://code.wireshark.org/review/13334 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
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 6489b6e7b6..4b95d9c20c 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -35,5 +35,6 @@
#define LINUX_SLL_P_IRDA_LAP 0x0017 /* IrDA Link Access Protocol */
#define LINUX_SLL_P_ISI 0x00F5 /* Intelligent Service Interface */
#define LINUX_SLL_P_IEEE802154 0x00f6 /* 802.15.4 on monitor inteface */
+#define LINUX_SLL_P_NETLINK 0x0338 /* Netlink */
#endif