]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zep.c
Revert partially the commit 21b1273
[tcpdump] / print-zep.c
index d49861062630251aae0ba5122136410451ac95f0..017049d49da93764d463e7722f69f3fb0a2a13ce 100644 (file)
@@ -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);