aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-29 17:56:49 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-29 17:56:49 +0000
commitdaeac95d4aca8fc28e30d033b35b0131a680fe4c (patch)
treefb9d1639e0302ad28fdd4e1feade75d467673c7a /packet-osi.h
parent74e3d695fcc195def1c67453f2e62444c398ca6b (diff)
Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -
have other dissectors that use them fetch them with "find_dissector_table()". svn path=/trunk/; revision=7601
Diffstat (limited to 'packet-osi.h')
-rw-r--r--packet-osi.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/packet-osi.h b/packet-osi.h
index f7ca6fa04e..427010b61d 100644
--- a/packet-osi.h
+++ b/packet-osi.h
@@ -1,6 +1,6 @@
/* packet-osi.h
*
- * $Id: packet-osi.h,v 1.12 2002/08/28 21:00:24 jmayer Exp $
+ * $Id: packet-osi.h,v 1.13 2003/04/29 17:56:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -75,12 +75,6 @@
#define BIT_16 0x8000
/*
- * Dissector table for NLPIDs for protocols whose packets begin with
- * the NLPID.
- */
-extern dissector_table_t osinl_subdissector_table;
-
-/*
* published API functions
*/