summaryrefslogtreecommitdiff
path: root/asn1/camel/packet-camel-template.h
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/packet-camel-template.h
parentb4850149dd877375c1d8da3a2d20bddca1d91780 (diff)
downloadwireshark-1dff4e309d036e23c316f2cf9a6d05d5a4449ff2.tar.gz
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/packet-camel-template.h')
-rw-r--r--asn1/camel/packet-camel-template.h16
1 files changed, 8 insertions, 8 deletions
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 */