aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-19 22:25:36 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-19 22:25:36 +0000
commit1999dc505f0d87ef9363b6cc7f1697f755398377 (patch)
tree1c61642de92eed433d6f58ed5c800732bd64cef4 /epan/dissectors/packet-mac-lte.c
parent1e0847760e573310e4fdd2c33e06743b5408139d (diff)
From Vincent Helfre:
#define some constants, and move constants into header files. Hopfully this will make it easier for these dissectors to be reused. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27487 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mac-lte.c')
-rw-r--r--epan/dissectors/packet-mac-lte.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-mac-lte.c b/epan/dissectors/packet-mac-lte.c
index d448603d04..9cb2f49bb6 100644
--- a/epan/dissectors/packet-mac-lte.c
+++ b/epan/dissectors/packet-mac-lte.c
@@ -125,10 +125,7 @@ static int ett_mac_lte_pch = -1;
-/* Constants an value strings */
-
-#define FDD_RADIO 1
-#define TDD_RADIO 2
+/* Constants and value strings */
static const value_string radio_type_vals[] =
{