@lansweeper/discovery-sensor-proto 2.27.0 → 2.27.1
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.
- package/gen-proto/discovery_sections_mac_pb.d.ts +6 -0
- package/gen-proto/discovery_sections_mac_pb.js +52 -1
- package/gen-proto/discovery_sections_unix_pb.d.ts +6 -0
- package/gen-proto/discovery_sections_unix_pb.js +52 -1
- package/gen-proto/discovery_sections_windows_pb.d.ts +6 -0
- package/gen-proto/discovery_sections_windows_pb.js +52 -1
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_mac.proto +1 -0
- package/proto/discovery_sections_unix.proto +1 -0
- package/proto/discovery_sections_windows.proto +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.27.
|
|
4
|
+
"version": "2.27.1",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "87bb1531868fde35fc5b4d62571694e5c79202ab"
|
|
20
20
|
}
|
|
@@ -379,6 +379,7 @@ message OpenPort {
|
|
|
379
379
|
google.protobuf.StringValue process_name = 3;
|
|
380
380
|
google.protobuf.StringValue banner = 4; // Banner (Any non-HTTP response we get back)
|
|
381
381
|
optional HttpServerInfo http_server = 5;
|
|
382
|
+
google.protobuf.StringValue protocol = 6; // Protocol (tcp or tcp6)
|
|
382
383
|
}
|
|
383
384
|
|
|
384
385
|
message HttpServerInfo {
|
|
@@ -468,6 +468,7 @@ message OpenPorts {
|
|
|
468
468
|
google.protobuf.StringValue process_name = 3;
|
|
469
469
|
google.protobuf.StringValue banner = 4; // Banner (Any non-HTTP response we get back)
|
|
470
470
|
optional HttpServerInfo http_server = 5;
|
|
471
|
+
google.protobuf.StringValue protocol = 6; // Protocol (tcp or tcp6)
|
|
471
472
|
}
|
|
472
473
|
|
|
473
474
|
message HttpServerInfo {
|
|
@@ -1651,6 +1651,7 @@ message OpenPort {
|
|
|
1651
1651
|
google.protobuf.StringValue process_name = 3;
|
|
1652
1652
|
google.protobuf.StringValue banner = 4; // Banner (Any non-HTTP response we get back)
|
|
1653
1653
|
optional HttpServerInfo http_server = 5;
|
|
1654
|
+
google.protobuf.StringValue protocol = 6; // Protocol (tcp or tcp6)
|
|
1654
1655
|
}
|
|
1655
1656
|
|
|
1656
1657
|
message HttpServerInfo {
|