wireshark/asn1/rrlp/rrlp.cnf
Anders Broman ed5e8f550c Complete reasembly code.
svn path=/trunk/; revision=18279
2006-05-31 20:22:51 +00:00

28 lines
521 B
INI

# rrlp.cnf
# rrlp conformation file
# Copyright 2006 Anders Broman
# $Id$
#.PDU
PDU
#.FN_BODY PDU
proto_tree_add_item(tree, proto_rrlp, tvb, 0, -1, FALSE);
if (check_col(%(ACTX)s->pinfo->cinfo, COL_PROTOCOL))
col_append_str(%(ACTX)s->pinfo->cinfo, COL_PROTOCOL, "/RRLP");
%(DEFAULT_BODY)s
#.END
#.FN_BODY Ext-GeographicalInformation VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb)
dissect_geographical_description(parameter_tvb, %(ACTX)s->pinfo, tree);