aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.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 /epan/dissectors/packet-camel.h
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 'epan/dissectors/packet-camel.h')
-rw-r--r--epan/dissectors/packet-camel.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-camel.h b/epan/dissectors/packet-camel.h
index 6100992bea..4cf0815532 100644
--- a/epan/dissectors/packet-camel.h
+++ b/epan/dissectors/packet-camel.h
@@ -31,8 +31,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.
*/
@@ -56,7 +56,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
@@ -75,7 +75,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 */
@@ -96,7 +96,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 {
@@ -104,8 +104,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 {
@@ -118,7 +118,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 */