aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-03-22 16:24:16 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-03-22 16:24:16 +0000
commita8b0c240e6a57e9bb3e696d871c02420b7594b01 (patch)
tree8dcce7638fb2b14aaa319ad72b530e33d6816dfd /epan/packet.c
parent5175434166d0ec5f21a675c08af10c79a30f9e80 (diff)
Move appletalk- and sna-related address routines out of the dissectors
and into epan. svn path=/trunk/; revision=3160
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 2923d12334..3fa6e4a56b 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
- * $Id: packet.c,v 1.21 2001/03/15 06:41:13 guy Exp $
+ * $Id: packet.c,v 1.22 2001/03/22 16:24:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -73,10 +73,10 @@
#include "timestamp.h"
#include "file.h"
-#include "packet-atalk.h"
+#include "atalk-utils.h"
#include "packet-frame.h"
#include "packet-ipv6.h"
-#include "packet-sna.h"
+#include "sna-utils.h"
#include "packet-vines.h"
#include "packet-osi.h"