aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-19 04:14:26 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-19 04:14:26 +0000
commit6ed0c8ac68d76be5541075969627bef7b9679330 (patch)
treef44685308b5be91bcd13506de4393ac0a124822b /packet-osi.c
parent4933cc340fe6e4d53eb8f1cd447080616bc72f83 (diff)
Register the OSI transport dissector by name, and make it static.
"packet-clnp.h" no longer exports anything, so remove it. Have the X.25 dissector call subdissectors through dissector handles (now that all the dissectors it uses are registered by name). svn path=/trunk/; revision=2668
Diffstat (limited to 'packet-osi.c')
-rw-r--r--packet-osi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-osi.c b/packet-osi.c
index 0a39f27a94..b424fc029b 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.36 2000/11/18 10:38:24 guy Exp $
+ * $Id: packet-osi.c,v 1.37 2000/11/19 04:14:26 guy Exp $
* Laurent Deniel <deniel@worldnet.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -44,7 +44,6 @@
#include "aftypes.h"
#include "nlpid.h"
#include "packet-osi.h"
-#include "packet-clnp.h"
#include "packet-isis.h"
#include "packet-esis.h"