]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-symantec.c
Add EXTRACT_ calls.
[tcpdump] / print-symantec.c
index 56f7fc260f40360a9f4617671bb0d07c02372866..e80bd45c626673af5fc661f789558b6425914042 100644 (file)
@@ -38,9 +38,9 @@ struct symantec_header {
 };
 
 static inline void
-symantec_hdr_print(netdissect_options *ndo, register const u_char *bp, u_int length)
+symantec_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length)
 {
-       register const struct symantec_header *sp;
+       const struct symantec_header *sp;
        uint16_t etype;
 
        sp = (const struct symantec_header *)bp;