From a891f540675481ec299f7d7708c76f0682206bf1 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Mon, 28 May 2012 20:34:27 +0000 Subject: Keep backward compatibility with UDP framing format for UMTS RLC dissector Fix a few typo errors while we are at it svn path=/trunk/; revision=42889 --- epan/dissectors/packet-rlc.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'epan/dissectors/packet-rlc.h') diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h index de02b2142a..7801af0ee3 100644 --- a/epan/dissectors/packet-rlc.h +++ b/epan/dissectors/packet-rlc.h @@ -21,15 +21,17 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Defene this in umts_fp instead */ -#if 0 +/* Do not change enum order and append only to keep + backward compatibility with UDP framing format */ enum rlc_mode { - RLC_MODE_UNKNOWN, RLC_TM, RLC_UM, - RLC_AM + RLC_AM, + RLC_UNKNOWN_MODE }; -#endif + +/* Do not change enum order and append only to keep + backward compatibility with UDP framing format */ enum rlc_li_size { RLC_LI_VARIABLE, RLC_LI_7BITS, -- cgit v1.2.3