aboutsummaryrefslogtreecommitdiffstats
path: root/packet-esis.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-17 01:36:31 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-17 01:36:31 +0000
commit27ca639e861f95cecb362538d86d3b52fd69f7c4 (patch)
tree2b95800609466ab25693d0d772194d5a3c15a2a8 /packet-esis.h
parent0ba3e2b233c719f12627694f562c4974f8ecbfe2 (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. svn path=/trunk/; revision=1873
Diffstat (limited to 'packet-esis.h')
-rw-r--r--packet-esis.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-esis.h b/packet-esis.h
index c6e49b24a7..cc145b7d7b 100644
--- a/packet-esis.h
+++ b/packet-esis.h
@@ -1,7 +1,7 @@
/* packet-esis.h
* Defines and such for ESIS protocol decode.
*
- * $Id: packet-esis.h,v 1.1 2000/04/15 22:11:09 guy Exp $
+ * $Id: packet-esis.h,v 1.2 2000/04/17 01:36:30 guy Exp $
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer
@@ -60,9 +60,6 @@ typedef struct {
/*
* published API functions
*/
-extern void dissect_esis(const u_char *pd, int offset, frame_data *fd,
- proto_tree *tree);
-extern void proto_register_esis(void);
extern void esis_dissect_unknown(int offset,guint length, proto_tree *tree,
frame_data *fd, char *fmat, ...);