]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-802_15_4.c
Use the word 'invalid' for 'malformed' or 'corrupted' packets
[tcpdump] / print-802_15_4.c
index 08317c568cb0b5f6b4af3938565ed600ac376209..e60a8a9e88a9a5c7152c84b1a7a0b775ef28d93d 100644 (file)
@@ -111,7 +111,7 @@ ieee802_15_4_if_print(netdissect_options *ndo,
        if (ndo->ndo_vflag)
                ND_PRINT((ndo,"seq %02x ", seq));
        if (hdrlen == -1) {
-               ND_PRINT((ndo,"malformed! "));
+               ND_PRINT((ndo,"invalid! "));
                return caplen;
        }