summaryrefslogtreecommitdiff
path: root/plugins/unistim
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 /plugins/unistim
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
downloadwireshark-11b5c15fdb815a2af400bfddef944dbac41a434a.tar.gz
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 'plugins/unistim')
-rw-r--r--plugins/unistim/audio.h12
-rw-r--r--plugins/unistim/basic.h2
-rw-r--r--plugins/unistim/broadcast.h2
-rw-r--r--plugins/unistim/display.h2
-rw-r--r--plugins/unistim/expansion.h2
-rw-r--r--plugins/unistim/key.h8
-rw-r--r--plugins/unistim/network.h2
-rw-r--r--plugins/unistim/packet-unistim.c24
-rw-r--r--plugins/unistim/packet-unistim.h2
-rw-r--r--plugins/unistim/uftp.h2
10 files changed, 29 insertions, 29 deletions
diff --git a/plugins/unistim/audio.h b/plugins/unistim/audio.h
index 30ab161679..03246082d6 100644
--- a/plugins/unistim/audio.h
+++ b/plugins/unistim/audio.h
@@ -1,5 +1,5 @@
/* audio.h
- * header field declarations, value_string definitions and true_false_string
+ * header field declarations, value_string definitions and true_false_string
* definitions for audio manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
@@ -283,15 +283,15 @@ static const true_false_string opt_rpt_enable_max_tone_vol={
"Maximum tone volume is set equal to the physical maximum",
"Maximum tone volume is one level lower than physical maximum"
};
-static const true_false_string opt_rpths_on_air_feature={
+static const true_false_string opt_rpths_on_air_feature={
"Single tone frequency sent to HS port while call in progress",
"Single tone frequency NOT sent to HS port while call in progress"
};
-static const true_false_string opt_rpt_hd_on_air_feature={
+static const true_false_string opt_rpt_hd_on_air_feature={
"Single tone frequency sent to HD port while call in progress",
"Single tone frequency NOT sent to HD port while call in progress"
};
-static const true_false_string opt_rpt_noise_sqlch_disable={
+static const true_false_string opt_rpt_noise_sqlch_disable={
"Automatic noise squelching enabled",
"Automatic noise squelching disabled"
};
@@ -440,7 +440,7 @@ static const value_string apb_op_codes[]={
{0x54,"Change Default Volume setting"},
{0x55,"Change Current Volume setting"},
{0x56,"Sampling Rate setting"},
- {0x57,"The filter(s) to be used when the HIP is enabled"},
+ {0x57,"The filter(s) to be used when the HIP is enabled"},
{0x58,"The threshold that should be used when AGC is enabled"},
{0x59,"The threshold that should be used when Listener Sidetone (LST) is enabled"},
{0,NULL}
@@ -536,7 +536,7 @@ static const true_false_string audio_opts_hs_on_air_feature={
static const true_false_string audio_opts_hd_on_air_feature={
"Single tone frequency sent to Headset (HD) port while call in progress",
"Single tone frequency NOT sent to Headset (HD) port while call in progress"
-};
+};
static const true_false_string noise_sqlch_disable={
"Automatic noise squelching enabled",
"Automatic noise squelching disabled"
diff --git a/plugins/unistim/basic.h b/plugins/unistim/basic.h
index fc96165325..f052556df4 100644
--- a/plugins/unistim/basic.h
+++ b/plugins/unistim/basic.h
@@ -1,5 +1,5 @@
/* basic.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for basic manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
diff --git a/plugins/unistim/broadcast.h b/plugins/unistim/broadcast.h
index 7bc6813bd4..de51e3d518 100644
--- a/plugins/unistim/broadcast.h
+++ b/plugins/unistim/broadcast.h
@@ -1,5 +1,5 @@
/* broadcast.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for broadcast manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
diff --git a/plugins/unistim/display.h b/plugins/unistim/display.h
index 08aa56239b..db19471c6e 100644
--- a/plugins/unistim/display.h
+++ b/plugins/unistim/display.h
@@ -1,5 +1,5 @@
/*display.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for display manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
diff --git a/plugins/unistim/expansion.h b/plugins/unistim/expansion.h
index 249316b64e..56163ff586 100644
--- a/plugins/unistim/expansion.h
+++ b/plugins/unistim/expansion.h
@@ -1,5 +1,5 @@
/* expansion.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for basic manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
diff --git a/plugins/unistim/key.h b/plugins/unistim/key.h
index e3afb88f58..77d43b1bb2 100644
--- a/plugins/unistim/key.h
+++ b/plugins/unistim/key.h
@@ -1,5 +1,5 @@
/* key.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for key manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
@@ -108,7 +108,7 @@ static const value_string key_phone_msgs[]={
{0,NULL}
};
-
+
static const true_false_string key_release={
"The Key code will be sent when a valid key release occurs",
"No command will be sent when a key is released"
@@ -125,7 +125,7 @@ static const true_false_string acd_supervisor={
"ACD supervisor path and indicator controlled by the Switch",
"ACD supervisor path and indicator controlled by the Phone"
};
-
+
static const value_string local_dialpad_feedback[]={
{0x00,"No tone feedback provided when a dial pad key is depressed"},
{0x01,"Short 'click' provided when a dial pad key is depressed"},
@@ -149,7 +149,7 @@ static const value_string led_ids[]={
{0x03,"Mute LED"},
{0,NULL}
};
-
+
static const value_string led_cadences[]={
{0x00,"Off"},
{0x01,"On"},
diff --git a/plugins/unistim/network.h b/plugins/unistim/network.h
index b53d5718b7..c95cda2253 100644
--- a/plugins/unistim/network.h
+++ b/plugins/unistim/network.h
@@ -1,5 +1,5 @@
/* network.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for network manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index b28a71b5b7..7c2f9622e3 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -508,7 +508,7 @@ dissect_unistim_message(proto_tree *unistim_tree,packet_info *pinfo,tvbuff_t *tv
offset+=(msg_len-2);
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
return offset;
@@ -599,7 +599,7 @@ dissect_basic_phone(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -676,7 +676,7 @@ dissect_basic_switch(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -754,7 +754,7 @@ dissect_broadcast_switch(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -1402,7 +1402,7 @@ dissect_display_switch(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -1513,7 +1513,7 @@ dissect_display_phone(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -1631,7 +1631,7 @@ dissect_key_indicator_switch(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -1725,7 +1725,7 @@ dissect_key_indicator_phone(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -1869,7 +1869,7 @@ dissect_network_switch(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -2052,7 +2052,7 @@ dissect_network_phone(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -2486,7 +2486,7 @@ dissect_audio_switch(proto_tree *msg_tree,packet_info *pinfo,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
@@ -2710,7 +2710,7 @@ dissect_audio_phone(proto_tree *msg_tree,
}
if(msg_len){
- /* TODO: add Expert info to indicate there is unknown data !
+ /* TODO: add Expert info to indicate there is unknown data !
For the moment, this code only remove Clang Warnings about not used msg_len... */
}
diff --git a/plugins/unistim/packet-unistim.h b/plugins/unistim/packet-unistim.h
index 0c873961bc..ce3402201c 100644
--- a/plugins/unistim/packet-unistim.h
+++ b/plugins/unistim/packet-unistim.h
@@ -1,5 +1,5 @@
/* packet-unistim.h
- * header field declarations, value_string definitions, true_false_string
+ * header field declarations, value_string definitions, true_false_string
* definitions and function prototypes for main dissectors
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
diff --git a/plugins/unistim/uftp.h b/plugins/unistim/uftp.h
index e081e375d1..0fd1eb3e6d 100644
--- a/plugins/unistim/uftp.h
+++ b/plugins/unistim/uftp.h
@@ -1,5 +1,5 @@
/* uftp.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for uftp commands and messages
* Copyright 2007 Chad Singer <csinger@cypresscom.net>
*