]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpcp.c
Fix a bunch of de-constifications.
[tcpdump] / print-mpcp.c
index 7ddfb1d12e380f0d8918394633084c909bacd066..e2b6c394f2d9ef2696dbe143c8dc41f58d6865f5 100644 (file)
@@ -17,7 +17,6 @@
  * Original code by Hannes Gredler ([email protected])
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -122,8 +121,8 @@ static const struct tok mpcp_reg_ack_flag_values[] = {
 };
 
 void
-mpcp_print(netdissect_options *ndo, register const u_char *pptr, register u_int length) {
-
+mpcp_print(netdissect_options *ndo, register const u_char *pptr, register u_int length)
+{
     union {
         const struct mpcp_common_header_t *common_header;
         const struct mpcp_grant_t *grant;