aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtse.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-08-01 16:45:30 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-08-01 16:45:30 +0000
commit2f2a8edbd7ceb36e3dd168c0f8700c6babc564b6 (patch)
tree57be978e7c2ebd0c6178238a13cf0e7eb25bb2df /epan/dissectors/packet-rtse.c
parentd255e44bfab095f26a068bbb47efe8aa01f3caa5 (diff)
Regenerated to use the new decode function for UTCTime.
svn path=/trunk/; revision=25898
Diffstat (limited to 'epan/dissectors/packet-rtse.c')
-rw-r--r--epan/dissectors/packet-rtse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rtse.c b/epan/dissectors/packet-rtse.c
index 0c43d1a605..639f40890a 100644
--- a/epan/dissectors/packet-rtse.c
+++ b/epan/dissectors/packet-rtse.c
@@ -351,9 +351,7 @@ static int
dissect_rtse_CommonReference(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 115 "rtse.cnf"
tvbuff_t *string = NULL;
- offset = dissect_ber_restricted_string(implicit_tag, BER_UNI_TAG_UTCTime,
- actx, tree, tvb, offset, hf_index,
- &string);
+ offset = dissect_ber_UTCTime(implicit_tag, actx, tree, tvb, offset, hf_index);
if(open_request && string && check_col(actx->pinfo->cinfo, COL_INFO))
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s", tvb_format_text(string, 0, tvb_length(string)));