X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/36d05440fdc32452d8f3722f6f415bdc60e3e48e..296d466cd6bbf2f7e75e15bb6a01268e88c76ed0:/print-snmp.c diff --git a/print-snmp.c b/print-snmp.c index d05a5d38..76f0bbac 100644 --- a/print-snmp.c +++ b/print-snmp.c @@ -58,9 +58,7 @@ /* \summary: Simple Network Management Protocol (SNMP) printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -1090,7 +1088,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) {