File: ipgrab.h

package info (click to toggle)
ipgrab 0.5-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 268 kB
  • ctags: 169
  • sloc: sh: 1,507; ansic: 1,234; makefile: 56
file content (18 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**************************************************************************** 
**
** File: ipgrab.h
**
** Author: Mike Borella
**
** Comments: Macros and stuff
**
*****************************************************************************/

#define SNAPLEN      1514
#define PROMISC      1
#define READ_TIMEOUT 500

typedef struct _ipg_stats
{
  u_long pkts_rcvd;
} ipg_stats;