aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-30 03:35:55 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-30 03:35:55 +0000
commit86e1e74fb97c4f218ee886c4b87d5d154105916c (patch)
treec0e05a11792c41f2f8041d360f362322f93b4ef4 /packet-udp.c
parent11b7f3727d041ac0de1e655154a12a726546e0b5 (diff)
Give the IPX dissector dissector hash tables for the IPX type and socket
number, and have the protocols encapsulated inside IPX register themselves with that table. svn path=/trunk/; revision=2028
Diffstat (limited to 'packet-udp.c')
-rw-r--r--packet-udp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-udp.c b/packet-udp.c
index b16f5fbb97..7ebe966c2a 100644
--- a/packet-udp.c
+++ b/packet-udp.c
@@ -1,7 +1,7 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
- * $Id: packet-udp.c,v 1.70 2000/05/11 08:15:54 gram Exp $
+ * $Id: packet-udp.c,v 1.71 2000/05/30 03:35:55 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -48,7 +48,6 @@
#include "packet-udp.h"
#include "packet-ip.h"
-#include "packet-ncp.h"
#include "packet-rpc.h"
#include "packet-tftp.h"
#include "packet-vines.h"