#include "addrtoname.h"
#include "extract.h"
+static const char tstr[] = " [|ntp]";
+
/*
* Based on ntp.h from the U of MD implementation
* This file is based on Version 2 of the NTP spec (RFC1119).
return;
trunc:
- ND_PRINT((ndo, " [|ntp]"));
+ ND_PRINT((ndo, " %s", tstr));
}
/*
return;
trunc:
- ND_PRINT((ndo, " [|ntp]"));
+ ND_PRINT((ndo, " %s", tstr));
}
union ntpdata {
return;
trunc:
- ND_PRINT((ndo, " [|ntp]"));
+ ND_PRINT((ndo, " %s", tstr));
}
static void