diff options
author | Quentin Armitage <quentin@armitage.org.uk> | 2021-10-31 16:52:54 +0000 |
---|---|---|
committer | fxlb <devel.fx.lebail@orange.fr> | 2021-11-02 09:30:21 +0000 |
commit | d3eb92550ac24e4fce8bea3b8ea47d2bef08dbda (patch) | |
tree | 405df6bb850a19f6baef2422ffa5df54cf077226 /netdissect.h | |
parent | 62ed9474840b96a01a0a696f00c7f83a64074afc (diff) | |
download | tcpdump-d3eb92550ac24e4fce8bea3b8ea47d2bef08dbda.tar.gz |
VRRP: Add support for IPv6
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
Diffstat (limited to 'netdissect.h')
-rw-r--r-- | netdissect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h index d9b3f853..3eb576f7 100644 --- a/netdissect.h +++ b/netdissect.h @@ -725,7 +725,7 @@ extern void udld_print(netdissect_options *, const u_char *, u_int); extern void udp_print(netdissect_options *, const u_char *, u_int, const u_char *, int, u_int); extern int vjc_print(netdissect_options *, const u_char *, u_short); extern void vqp_print(netdissect_options *, const u_char *, u_int); -extern void vrrp_print(netdissect_options *, const u_char *, u_int, const u_char *, int); +extern void vrrp_print(netdissect_options *, const u_char *, u_int, const u_char *, int, int); extern void vtp_print(netdissect_options *, const u_char *, const u_int); extern void vxlan_gpe_print(netdissect_options *, const u_char *, u_int); extern void vxlan_print(netdissect_options *, const u_char *, u_int); |