X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/582b5862e1402a6f6039f9a951ab8444a31df779..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-zep.c diff --git a/print-zep.c b/print-zep.c index d4986106..017049d4 100644 --- a/print-zep.c +++ b/print-zep.c @@ -57,7 +57,6 @@ *------------------------------------------------------------ */ -#define FMAXINT (4294967296.0) /* floating point rep. of MAXINT */ #define JAN_1970 2208988800U /* Print timestamp */ @@ -105,7 +104,7 @@ zep_print(netdissect_options *ndo, uint8_t version, inner_len; uint32_t seq_no; - ndo->ndo_protocol ="zep"; + ndo->ndo_protocol = "zep"; nd_print_protocol_caps(ndo);