aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2011-10-28 18:36:20 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2011-10-28 18:36:20 +0000
commitec748afa3a6771d76c5806962a299748afadd079 (patch)
tree6d55ab2c69d0de8afffb31908a231dbac724a55f /epan/dissectors/packet-rlc.h
parent5fb574c69efc6728120d45baf8dc2c33f0c04644 (diff)
First go at calling UMTS RLC dissector from IxCatapult logs.
Had to change some #defines in the header file (for UDP-framed/heuristic dissector) - will need to update example sending program later on tonight. svn path=/trunk/; revision=39656
Diffstat (limited to 'epan/dissectors/packet-rlc.h')
-rw-r--r--epan/dissectors/packet-rlc.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h
index 5a6f5a53bd..c612578438 100644
--- a/epan/dissectors/packet-rlc.h
+++ b/epan/dissectors/packet-rlc.h
@@ -31,7 +31,7 @@ enum rlc_li_size {
RLC_LI_VARIABLE,
RLC_LI_7BITS,
RLC_LI_15BITS
- };
+};
#define MAX_RLC_CHANS 64
typedef struct rlc_info
@@ -71,12 +71,12 @@ typedef struct rlc_info
If none of them is present, the decoding will be skipped.
The RLC mode tag uses the values from the rlc_mode enum. */
-#define CHANNEL_TYPE_UNSPECIFIED 0
-#define CHANNEL_TYPE_PCCH 1
-#define CHANNEL_TYPE_CCCH 2
-#define CHANNEL_TYPE_DCCH 3
-#define CHANNEL_TYPE_PS_DTCH 4
-#define CHANNEL_TYPE_CTCH 5
+#define UMTS_CHANNEL_TYPE_UNSPECIFIED 0
+#define UMTS_CHANNEL_TYPE_PCCH 1
+#define UMTS_CHANNEL_TYPE_CCCH 2
+#define UMTS_CHANNEL_TYPE_DCCH 3
+#define UMTS_CHANNEL_TYPE_PS_DTCH 4
+#define UMTS_CHANNEL_TYPE_CTCH 5
#define RLC_CHANNEL_TYPE_TAG 0x02
/* 1 byte */