]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp.c
Add support for the Marvell Extended Distributed Switch Architecture header
[tcpdump] / print-icmp.c
index 47ba58924aa4ffdb67100d74183413419c247227..e70398767dc7ee9daf093221842b6a0b5b106bab 100644 (file)
@@ -19,7 +19,6 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -311,7 +310,8 @@ const char *icmp_tstamp_print(u_int);
 
 /* print the milliseconds since midnight UTC */
 const char *
-icmp_tstamp_print(u_int tstamp) {
+icmp_tstamp_print(u_int tstamp)
+{
     u_int msec,sec,min,hrs;
 
     static char buf[64];