]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Don't stick an extra "RESERVED" in the printout for unknown management
authorguy <guy>
Thu, 27 Nov 2003 02:51:04 +0000 (02:51 +0000)
committerguy <guy>
Thu, 27 Nov 2003 02:51:04 +0000 (02:51 +0000)
frame subtypes.

print-802_11.c

index 3b46fe7d0d24ca1847081a63b2730f4cf24d10ba..9c5bde92bad5fd1eb8cc8ddc2fed2903820a3eb0 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-802_11.c,v 1.26 2003-11-27 02:18:53 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-802_11.c,v 1.27 2003-11-27 02:51:04 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -64,15 +64,15 @@ static const char *subtype_text[]={
        "ReAssoc Response",
        "Probe Request",
        "Probe Response",
-       "RESERVED",
-       "RESERVED",
+       "",
+       "",
        "Beacon",
        "ATIM",
        "Disassociation",
        "Authentication",
        "DeAuthentication",
-       "RESERVED",
-       "RESERVED"
+       "",
+       ""
 };
 
 static const char *status_text[] = {