aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
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 /epan/dissectors/packet-rrlp.c
parentd28febd342de96647d2e36f28c234f4f33933bb6 (diff)
Complete reasembly code.
svn path=/trunk/; revision=18279
Diffstat (limited to 'epan/dissectors/packet-rrlp.c')
-rw-r--r--epan/dissectors/packet-rrlp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rrlp.c b/epan/dissectors/packet-rrlp.c
index c5a8fdb602..227f4717cb 100644
--- a/epan/dissectors/packet-rrlp.c
+++ b/epan/dissectors/packet-rrlp.c
@@ -455,7 +455,7 @@ static gint ett_rrlp_Rel_5_ProtocolError_Extension = -1;
static int
dissect_rrlp_Ext_GeographicalInformation(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tree *tree, int hf_index) {
-#line 23 "rrlp.cnf"
+#line 21 "rrlp.cnf"
tvbuff_t *parameter_tvb = NULL;
@@ -3815,9 +3815,7 @@ dissect_rrlp_PDU(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tree *tre
proto_tree_add_item(tree, proto_rrlp, tvb, 0, -1, FALSE);
if (check_col(actx->pinfo->cinfo, COL_PROTOCOL))
- col_set_str(actx->pinfo->cinfo, COL_PROTOCOL, PSNAME);
- if (check_col(actx->pinfo->cinfo, COL_INFO))
- col_clear(actx->pinfo->cinfo, COL_INFO);
+ col_append_str(actx->pinfo->cinfo, COL_PROTOCOL, "/RRLP");
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
ett_rrlp_PDU, PDU_sequence);