aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ripng.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-08 07:07:42 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-08 07:07:42 +0000
commita831e8f8f2eefe74564ab3356dd7b5bcfd64c449 (patch)
tree8c2187183a707d04b8678a4cbfddb5577187c015 /packet-ripng.h
parent907093903ca0afdc6a9106415d88fc7565a492a7 (diff)
Move calls to "dissector_add()" out of the register routines for TCP and
UDP and into the handoff registration routines for the protocols in question. Make the dissectors for those protocols static if they're not called outside the dissector's source file. Get rid of header files if all they did was declare dissectors that are now static; remove declarations of now-static dissectors from header files that do more than just declare the dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1823 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ripng.h')
-rw-r--r--packet-ripng.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-ripng.h b/packet-ripng.h
index 9c2ce4144e..642016ad2c 100644
--- a/packet-ripng.h
+++ b/packet-ripng.h
@@ -2,7 +2,7 @@
* RIPng definition
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
*
- * $Id: packet-ripng.h,v 1.2 2000/02/15 21:02:59 gram Exp $
+ * $Id: packet-ripng.h,v 1.3 2000/04/08 07:07:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -35,8 +35,6 @@
#include "packet-ipv6.h"
#endif
-void dissect_ripng(const u_char *, int, frame_data *, proto_tree *);
-
/*
* KAME Header: /cvsroot/kame/kame/kame/kame/route6d/route6d.h,v 1.1.1.1 1999/08/08 23:31:35 itojun Exp
*/