diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-03-22 16:24:16 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-03-22 16:24:16 +0000 |
commit | a8b0c240e6a57e9bb3e696d871c02420b7594b01 (patch) | |
tree | 8dcce7638fb2b14aaa319ad72b530e33d6816dfd /packet-ppp.c | |
parent | 5175434166d0ec5f21a675c08af10c79a30f9e80 (diff) | |
download | wireshark-a8b0c240e6a57e9bb3e696d871c02420b7594b01.tar.gz wireshark-a8b0c240e6a57e9bb3e696d871c02420b7594b01.tar.bz2 wireshark-a8b0c240e6a57e9bb3e696d871c02420b7594b01.zip |
Move appletalk- and sna-related address routines out of the dissectors
and into epan.
svn path=/trunk/; revision=3160
Diffstat (limited to 'packet-ppp.c')
-rw-r--r-- | packet-ppp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ppp.c b/packet-ppp.c index 4433d8b688..868c2917bd 100644 --- a/packet-ppp.c +++ b/packet-ppp.c @@ -1,7 +1,7 @@ /* packet-ppp.c * Routines for ppp packet disassembly * - * $Id: packet-ppp.c,v 1.56 2001/03/15 09:11:01 guy Exp $ + * $Id: packet-ppp.c,v 1.57 2001/03/22 16:24:14 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -38,7 +38,7 @@ #include "packet-ppp.h" #include "ppptypes.h" #include "etypes.h" -#include "packet-atalk.h" +#include "atalk-utils.h" #include "packet-chdlc.h" #include "packet-ip.h" #include "packet-ipv6.h" |