X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7068209574374db8934ceaaac8f92e5eb5c62880..195a4cfd9de46b47ac6794930e19e38ed263b05f:/print-vqp.c diff --git a/print-vqp.c b/print-vqp.c index 5dd9939b..ebc25fc9 100644 --- a/print-vqp.c +++ b/print-vqp.c @@ -97,7 +97,7 @@ static const struct tok vqp_obj_values[] = { }; void -vqp_print(netdissect_options *ndo, register const u_char *pptr, register u_int len) +vqp_print(netdissect_options *ndo, const u_char *pptr, u_int len) { const struct vqp_common_header_t *vqp_common_header; const struct vqp_obj_tlv_t *vqp_obj_tlv;