summaryrefslogtreecommitdiff
path: root/asn1/tcap/tcap.cnf
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-18 14:04:36 +0200
committerEvan Huus <eapache@gmail.com>2014-04-18 19:22:14 +0000
commitacd640c86196d7653c2979463874694dfaa0b342 (patch)
treece142776b9edd121e88c6fdf34e80c483a58b651 /asn1/tcap/tcap.cnf
parent38b8d320831f634ed2db8c413ad25f530a637a0c (diff)
downloadwireshark-acd640c86196d7653c2979463874694dfaa0b342.tar.gz
Fix mix tab and space
Change-Id: Ife12c5118dcd70ba6b2540d53697f7c9cc9207c9 Reviewed-on: https://code.wireshark.org/review/1196 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'asn1/tcap/tcap.cnf')
-rw-r--r--asn1/tcap/tcap.cnf12
1 files changed, 6 insertions, 6 deletions
diff --git a/asn1/tcap/tcap.cnf b/asn1/tcap/tcap.cnf
index 0830d67be6..fdcc68fa2f 100644
--- a/asn1/tcap/tcap.cnf
+++ b/asn1/tcap/tcap.cnf
@@ -154,9 +154,9 @@ if (parameter_tvb){
if (len){
col_append_str(actx->pinfo->cinfo, COL_INFO, "otid(");
- for(i=0;i<len;i++)
- col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%02x",tvb_get_guint8(parameter_tvb,i));
- col_append_str(actx->pinfo->cinfo, COL_INFO, ") ");
+ for(i=0;i<len;i++)
+ col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%02x",tvb_get_guint8(parameter_tvb,i));
+ col_append_str(actx->pinfo->cinfo, COL_INFO, ") ");
}
}
@@ -196,9 +196,9 @@ if (parameter_tvb){
if (len){
col_append_str(actx->pinfo->cinfo, COL_INFO, "dtid(");
for(i=0;i<len;i++)
- col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%02x",tvb_get_guint8(parameter_tvb,i));
- col_append_str(actx->pinfo->cinfo, COL_INFO, ") ");
- }
+ col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%02x",tvb_get_guint8(parameter_tvb,i));
+ col_append_str(actx->pinfo->cinfo, COL_INFO, ") ");
+ }
}
#.FN_HDR Begin
gp_tcapsrt_info->ope=TC_BEGIN;