aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 15:42:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 20:46:49 +0000
commit11b5c15fdb815a2af400bfddef944dbac41a434a (patch)
treee7217ebcff4d4d9f7f95d0342b6776547e5537c3 /epan/asn1.h
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index b6d46bfbd2..5dd63c0f3d 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -92,11 +92,11 @@ typedef struct _asn1_ctx_t {
tvbuff_t *data_value_descriptor;
const char *direct_reference;
gint32 indirect_reference;
- gint encoding;
- /*
- 0 : single-ASN1-type,
- 1 : octet-aligned,
- 2 : arbitrary
+ gint encoding;
+ /*
+ 0 : single-ASN1-type,
+ 1 : octet-aligned,
+ 2 : arbitrary
*/
tvbuff_t *single_asn1_type;
tvbuff_t *octet_aligned;
@@ -120,9 +120,9 @@ typedef struct _asn1_ctx_t {
gboolean data_value_descr_present;
tvbuff_t *data_value_descriptor;
gint identification;
- /*
- 0 : syntaxes,
- 1 : syntax,
+ /*
+ 0 : syntaxes,
+ 1 : syntax,
2 : presentation-context-id,
3 : context-negotiation,
4 : transfer-syntax,
@@ -149,11 +149,11 @@ typedef struct _asn1_ctx_t {
typedef struct _rose_ctx_t {
guint32 signature;
dissector_table_t arg_global_dissector_table;
- dissector_table_t arg_local_dissector_table;
+ dissector_table_t arg_local_dissector_table;
dissector_table_t res_global_dissector_table;
- dissector_table_t res_local_dissector_table;
+ dissector_table_t res_local_dissector_table;
dissector_table_t err_global_dissector_table;
- dissector_table_t err_local_dissector_table;
+ dissector_table_t err_local_dissector_table;
/* filling in description into tree, info column, any buffer */
int apdu_depth;
gboolean fillin_info;
@@ -161,17 +161,17 @@ typedef struct _rose_ctx_t {
gsize fillin_buf_size;
struct { /* "dynamic" data */
gint pdu;
- /*
- 1 : invoke,
- 2 : returnResult,
+ /*
+ 1 : invoke,
+ 2 : returnResult,
3 : returnError,
4 : reject
*/
- gint code;
- /*
+ gint code;
+ /*
-1 : none (optional in ReturnResult)
- 0 : local,
- 1 : global
+ 0 : local,
+ 1 : global
*/
gint32 code_local;
const char *code_global;