aoandon 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -18,6 +18,12 @@ Or install it yourself as:
18
18
 
19
19
  $ gem install aoandon
20
20
 
21
+ ## Getting started
22
+
23
+ $ ifconfig
24
+ $ aoandon -h
25
+ $ sudo aoandon -i eth0 -v
26
+
21
27
  ## Usage
22
28
 
23
29
  Aoandon NIDS is the selective ignoring or alerting of data packets as they pass through its network interface. The criteria that it uses when inspecting packets are based on the Layer 3 (IPv4 and IPv6) and Layer 4 (TCP, UDP) headers. The most often used criteria are source and destination address, source and destination port, and protocol.
@@ -12,7 +12,7 @@ module Aoandon
12
12
  end
13
13
 
14
14
  def self.logging?(packet)
15
- false
15
+ true
16
16
  end
17
17
 
18
18
  private
@@ -1,3 +1,3 @@
1
1
  module Aoandon
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aoandon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: