aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.h
diff options
context:
space:
mode:
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