diff options
| author | Guy Harris <guy@alum.mit.edu> | 2014-07-07 13:44:12 -0700 |
|---|---|---|
| committer | Guy Harris <guy@alum.mit.edu> | 2014-07-07 13:45:11 -0700 |
| commit | ff23dba40e728115b878b009ec299b47b924991d (patch) | |
| tree | 9233e219d09587f70dc4bcb9a42528503d079282 | |
| parent | 8d472bc388271d281cda508301099bccf56c557c (diff) | |
| download | tcpdump-ff23dba40e728115b878b009ec299b47b924991d.tar.gz | |
Shorten a status text description.
Instead of just copying-and-pasting from 802.11, edit the description a
bit; this squelches a Coverity warning (it thought we might have
forgotten a comma in the list), and also means we don't quite print out
as much.
(If Table 8-37 "Status codes" in 802.11-2012 had names for *all* the
status codes, we could use the names instead of the explanatory text,
but, for some unknown reason, it doesn't.)
| -rw-r--r-- | print-802_11.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print-802_11.c b/print-802_11.c index 4f76a4aa..697e2c92 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -1187,9 +1187,7 @@ static const char *status_text[] = { "The request has not been successful as one or more parameters " "have invalid values", /* 38 */ "The TS has not been created because the request cannot be honored. " - "However, a suggested TSPEC is provided so that the initiating QSTA" - "may attempt to set another TS with the suggested changes to the " - "TSPEC", /* 39 */ + "Try again with the suggested changes to the TSPEC", /* 39 */ "Invalid Information Element", /* 40 */ "Group Cipher is not valid", /* 41 */ "Pairwise Cipher is not valid", /* 42 */ |
