aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 17:56:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 17:56:49 +0000
commitf5fa555d39c613968d960f37e691672403ab846e (patch)
treefb9d1639e0302ad28fdd4e1feade75d467673c7a /packet-osi.h
parent496118707608e82c42c5218cb2a930138d2645c3 (diff)
Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -
have other dissectors that use them fetch them with "find_dissector_table()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7601 f5534014-38df-0310-8fa8-9805f1628bb7
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
*/