Ethereal-dev: [Ethereal-dev] #include "packet.h"

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Diwakar Shetty <diwakar@xxxxxxxxxxxxxx>
Date: Fri, 22 Jun 2001 11:29:08 +0600
Does #include "packet.h" require the following also to be included:

If yes then why does "packet.h" itself not do it....

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif

#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif


--

Bye

Diwakar