~ubuntu-branches/ubuntu/oneiric/pads/oneiric

« back to all changes in this revision

Viewing changes to src/packet.h

  • Committer: Bazaar Package Importer
  • Author(s): David Gil
  • Date: 2005-11-05 16:26:57 UTC
  • Revision ID: james.westby@ubuntu.com-20051105162657-f3fvqr0hn5fju5tk
Tags: 1.2-7
* Modified default daemon options to "-D -c /etc/pads/pads.conf"
* Pointed output plugins to /var/lib/pads/ directory.
* Switched the init script to lsb-base
* Updated FSF address
* Added watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * along with this program; if not, write to the Free Software
23
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
24
 *
25
 
 * $Id: packet.h,v 1.1 2005/02/10 06:05:05 mattshelton Exp $
 
25
 * $Id: packet.h,v 1.3 2005/11/02 23:56:12 jfs Exp $
26
26
 *
27
27
 **************************************************************************/
28
28
#ifdef HAVE_CONFIG_H
42
42
 
43
43
/* INCLUDES ---------------------------------------- */
44
44
#include "global.h"
 
45
#include "storage.h"
 
46
#include "monnet.h"
 
47
#include "identification.h"
 
48
#include "output/output.h"
45
49
 
46
50
#include <netinet/ip.h>
47
51
#include <netinet/tcp.h>