aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-08-07 09:44:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-08-07 09:44:16 +0000
commitb2caee1d753ed7f9b622d4be6ffeac679569f36f (patch)
treed41a128708d840eeb2980f1036e00105088d16c7 /epan/dissectors/packet-rlc.h
parent1899edcb4633d65b5bc6874f982104629a8899e7 (diff)
From Jacob Nordgren and Rishie Sharma:
- umts_fp: fixed so CS content is not malformed content - RLC: added channel tree so you can filter on rbid etc - umts_fp,rlc,mac: added some hdsch-common code svn path=/trunk/; revision=44292
Diffstat (limited to 'epan/dissectors/packet-rlc.h')
-rw-r--r--epan/dissectors/packet-rlc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h
index f48671b298..b71d50b874 100644
--- a/epan/dissectors/packet-rlc.h
+++ b/epan/dissectors/packet-rlc.h
@@ -38,7 +38,8 @@ enum rlc_mode {
enum rlc_li_size {
RLC_LI_VARIABLE,
RLC_LI_7BITS,
- RLC_LI_15BITS
+ RLC_LI_15BITS,
+ RLC_LI_UPPERLAYER /* Let upper layers decide LI-size rather than preference. */
};
#define MAX_RLC_CHANS 64