aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-16 17:15:49 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-16 17:15:49 +0000
commit32416864d1e4844e841ac43e9013b0c20b1761c3 (patch)
tree7a6925e57e441064c27990db21ec69116b9da5d4 /epan/dissectors/packet-ieee802154.h
parent60eae33586c8e83636b1bda243d91d8c0f3195f8 (diff)
From Max Filippov:
patch to support IEE802.15.4 non-ASK PHY. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2906 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26792 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ieee802154.h')
-rw-r--r--epan/dissectors/packet-ieee802154.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee802154.h b/epan/dissectors/packet-ieee802154.h
index e5750ce9a8..7d13565d8c 100644
--- a/epan/dissectors/packet-ieee802154.h
+++ b/epan/dissectors/packet-ieee802154.h
@@ -124,6 +124,9 @@
#define IEEE802154_BCAST_ADDR 0xFFFF
#define IEEE802154_BCAST_PAN 0xFFFF
+/* Bit mask for PHY length field */
+#define IEEE802154_PHY_LENGTH_MASK 0x7f
+
/* Structure containing information regarding all necessary packet feilds. */
typedef struct {
/* Frame control field. */