/* \summary: White Board printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
#define PT_PREP 7 /* page vector reply */
#if 0
-#ifdef PF_USER
-#undef PF_USER /* {Digital,Tru64} UNIX define this, alas */
-#endif
-
/* flags */
#define PF_USER 0x01 /* hint that packet has interactive data */
#define PF_VIS 0x02 /* only visible ops wanted */
c = ',';
}
ND_PRINT("> \"");
- (void)nd_print(ndo, sitename, sitename + len);
+ nd_printjnp(ndo, sitename, len);
ND_PRINT("\"");
return (0);
}