]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Shorten a status text description.
authorGuy Harris <[email protected]>
Mon, 7 Jul 2014 20:44:12 +0000 (13:44 -0700)
committerGuy Harris <[email protected]>
Mon, 7 Jul 2014 20:45:11 +0000 (13:45 -0700)
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.)

print-802_11.c

index 4f76a4aa7c799c87c749e493768881dd31143814..697e2c92600078769cf449b9d913fd52d14fc6c4 100644 (file)
@@ -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 */