aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-norm.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-20 18:51:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-20 18:51:47 +0000
commit9dd9e3e80f7d031df1b14f76a84056f10192d1b0 (patch)
tree06f1278fb8f4e92c96d308f21fd38e125577909a /epan/dissectors/packet-rmt-norm.h
parent385fb3eea221f2274a0db75309f0edc4f61cbfb1 (diff)
From Julian Onions
- some improvements to the NORM decoder, and the ability to (optionally) heuristically detect NORM. - some improvements to FEC block labelling. - making the LCT header extension handler more generic and to decode more header extensions. svn path=/trunk/; revision=16280
Diffstat (limited to 'epan/dissectors/packet-rmt-norm.h')
-rw-r--r--epan/dissectors/packet-rmt-norm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rmt-norm.h b/epan/dissectors/packet-rmt-norm.h
index 7144cafd4f..b3b00f153c 100644
--- a/epan/dissectors/packet-rmt-norm.h
+++ b/epan/dissectors/packet-rmt-norm.h
@@ -31,6 +31,7 @@
#include "packet-rmt-common.h"
#include "packet-rmt-fec.h"
+#include "packet-rmt-lct.h"
/* Type definitions */
/* ================ */
@@ -90,7 +91,7 @@ enum {
NORM_FLAG_CC_RTT = 0x04,
NORM_FLAG_CC_START = 0x08,
NORM_FLAG_CC_LEAVE = 0x10,
-
+
};