#include <config.h>
#endif
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
#include "netdissect.h"
*------------------------------------------------------------
*/
-#define FMAXINT (4294967296.0) /* floating point rep. of MAXINT */
#define JAN_1970 2208988800U
/* Print timestamp */
uint8_t version, inner_len;
uint32_t seq_no;
- ndo->ndo_protocol ="ZEP";
+ ndo->ndo_protocol = "zep";
- nd_print_protocol(ndo);
+ nd_print_protocol_caps(ndo);
ND_TCHECK_LEN(bp, 8);