aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-04 04:26:44 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-04 04:26:44 +0000
commit7baa84320f1ea4f6366dc58e1c40bcae92cedd74 (patch)
tree807d2111c22e06d15c4b9af5dbfbfca27759e879 /packet-clnp.c
parent64ee59907dbc717ac074d81f0c42337678318edd (diff)
Add the ISO 8473 CLNP dissector handle to the dissector table for X.25
SPIs. svn path=/trunk/; revision=4319
Diffstat (limited to 'packet-clnp.c')
-rw-r--r--packet-clnp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-clnp.c b/packet-clnp.c
index 495ac22a17..9274a7ce49 100644
--- a/packet-clnp.c
+++ b/packet-clnp.c
@@ -1,7 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-clnp.c,v 1.41 2001/12/03 03:59:33 guy Exp $
+ * $Id: packet-clnp.c,v 1.42 2001/12/04 04:26:44 guy Exp $
* Laurent Deniel <deniel@worldnet.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -2204,4 +2204,5 @@ proto_reg_handoff_clnp(void)
clnp_handle = create_dissector_handle(dissect_clnp, proto_clnp);
dissector_add("osinl", NLPID_ISO8473_CLNP, clnp_handle);
dissector_add("osinl", NLPID_NULL, clnp_handle); /* Inactive subset */
+ dissector_add("x.25.spi", NLPID_ISO8473_CLNP, clnp_handle);
}