aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.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 /packet-null.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 'packet-null.c')
-rw-r--r--packet-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-null.c b/packet-null.c
index d34ee770dd..c857cde8c1 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.40 2001/01/22 00:20:29 guy Exp $
+ * $Id: packet-null.c,v 1.41 2001/03/22 16:24:14 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -41,7 +41,7 @@
#include <string.h>
#include "packet.h"
#include "packet-null.h"
-#include "packet-atalk.h"
+#include "atalk-utils.h"
#include "packet-ip.h"
#include "packet-ipv6.h"
#include "packet-ipx.h"