aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-04-30 19:20:59 +0000
committerBill Meier <wmeier@newsguy.com>2012-04-30 19:20:59 +0000
commit8bfe44619fca852f1a5960fdb37590e60bf6fb06 (patch)
tree5456ca1c1f4ecaa6b09363e3429ea3cc53f7a654 /epan/dissectors/packet-bootp.c
parent95eb2e7288d941c7c18d711da282e6a88ee0eda1 (diff)
Revert 3 conversions of spaces --> tabs (in text strings) done in SVN #42354.
svn path=/trunk/; revision=42356
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index 3134d8c5af..0984343d21 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -3922,9 +3922,9 @@ static const value_string docsis_cm_cap_map_l2vpn_esafe_index_support_vals[] = {
};
static const value_string docsis_cm_cap_ussymrate_vals[] = {
- { 1 << 0, "160 ksps symbol rate supported" },
- { 1 << 1, "320 ksps symbol rate supported" },
- { 1 << 2, "640 ksps symbol rate supported" },
+ { 1 << 0, "160 ksps symbol rate supported" },
+ { 1 << 1, "320 ksps symbol rate supported" },
+ { 1 << 2, "640 ksps symbol rate supported" },
{ 1 << 3, "1280 ksps symbol rate supported" },
{ 1 << 4, "2560 ksps symbol rate supported" },
{ 1 << 5, "5120 ksps symbol rate supported" },