From 9dd9e3e80f7d031df1b14f76a84056f10192d1b0 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 20 Oct 2005 18:51:47 +0000 Subject: 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 --- epan/dissectors/packet-rmt-norm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rmt-norm.h') 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, - + }; -- cgit v1.2.3