aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-22 16:24:16 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-22 16:24:16 +0000
commit22d39f71fbfea866c5129fe63fe1fa7a3e4a9b6b (patch)
tree8dcce7638fb2b14aaa319ad72b530e33d6816dfd /packet-null.c
parent8459f988a546914adeff7df5b63b7385385f86ed (diff)
Move appletalk- and sna-related address routines out of the dissectors
and into epan. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3160 f5534014-38df-0310-8fa8-9805f1628bb7
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"