aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
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/camel
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/camel')
-rw-r--r--asn1/camel/camel.cnf38
-rw-r--r--asn1/camel/packet-camel-template.h16
2 files changed, 27 insertions, 27 deletions
diff --git a/asn1/camel/camel.cnf b/asn1/camel/camel.cnf
index dc4304922f..4c8a5d66b8 100644
--- a/asn1/camel/camel.cnf
+++ b/asn1/camel/camel.cnf
@@ -535,7 +535,7 @@ proto_tree *subtree;
#.END
#----------------------------------------------------------------------------------------
-#.FN_BODY LocationInformationGPRS/cellGlobalIdOrServiceAreaIdOrLAI
+#.FN_BODY LocationInformationGPRS/cellGlobalIdOrServiceAreaIdOrLAI
proto_tree *subtree;
int start_offset;
@@ -548,7 +548,7 @@ proto_tree *subtree;
dissect_gsm_map_CellGlobalIdOrServiceAreaIdFixedLength(TRUE, tvb, start_offset, actx, subtree, hf_camel_cellGlobalIdOrServiceAreaIdFixedLength);
}else{
dissect_gsm_map_LAIFixedLength(TRUE, tvb, start_offset, actx, subtree, hf_camel_locationAreaId);
- }
+ }
#.END
#----------------------------------------------------------------------------------------
@@ -567,7 +567,7 @@ proto_tree *subtree;
#.FN_BODY FCIBillingChargingCharacteristics VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
@@ -576,8 +576,8 @@ proto_tree *subtree;
dissect_camel_CAMEL_FCIBillingChargingCharacteristics(FALSE, parameter_tvb, 0, actx, subtree, hf_camel_CAMEL_FCIBillingChargingCharacteristics);
#.FN_BODY FCIGPRSBillingChargingCharacteristics VAL_PTR = &parameter_tvb
- tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ tvbuff_t *parameter_tvb;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
@@ -587,17 +587,17 @@ proto_tree *subtree;
#.FN_BODY FCISMSBillingChargingCharacteristics VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
- return offset;
+ return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_camel_CAMEL_FCISMSBillingChargingCharacteristics);
dissect_camel_CAMEL_FCISMSBillingChargingCharacteristics(FALSE, parameter_tvb, 0, actx, subtree, hf_camel_CAMEL_FCISMSBillingChargingCharacteristics);
#.FN_BODY SCIBillingChargingCharacteristics VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
@@ -607,17 +607,17 @@ proto_tree *subtree;
#.FN_BODY SCIGPRSBillingChargingCharacteristics VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
- return offset;
+ return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_camel_CAMEL_SCIGPRSBillingChargingCharacteristics);
dissect_camel_CAMEL_SCIGPRSBillingChargingCharacteristics(FALSE, parameter_tvb, 0, actx, subtree, hf_camel_CAMEL_SCIGPRSBillingChargingCharacteristics);
#.FN_BODY CallResult VAL_PTR = &parameter_tvb
- tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ tvbuff_t *parameter_tvb;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
@@ -641,15 +641,15 @@ proto_tree *subtree;
* identification' and 'number digit' fields defined in 3GPP TS 24.008 [9];
* it does not carry the 'called party BCD number IEI' or 'length of called
* party BCD number contents'.
- * In the context of the DestinationSubscriberNumber field in ConnectSMSArg or
- * InitialDPSMSArg, a CalledPartyBCDNumber may also contain an alphanumeric
- * character string. In this case, type-of-number '101'B is used, in accordance
- * with 3GPP TS 23.040 [6]. The address is coded in accordance with the
- * GSM 7-bit default alphabet definition and the SMS packing rules
+ * In the context of the DestinationSubscriberNumber field in ConnectSMSArg or
+ * InitialDPSMSArg, a CalledPartyBCDNumber may also contain an alphanumeric
+ * character string. In this case, type-of-number '101'B is used, in accordance
+ * with 3GPP TS 23.040 [6]. The address is coded in accordance with the
+ * GSM 7-bit default alphabet definition and the SMS packing rules
* as specified in 3GPP TS 23.038 [15] in this case.
*/
- tvbuff_t *parameter_tvb;
- proto_tree *subtree;
+ tvbuff_t *parameter_tvb;
+ proto_tree *subtree;
%(DEFAULT_BODY)s
diff --git a/asn1/camel/packet-camel-template.h b/asn1/camel/packet-camel-template.h
index e2d3e99f38..d8a4eef3a7 100644
--- a/asn1/camel/packet-camel-template.h
+++ b/asn1/camel/packet-camel-template.h
@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* References: ETSI 300 374
*/
-/*
- * Indentation logic: this file is indented with 2 spaces indentation.
+/*
+ * Indentation logic: this file is indented with 2 spaces indentation.
* there are no tabs.
*/
@@ -48,7 +48,7 @@ WS_DLL_PUBLIC const value_string camel_opr_code_strings[];
*/
#define NB_CAMELSRT_CATEGORY 9+1 /**< Number of type of message */
/* for example TC_BEGIN with InitalDP, and TC_CONT with RequestReportBCSMEvent
- is a category, we want to measure the delay between the two messages */
+ is a category, we want to measure the delay between the two messages */
#define CAMELSRT_SESSION 1
@@ -67,7 +67,7 @@ WS_DLL_PUBLIC const value_string camelSRTtype_naming[];
/** If we have a request message and its response,
(eg: ApplyCharging, ApplyChargingReport)
- the frames numbers are stored in this structure */
+ the frames numbers are stored in this structure */
struct camelsrt_category_t {
guint32 req_num; /**< frame number request seen */
@@ -88,7 +88,7 @@ struct camelsrt_call_t {
};
-/** The Key for the hash table is the TCAP origine transaction identifier
+/** The Key for the hash table is the TCAP origine transaction identifier
of the TC_BEGIN containing the InitialDP */
struct camelsrt_call_info_key_t {
@@ -96,8 +96,8 @@ struct camelsrt_call_info_key_t {
};
/** Info for a couple of messages (or category)
- The request must be available, not duplicated,
- and once the corresponding response received,
+ The request must be available, not duplicated,
+ and once the corresponding response received,
we can deduce the Delta Time between Request/response */
struct camelsrt_msginfo_t {
@@ -110,7 +110,7 @@ struct camelsrt_msginfo_t {
/** List of infos to store for the analyse */
-struct camelsrt_info_t {
+struct camelsrt_info_t {
guint32 tcap_session_id;
void * tcap_context;
guint8 opcode; /**< operation code of message received */