aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t125
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-26 14:29:17 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-26 19:38:21 +0000
commit1dff4e309d036e23c316f2cf9a6d05d5a4449ff2 (patch)
treea7ff0816c598def87e246a2ebbd2d80fa47365fc /asn1/t125
parentb4850149dd877375c1d8da3a2d20bddca1d91780 (diff)
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate dissectors.
Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'asn1/t125')
-rw-r--r--asn1/t125/t125.cnf14
1 files changed, 7 insertions, 7 deletions
diff --git a/asn1/t125/t125.cnf b/asn1/t125/t125.cnf
index 91bc6f04d9..8e015a93da 100644
--- a/asn1/t125/t125.cnf
+++ b/asn1/t125/t125.cnf
@@ -57,13 +57,13 @@ TokenAttributes
TokenGrabRequest
Reason
Diagnostic
-StaticChannelId
-UserId
-PrivateChannelId
-AssignedChannelId
+StaticChannelId
+UserId
+PrivateChannelId
+AssignedChannelId
TokenId
DynamicChannelId
-ChannelId
+ChannelId
#.PDU
#----------------------------------------------------------------------------------------
@@ -97,7 +97,7 @@ ConnectMCSPDU
#.FN_BODY Connect-Initial/_untag/userData
tvbuff_t *next_tvb = NULL;
%(DEFAULT_BODY)s
- if(next_tvb)
+ if(next_tvb)
dissector_try_heuristic(t125_heur_subdissector_list, next_tvb,
actx->pinfo, top_tree, NULL);
#.END
@@ -106,7 +106,7 @@ ConnectMCSPDU
#.FN_BODY Connect-Response/_untag/userData
tvbuff_t *next_tvb = NULL;
%(DEFAULT_BODY)s
- if(next_tvb)
+ if(next_tvb)
dissector_try_heuristic(t125_heur_subdissector_list, next_tvb,
actx->pinfo, top_tree, NULL);
#.END