aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-17 01:36:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-17 01:36:31 +0000
commit54442dac022959dc3db47a7d2049b8b7dff72cf8 (patch)
tree2b95800609466ab25693d0d772194d5a3c15a2a8 /packet-isis.h
parent9ec8de619bf2a0570bb182426fc772e6d34b8781 (diff)
Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,
and have dissectors for protocols that run at the OSI network layer register themselves with it using "dissector_add()". Make various dissectors static if they can be, and remove from header files declarations of those dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1873 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis.h')
-rw-r--r--packet-isis.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-isis.h b/packet-isis.h
index 1c49542a9c..34ec6a0f23 100644
--- a/packet-isis.h
+++ b/packet-isis.h
@@ -1,7 +1,7 @@
/* packet-isis.h
* Defines and such for core isis protcol decode.
*
- * $Id: packet-isis.h,v 1.3 2000/04/15 22:11:11 guy Exp $
+ * $Id: packet-isis.h,v 1.4 2000/04/17 01:36:31 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -77,9 +77,6 @@ typedef struct {
*/
extern char *isis_address_to_string ( const u_char *pd, int offset, int len );
-extern void dissect_isis( const u_char *pd, int offset, frame_data *fd,
- proto_tree *tree);
-extern void proto_register_isis(void);
extern void isis_dissect_unknown( int offset, guint length, proto_tree *tree,
frame_data *fd, char *fmat, ...);