aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.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-llc.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-llc.c')
-rw-r--r--packet-llc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-llc.c b/packet-llc.c
index f4e7e3d5f9..378eaa128c 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-llc.c,v 1.82 2001/01/21 22:51:46 guy Exp $
+ * $Id: packet-llc.c,v 1.83 2001/03/22 16:24:14 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -43,7 +43,7 @@
#include "packet-ipx.h"
#include "packet-netbios.h"
#include "packet-osi.h"
-#include "packet-sna.h"
+#include "sna-utils.h"
#include "packet-llc.h"