aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_tcap
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/ansi_tcap
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/ansi_tcap')
-rw-r--r--asn1/ansi_tcap/ansi_tcap.cnf12
-rw-r--r--asn1/ansi_tcap/packet-ansi_tcap-template.h14
2 files changed, 13 insertions, 13 deletions
diff --git a/asn1/ansi_tcap/ansi_tcap.cnf b/asn1/ansi_tcap/ansi_tcap.cnf
index a27469eee0..5a33c987be 100644
--- a/asn1/ansi_tcap/ansi_tcap.cnf
+++ b/asn1/ansi_tcap/ansi_tcap.cnf
@@ -21,11 +21,11 @@ OperationCode/private VAL_PTR = &ansi_tcap_private.d.OperationCode_private
int start_offset = offset;
guint8 family;
guint8 specifier;
-
+
%(DEFAULT_BODY)s
/* mask off the H bit */
ansi_tcap_private.d.OperationCode_national = (ansi_tcap_private.d.OperationCode_national&0x7fff);
-
+
subtree = proto_item_add_subtree(actx->created_item, ett_ansi_tcap_op_code_nat);
/* Bit H is used to distinguish between Operations that require a reply and those that do not. A value of 1
* indicates that a reply is required; a value of 0 indicates that a reply is not required.
@@ -77,14 +77,14 @@ OperationCode/private VAL_PTR = &ansi_tcap_private.d.OperationCode_private
default:
break;
}
-
+
#--- INVOKE ---
#.FN_BODY Invoke/parameter
if(find_tcap_subdissector(tvb, actx, tree))
offset = tvb_length(tvb);
-
+
#.FN_HDR Invoke
ansi_tcap_private.d.pdu = 1;
@@ -157,10 +157,10 @@ guint8 len;
if(next_tvb) {
len = tvb_length_remaining(next_tvb, 0);
if(len !=0){
- /* 0 octets for the Unidirectional,
+ /* 0 octets for the Unidirectional,
* 4 octets for Query, Response & Abort
* 8 octets for Conversation in the order Originating then Responding TID
- *
+ *
* In order to match this it seems like we should only use the last 4 octets
* in the 8 octets case.
*/
diff --git a/asn1/ansi_tcap/packet-ansi_tcap-template.h b/asn1/ansi_tcap/packet-ansi_tcap-template.h
index c4d990a6a1..d9a6f03914 100644
--- a/asn1/ansi_tcap/packet-ansi_tcap-template.h
+++ b/asn1/ansi_tcap/packet-ansi_tcap-template.h
@@ -36,16 +36,16 @@ struct ansi_tcap_private_t {
gchar *TransactionID_str;
struct { /* "dynamic" data */
gint pdu;
- /*
- 1 : invoke,
- 2 : returnResult,
+ /*
+ 1 : invoke,
+ 2 : returnResult,
3 : returnError,
4 : reject
*/
- gint OperationCode;
- /*
- 0 : national,
- 1 : private
+ gint OperationCode;
+ /*
+ 0 : national,
+ 1 : private
*/
gint32 OperationCode_national;
gint32 OperationCode_private;