]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-eigrp.c
Fix a bunch of de-constifications.
[tcpdump] / print-eigrp.c
index a3feb8ef4a7cedfab9ed65d664f1232c8d1c6bed..5718d5114344f89c4aaaad0b13b1888a02d92012 100644 (file)
@@ -14,7 +14,6 @@
  * FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -205,8 +204,8 @@ static const struct tok eigrp_ext_proto_id_values[] = {
 };
 
 void
-eigrp_print(netdissect_options *ndo, register const u_char *pptr, register u_int len) {
-
+eigrp_print(netdissect_options *ndo, register const u_char *pptr, register u_int len)
+{
     const struct eigrp_common_header *eigrp_com_header;
     const struct eigrp_tlv_header *eigrp_tlv_header;
     const u_char *tptr,*tlv_tptr;