#include <stdio.h>
#include <string.h>
+#include "netdissect-ctype.h"
+
#include "netdissect.h"
#include "extract.h"
#include "nfsfh.h"
return(0);
for (i = 1; i < 14; i++) {
- if (ND_ISPRINT(GET_U_1(fhp + i))) {
+ if (ND_ASCII_ISPRINT(GET_U_1(fhp + i))) {
if (seen_null)
return(0);
else