aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-lct.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-lct.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-lct.h')
-rw-r--r--epan/dissectors/packet-rmt-lct.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rmt-lct.h b/epan/dissectors/packet-rmt-lct.h
index 9cf79448c3..64f623f578 100644
--- a/epan/dissectors/packet-rmt-lct.h
+++ b/epan/dissectors/packet-rmt-lct.h
@@ -13,12 +13,12 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -89,7 +89,7 @@ struct _lct_hf
struct _lct_ett
{
gint main;
-
+
gint fsize;
gint flags;
gint ext;
@@ -181,5 +181,6 @@ void lct_dissector_free(struct _lct *lct);
void lct_prefs_set_default(struct _lct_prefs *prefs);
void lct_prefs_register(struct _lct_prefs *prefs, module_t *module);
+void lct_ext_decode(struct _ext *e, struct _lct_prefs *prefs, tvbuff_t *tvb, proto_tree *tree, gint ett, struct _fec_ptr f);
#endif