]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zep.c
Revert partially the commit 21b1273
[tcpdump] / print-zep.c
index dbe4b8ff1ba475c0b2b34dc9ec346d555a27218b..017049d49da93764d463e7722f69f3fb0a2a13ce 100644 (file)
@@ -57,7 +57,6 @@
  *------------------------------------------------------------
  */
 
-#define     FMAXINT (4294967296.0)  /* floating point rep. of MAXINT */
 #define     JAN_1970        2208988800U
 
 /* Print timestamp */
@@ -105,9 +104,9 @@ 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(ndo);
+       nd_print_protocol_caps(ndo);
 
        ND_TCHECK_LEN(bp, 8);