summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/ip.h')
-rw-r--r--contrib/tcpdump/ip.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/tcpdump/ip.h b/contrib/tcpdump/ip.h
index 77cf2f6..37ef774 100644
--- a/contrib/tcpdump/ip.h
+++ b/contrib/tcpdump/ip.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.7 2000/10/03 09:17:40 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.10 2002/12/11 07:13:53 guy Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
@@ -157,3 +157,6 @@ struct ip_timestamp {
#define IPTTLDEC 1 /* subtracted when forwarding */
#define IP_MSS 576 /* default maximum segment size */
+
+/* in print-ip.c */
+extern u_int32_t ip_finddst(const struct ip *);
OpenPOWER on IntegriCloud