summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/netdissect.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2015-04-24 16:11:22 +0000
committerbrooks <brooks@FreeBSD.org>2015-04-24 16:11:22 +0000
commit1a409ea10a7fa3b0a23130ec0b6d2a26b4f5d79d (patch)
tree5d9c3bf2fb85ea74b99c0411f572dcfb289f9e2b /contrib/tcpdump/netdissect.h
parent00a2d1b314ea048640c08f24f58fad1271080cb5 (diff)
downloadFreeBSD-src-1a409ea10a7fa3b0a23130ec0b6d2a26b4f5d79d.zip
FreeBSD-src-1a409ea10a7fa3b0a23130ec0b6d2a26b4f5d79d.tar.gz
Merge from CheriBSD: 1065cf515a7c2062598009c1318055aacbb39e80
Convert the pfsync dissector to use the netdissect framework. Differential Revision: https://reviews.freebsd.org/D2359 Reviewed by: glebius Sponsored by: DARPA, AFRL
Diffstat (limited to 'contrib/tcpdump/netdissect.h')
-rw-r--r--contrib/tcpdump/netdissect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tcpdump/netdissect.h b/contrib/tcpdump/netdissect.h
index 55d45b2..a40869c 100644
--- a/contrib/tcpdump/netdissect.h
+++ b/contrib/tcpdump/netdissect.h
@@ -540,6 +540,8 @@ extern void timed_print(netdissect_options *, const u_char *);
extern void m3ua_print(netdissect_options *, const u_char *, const u_int);
extern void aoe_print(netdissect_options *, const u_char *, const u_int);
+extern void pfsync_ip_print(netdissect_options *, const u_char *, u_int);
+
/* stuff that has not yet been rototiled */
#if 0
OpenPOWER on IntegriCloud