aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-10-22 22:04:23 +0000
committerJörg Mayer <jmayer@loplof.de>2002-10-22 22:04:23 +0000
commit40e1ec7fad04f0b008eb692f7b00fb0287a7cd2a (patch)
treed33cc6142b76fbcca2b75361837fb72dd81012c8 /packet-ipv6.h
parent4c80b2ac3fbb12ba37ac93664b89642a8c09b359 (diff)
Minimalistic support for counting IPv6 packets during capture
svn path=/trunk/; revision=6476
Diffstat (limited to 'packet-ipv6.h')
-rw-r--r--packet-ipv6.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-ipv6.h b/packet-ipv6.h
index 8066d64fd2..813b45d1d3 100644
--- a/packet-ipv6.h
+++ b/packet-ipv6.h
@@ -1,7 +1,7 @@
/* packet-ipv6.h
* Definitions for IPv6 packet disassembly
*
- * $Id: packet-ipv6.h,v 1.28 2002/08/28 21:00:18 jmayer Exp $
+ * $Id: packet-ipv6.h,v 1.29 2002/10/22 22:04:21 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -572,4 +572,7 @@ struct rr_result { /* router renumbering result message */
#define ICMP6_RR_RESULT_FLAGS_OOB 0x0002
#define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0001
+void capture_ipv6(const guchar *, int, int, packet_counts *);
+
+
#endif /* __PACKET_IPV6_H_DEFINED__ */