diff options
-rw-r--r-- | packet-clip.c | 3 | ||||
-rw-r--r-- | packet-eth.c | 3 | ||||
-rw-r--r-- | packet-fddi.c | 3 | ||||
-rw-r--r-- | packet-ppp.c | 3 | ||||
-rw-r--r-- | packet-raw.c | 3 | ||||
-rw-r--r-- | packet-tr.c | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/packet-clip.c b/packet-clip.c index 0760a0c7aa..e0ea3f56d2 100644 --- a/packet-clip.c +++ b/packet-clip.c @@ -1,7 +1,7 @@ /* packet-clip.c * Routines for clip packet disassembly * - * $Id: packet-clip.c,v 1.6 2000/05/11 08:15:04 gram Exp $ + * $Id: packet-clip.c,v 1.7 2000/05/19 05:29:42 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -35,6 +35,7 @@ #include <glib.h> #include "packet.h" +#include "packet-clip.h" #include "packet-ip.h" static gint ett_clip = -1; diff --git a/packet-eth.c b/packet-eth.c index 303940dc5b..3218d0caa3 100644 --- a/packet-eth.c +++ b/packet-eth.c @@ -1,7 +1,7 @@ /* packet-eth.c * Routines for ethernet packet disassembly * - * $Id: packet-eth.c,v 1.40 2000/05/19 04:54:33 gram Exp $ + * $Id: packet-eth.c,v 1.41 2000/05/19 05:29:44 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -35,6 +35,7 @@ #include "packet.h" #include "etypes.h" #include "resolv.h" +#include "packet-eth.h" #include "packet-ipx.h" #include "packet-isl.h" #include "packet-llc.h" diff --git a/packet-fddi.c b/packet-fddi.c index 12e57741ea..4a8ad2785b 100644 --- a/packet-fddi.c +++ b/packet-fddi.c @@ -3,7 +3,7 @@ * * Laurent Deniel <deniel@worldnet.fr> * - * $Id: packet-fddi.c,v 1.33 2000/05/16 04:44:11 gram Exp $ + * $Id: packet-fddi.c,v 1.34 2000/05/19 05:29:44 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -36,6 +36,7 @@ #include <stdio.h> #include <glib.h> #include "packet.h" +#include "packet-fddi.h" #include "packet-llc.h" #include "resolv.h" diff --git a/packet-ppp.c b/packet-ppp.c index 17ba70cbe7..2d98b3a06b 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.33 2000/05/11 08:15:34 gram Exp $ + * $Id: packet-ppp.c,v 1.34 2000/05/19 05:29:43 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -34,6 +34,7 @@ #include <glib.h> #include "packet.h" +#include "packet-ppp.h" #include "ppptypes.h" #include "packet-atalk.h" #include "packet-ip.h" diff --git a/packet-raw.c b/packet-raw.c index b9a4005674..5a3497751d 100644 --- a/packet-raw.c +++ b/packet-raw.c @@ -1,7 +1,7 @@ /* packet-raw.c * Routines for raw packet disassembly * - * $Id: packet-raw.c,v 1.14 2000/05/11 08:15:40 gram Exp $ + * $Id: packet-raw.c,v 1.15 2000/05/19 05:29:42 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -34,6 +34,7 @@ #include <glib.h> #include "packet.h" +#include "packet-raw.h" #include "packet-ip.h" static gint ett_raw = -1; diff --git a/packet-tr.c b/packet-tr.c index afcce25d43..a72be23a0b 100644 --- a/packet-tr.c +++ b/packet-tr.c @@ -2,7 +2,7 @@ * Routines for Token-Ring packet disassembly * Gilbert Ramirez <gram@xiexie.org> * - * $Id: packet-tr.c,v 1.41 2000/05/16 04:44:12 gram Exp $ + * $Id: packet-tr.c,v 1.42 2000/05/19 05:29:43 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -35,6 +35,7 @@ #include <stdio.h> #include <glib.h> #include "packet.h" +#include "packet-tr.h" #include "packet-llc.h" #include "packet-trmac.h" |