From Ronald Henderson, when closing IO-Stat window, also close any open Filter...
[obnox/wireshark/wip.git] / packet-ipv6.h
index 0638123fb8d6296e83d01898ddae5e27be0bf1df..813b45d1d3550cd3bf7777f25647e16fbeb46331 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-ipv6.h
- * Definitions for IPv6 packet disassembly 
+ * Definitions for IPv6 packet disassembly
  *
- * $Id: packet-ipv6.h,v 1.27 2002/08/02 23:35:51 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>
  * MobileIPv6 support added by Tomislav Borosa <tomislav.borosa@siemens.hr>
  *
  * HMIPv6 support added by Martti Kuparinen <martti.kuparinen@iki.fi>
- * 
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -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__ */