You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/07/13 14:47:43 UTC

[plc4x] branch develop updated (f2c567483 -> 67c97cd9f)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from f2c567483 fix(plc4go/plc4xpcapanalyzer): fixed log option and added parsing for missing types
     add 67c97cd9f fix(plc4go/plc4xpcapanalyzer): first version of extractor which can be used to visualize communication (useful for ascii protocol like serial ones)

No new revisions were added by this update.

Summary of changes:
 plc4go/go.mod                                      |  10 +-
 plc4go/go.sum                                      |  33 -------
 .../cmd/{bacnet.go => extract.go}                  |  42 ++++-----
 plc4go/tools/plc4xpcapanalyzer/cmd/root.go         |   1 +
 .../plc4xpcapanalyzer/config/AnalyzeConfig.go      |   8 +-
 .../config/{BacnetConfig.go => ExtractConfig.go}   |  18 +++-
 .../config/{BacnetConfig.go => PcapConfig.go}      |  13 ++-
 .../tools/plc4xpcapanalyzer/config/RootConfig.go   |   9 +-
 .../internal/analyzer/analyzer.go                  |   1 +
 .../internal/cbusanalyzer/analyzer.go              |   1 -
 .../analyzer.go => extractor/extractor.go}         | 102 +++++++++------------
 11 files changed, 93 insertions(+), 145 deletions(-)
 copy plc4go/tools/plc4xpcapanalyzer/cmd/{bacnet.go => extract.go} (56%)
 copy plc4go/tools/plc4xpcapanalyzer/config/{BacnetConfig.go => ExtractConfig.go} (75%)
 copy plc4go/tools/plc4xpcapanalyzer/config/{BacnetConfig.go => PcapConfig.go} (78%)
 copy plc4go/tools/plc4xpcapanalyzer/internal/{analyzer/analyzer.go => extractor/extractor.go} (58%)