]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-arp.c
OpenFlow: Have a function for each message type.
[tcpdump] / print-arp.c
index 02eb6e4be367f9ab33c3f632f14ed34f74250a68..e883817488c929e9b48f45e27658f480cd949b72 100644 (file)
@@ -286,7 +286,7 @@ atmarp_print(netdissect_options *ndo,
                           ATMSPROTO_LEN(ap),
                           ATMTPROTO_LEN(ap));
 
-                /* don't know know about the address formats */
+                /* don't know about the address formats */
                 if (!ndo->ndo_vflag) {
                     goto out;
                 }
@@ -407,7 +407,7 @@ arp_print(netdissect_options *ndo,
                       tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
                       PROTO_LEN(ap));
 
-            /* don't know know about the address formats */
+            /* don't know about the address formats */
             if (!ndo->ndo_vflag) {
                 goto out;
             }