aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-09-07 15:58:24 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-09-07 15:58:24 +0000
commit9d0e61f12c078682209ddc368b2818604ff1f13e (patch)
tree0464c79f3508f11267724fbf4b283f4f5d57e9a9 /plugins/wimaxasncp
parentc42aa860078cd7522dafd21ce2a0b47253d016c5 (diff)
Replace remaining non-printable characters that looked like spaces with real spaces.
svn path=/trunk/; revision=22824
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index 2d862db9e3..77ab5ce27d 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -150,8 +150,8 @@ static const value_string wimaxasncp_flag_vals[] =
{ WIMAXASNCP_BIT8(3), "Reserved" },
{ WIMAXASNCP_BIT8(4), "Reserved" },
{ WIMAXASNCP_BIT8(5), "Reserved" },
- { WIMAXASNCP_FLAGS_T, "T - Source and Destination Identifier TLVs"},
- { WIMAXASNCP_FLAGS_R, "R - Reset Next Expected Transaction ID"},
+ { WIMAXASNCP_FLAGS_T, "T - Source and Destination Identifier TLVs"},
+ { WIMAXASNCP_FLAGS_R, "R - Reset Next Expected Transaction ID"},
{ 0, NULL}
};