]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-wb.c
Use 'u_char *' type for input buffer pointer like in most similar cases
[tcpdump] / print-wb.c
index 7ff50055e7f7f3a71edfa8baf68d4e5f0dbb53bc..0bbbed71012379af12658945a020c91666eec9d5 100644 (file)
@@ -397,7 +397,7 @@ wb_drawop(netdissect_options *ndo,
  */
 void
 wb_print(netdissect_options *ndo,
-         const void *hdr, u_int len)
+         const u_char *hdr, u_int len)
 {
        const struct pkt_hdr *ph;
        uint8_t type;