aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-atm.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-13 19:56:52 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-13 19:56:52 +0000
commit2ac134b3c5bbc4020fd64b878db984f526b432cb (patch)
treeb1e8da19850152341ebe466ee3abe9689279d938 /epan/dissectors/packet-pw-atm.h
parent59277781ffca44a2cccb5e935ce3737aabbf4da6 (diff)
whitespace fixes; mostly: remove trailing blanks
svn path=/trunk/; revision=52591
Diffstat (limited to 'epan/dissectors/packet-pw-atm.h')
-rw-r--r--epan/dissectors/packet-pw-atm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-pw-atm.h b/epan/dissectors/packet-pw-atm.h
index c049d36d46..b932761211 100644
--- a/epan/dissectors/packet-pw-atm.h
+++ b/epan/dissectors/packet-pw-atm.h
@@ -55,7 +55,7 @@ typedef struct {
* across all the cells in the pw packet. Values are filled
* by sub-dissectors and read by upper-level dissector.
* Meanings of values:
- * (-1) - value is unknown
+ * (-1) - value is unknown
* (-2) - value is different among cells
* positive - value is the same in all cells
* Machinery is implemented in the UPDATE_CUMULATIVE_VALUE macro.
@@ -69,12 +69,12 @@ typedef struct {
gint32 vci; /*-1 if unknown*/
gint32 pti; /*-1 if unknown*/
struct {
- /*
+ /*
* Some fields from 3rd byte of CW. Filled by cell_header dissector.
* In in AAL5 PDU mode, this allows control_word dissector to print
* these values in the CW heading line in the tree.
* Meanings of values:
- * (-1) - value is unknown
+ * (-1) - value is unknown
*/
gint32 m;
gint32 v;
@@ -82,7 +82,7 @@ typedef struct {
gint32 u;
gint32 e;
gint32 clp;
- } cwb3;
+ } cwb3;
gboolean aal5_sdu_frame_relay_cr_bit; /*see rfc4717 10.1*/
gboolean cell_mode_oam; /*atm admin cell*/
gboolean enable_fill_columns_by_atm_dissector;