~ubuntu-branches/ubuntu/precise/suricata/precise-proposed

« back to all changes in this revision

Viewing changes to src/suricata.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-06-19 17:39:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100619173914-5vkjfgz24mbia29z
Tags: 0.9.2-1
ImportedĀ UpstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
/* the name of our binary */
31
31
#define PROG_NAME "Suricata"
32
 
#define PROG_VER "0.9.1"
 
32
#define PROG_VER "0.9.2"
33
33
 
34
34
/* number of packets in processing right now
35
35
 * This is the diff between recv'd and verdicted
44
44
//SCMutex mutex_pending;
45
45
//SCCondT cond_pending;
46
46
 
 
47
/* runtime engine control flags */
 
48
#define SURICATA_STOP    0x01   /**< gracefully stop the engine: process all
 
49
                                     outstanding packets first */
 
50
#define SURICATA_KILL    0x02   /**< shut down asap, discarding outstanding
 
51
                                     packets. */
47
52
 
48
53
/* Run mode */
49
54
enum {
55
60
    MODE_IPFW,
56
61
    MODE_UNITTEST,
57
62
    MODE_ERF_FILE,
 
63
    MODE_DAG,
58
64
};
59
65
 
60
66
/* preallocated packet structures here