aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrlp
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-31 20:22:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-31 20:22:51 +0000
commited5e8f550c72c90cce44e41e00a2385f5b39cc89 (patch)
tree5b4422cd145bd826865c29be6114ced26c2921b4 /asn1/rrlp
parentd28febd342de96647d2e36f28c234f4f33933bb6 (diff)
Complete reasembly code.
svn path=/trunk/; revision=18279
Diffstat (limited to 'asn1/rrlp')
-rw-r--r--asn1/rrlp/rrlp.cnf4
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/rrlp/rrlp.cnf b/asn1/rrlp/rrlp.cnf
index 096e4bed63..94c0a9fc21 100644
--- a/asn1/rrlp/rrlp.cnf
+++ b/asn1/rrlp/rrlp.cnf
@@ -11,9 +11,7 @@ PDU
proto_tree_add_item(tree, proto_rrlp, tvb, 0, -1, FALSE);
if (check_col(%(ACTX)s->pinfo->cinfo, COL_PROTOCOL))
- col_set_str(%(ACTX)s->pinfo->cinfo, COL_PROTOCOL, PSNAME);
- if (check_col(%(ACTX)s->pinfo->cinfo, COL_INFO))
- col_clear(%(ACTX)s->pinfo->cinfo, COL_INFO);
+ col_append_str(%(ACTX)s->pinfo->cinfo, COL_PROTOCOL, "/RRLP");
%(DEFAULT_BODY)s
#.END