]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-snmp.c
Finish the pruning of unsupported OSes.
[tcpdump] / print-snmp.c
index 42c9785ae25de18ce0832a8471b20f0a45daf72d..d975b4277cb954ea9827898f5fbb3060ef22d4fc 100644 (file)
@@ -1070,7 +1070,7 @@ smi_print_value(netdissect_options *ndo,
        }
 
        if (NOTIFY_CLASS(pduid) && smiNode->access < SMI_ACCESS_NOTIFY) {
-           ND_PRINT("[notNotifyable]");
+           ND_PRINT("[notNotifiable]");
        }
 
        if (READ_CLASS(pduid) && smiNode->access < SMI_ACCESS_READ_ONLY) {