aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-31 12:52:52 +0100
committerAnders Broman <a.broman58@gmail.com>2014-12-31 18:04:44 +0000
commitce9ca9df771f6a0d9ed8c20ffe26982a3ec4d43f (patch)
tree9ad7fccd41534371321dfa743068788040f55244 /asn1/rtse
parentf42fe1a898513347ed4600b46ad6e80b161838df (diff)
rtse.cnf: fix Nesting level does not match indendation (CID 1159214)
Change-Id: I86e6c9103990bedf93c323e1360394a7c0a39db4 Reviewed-on: https://code.wireshark.org/review/6173 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/rtse.cnf3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/rtse/rtse.cnf b/asn1/rtse/rtse.cnf
index a911ffd579..ffda446a9e 100644
--- a/asn1/rtse/rtse.cnf
+++ b/asn1/rtse/rtse.cnf
@@ -105,8 +105,9 @@ RTSE-apdus
offset = dissect_ber_integer(TRUE, actx, tree, tvb, offset, hf_index, &app_proto);
#.FN_BODY SessionConnectionIdentifier
- if(open_request)
+ if(open_request){
col_append_str(actx->pinfo->cinfo, COL_INFO, "Recover");
+ }
%(DEFAULT_BODY)s
#.END