]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-carp.c
Use nd_ types, add EXTRACT_ calls, use %u for unsigned values.
[tcpdump] / print-carp.c
index 589815544565d7f22c25b9a4a4e36c6c61b1080f..807e977f0ee53d7b1d30ebe8e1f5dcb46aee1765 100644 (file)
@@ -46,7 +46,7 @@
 #include "extract.h"
 
 void
-carp_print(netdissect_options *ndo, register const u_char *bp, register u_int len, int ttl)
+carp_print(netdissect_options *ndo, const u_char *bp, u_int len, int ttl)
 {
        int version, type;
        const char *type_s;