From ddfa11e870be7bbe45147c2e7807da7ee13d6ee8 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Tue, 15 Feb 2000 21:06:58 +0000 Subject: Create a header file for every packet-*.c file. Prune the packet.h file. This change allows you to add a new packet-*.c file and not cause a recompilation of everything that #include's packet.h Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list. Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol is not defined, squelching a compiler complaint when compiling the generated C file. svn path=/trunk/; revision=1637 --- packet-vlan.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packet-vlan.c') diff --git a/packet-vlan.c b/packet-vlan.c index 7df004b6ee..f6215eb9c2 100644 --- a/packet-vlan.c +++ b/packet-vlan.c @@ -1,7 +1,7 @@ /* packet-vlan.c * Routines for VLAN 802.1Q ethernet header disassembly * - * $Id: packet-vlan.c,v 1.7 2000/01/23 08:55:37 guy Exp $ + * $Id: packet-vlan.c,v 1.8 2000/02/15 21:03:25 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -37,6 +37,8 @@ #include #include "packet.h" +#include "packet-ipx.h" +#include "packet-llc.h" #include "etypes.h" static int proto_vlan = -1; -- cgit v1.2.3