-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge modbus2023 to main branch #159
Conversation
LongConnection問題とログ回収問題を修正
Update modbus2023 to main with modbus function enabled
Update Dockerfile to use a former version of modbus
デフォルトはFalseでOK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zkg refresh
は消して良いんだっけ?- パッケージのインストールは各行にまとめているので、元の165目を以下のようにしてほしい。
icsnpp-modbus --version 03de54df8b0a8c1e6264876167f80dccae74902a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zkg refresh
は消して良いんだっけ?
消したら良くないと思います。
消したら、https://github.com/zeek/packages/blob/master/nttcom/zkg.index にあるパッケージは何か修正があれば、反映できなくなります。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zkg install icsnpp-modbus --version 03de54df8b0a8c1e6264876167f80dccae74902a --force --skiptest \
と
&& zkg install --force --skiptest \
icsnpp-modbus \
zeek/corelight/zeek-long-connections \
zeek-af_packet-plugin \
zeek-parser-CCLinkFieldBasic \
zeek-parser-CCLinkField-CCLinkControl \
zeek-parser-CIFS-COM \
zeek-parser-CIFS-NBNS-COM \
zeek-parser-DHCPv4-COM \
zeek-parser-DHCPv6-COM \
zeek-parser-SSDP-COM
は二つ部分です。
&&がありますね。versionが指定されたものと指定されていないものを一緒にすることはできません。そのため、165行目に移動できないです。
移動したい場合、このstepの最後に移動できます。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
ではzkg refresh
を戻しておいて。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
では
zkg refresh
を戻しておいて。
戻しました。
テスト:
OsecT20でsensorをdeployしました。
modbus_detailed.logの生成とログの送信を確認しました。
(comtest01はstep2.5総合検証した時に、いったん削除されたので、sensorの送信機能は問題ないですが、送信先と接続できない状態です)