aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
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.c
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.c')
-rw-r--r--packet-osi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-osi.c b/packet-osi.c
index e431a55868..c9782714e2 100644
--- a/packet-osi.c
+++ b/packet-osi.c
@@ -2,7 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
- * $Id: packet-osi.c,v 1.59 2003/02/24 19:49:03 guy Exp $
+ * $Id: packet-osi.c,v 1.60 2003/04/29 17:56:48 guy Exp $
* Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -130,7 +130,7 @@ const value_string nlpid_vals[] = {
{ 0, NULL },
};
-dissector_table_t osinl_subdissector_table;
+static dissector_table_t osinl_subdissector_table;
static dissector_handle_t data_handle;
static void dissect_osi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)