trisulrp 1.2.10 → 1.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/trisulrp/keys.rb +1 -1
- data/lib/trisulrp/trp.proto +11 -10
- data/trisulrp.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.11
|
data/lib/trisulrp/keys.rb
CHANGED
|
@@ -299,7 +299,7 @@ end
|
|
|
299
299
|
:counter_group => cgguid, :keys => key_arr.uniq )
|
|
300
300
|
h = key_arr.inject({}) { |m,i| m.store(i,make_readable(i)); m }
|
|
301
301
|
get_response(conn,req) do |resp|
|
|
302
|
-
resp.
|
|
302
|
+
resp.key_details.each { |d| h.store(d.key,d.label) }
|
|
303
303
|
end
|
|
304
304
|
return h
|
|
305
305
|
end
|
data/lib/trisulrp/trp.proto
CHANGED
|
@@ -541,16 +541,17 @@ message AlertItemResponse{
|
|
|
541
541
|
message Item {
|
|
542
542
|
optional int64 sensor_id=1;
|
|
543
543
|
required Timestamp time=2;
|
|
544
|
-
|
|
545
|
-
optional string
|
|
546
|
-
optional string
|
|
547
|
-
optional string
|
|
548
|
-
|
|
549
|
-
required string
|
|
550
|
-
required string
|
|
551
|
-
required
|
|
552
|
-
required
|
|
553
|
-
required string
|
|
544
|
+
required AlertID alert_id=3;
|
|
545
|
+
optional string source_ip=4;
|
|
546
|
+
optional string source_port=5;
|
|
547
|
+
optional string destination_ip=6;
|
|
548
|
+
optional string destination_port=7;
|
|
549
|
+
required string sigid=8;
|
|
550
|
+
required string classification=9;
|
|
551
|
+
required string priority=10;
|
|
552
|
+
required Timestamp dispatch_time=11;
|
|
553
|
+
required string aux_message1=12;
|
|
554
|
+
required string aux_message2=13;
|
|
554
555
|
}
|
|
555
556
|
repeated Item items=3;
|
|
556
557
|
}
|
data/trisulrp.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{trisulrp}
|
|
8
|
-
s.version = "1.2.
|
|
8
|
+
s.version = "1.2.11"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["vivek"]
|
|
12
|
-
s.date = %q{2011-03-
|
|
12
|
+
s.date = %q{2011-03-08}
|
|
13
13
|
s.description = %q{This gem deals about the trisul remote protocol}
|
|
14
14
|
s.email = %q{vivek_rajagopal@yahoo.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 1.2.
|
|
8
|
+
- 11
|
|
9
|
+
version: 1.2.11
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- vivek
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-03-
|
|
17
|
+
date: 2011-03-08 00:00:00 +05:30
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -153,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
153
153
|
requirements:
|
|
154
154
|
- - ">="
|
|
155
155
|
- !ruby/object:Gem::Version
|
|
156
|
-
hash: -
|
|
156
|
+
hash: -671012269
|
|
157
157
|
segments:
|
|
158
158
|
- 0
|
|
159
159
|
version: "0"
|