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

cdutz pushed a change to branch feature/cdutz/go-ads-ng
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 23fcdce5f feat(plc4xbrowser): set default output lines for outputs to 
now crash application on long sessions
     add f164fb8f5 build(deps): bump joda-time from 2.12.0 to 2.12.1 (#565)
     add ea4ef297b build(deps): bump jackson.version from 2.14.0-rc2 to 
2.14.0-rc3 (#564)
     add f3fd13bde feat(plc4xanalyzer): added option to abort a long running job
     add d95925981 enable github issues
     add 34bc1d5b3 build(deps-dev): bump commons-compress from 1.21 to 1.22 
(#566)
     add 00d418f0e feat(plc4xanalyzer): exposed cli options to the ui
     add 9de6d0365 refactor(plc4xanalyzer): moved override logic out of commands
     add f8b1de00e fix(plc4xanalyzer): protocol filter should not override 
global filter
     add d136f7a22 feat(plc4xanalyzer): handle panics in actions
     add 4318f4b2b refactor(plc4go): switch from github.com/google/gopacket to 
github.com/gopacket/gopacket
     new 03c9fdb76 chore(protocols): Added a pointer to a possibly interesting 
protocol specification.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |   2 +-
 plc4go/go.mod                                      |   2 +-
 plc4go/go.sum                                      |   4 +-
 plc4go/spi/transports/pcap/Transport.go            |   6 +-
 plc4go/spi/utils/Net.go                            |   6 +-
 plc4go/tools/plc4xpcapanalyzer/cmd/bacnet.go       |   9 -
 plc4go/tools/plc4xpcapanalyzer/cmd/cbus.go         |   9 -
 plc4go/tools/plc4xpcapanalyzer/cmd/ui.go           |   2 +-
 .../plc4xpcapanalyzer/config/AnalyzeConfig.go      |   2 +-
 .../tools/plc4xpcapanalyzer/config/BacnetConfig.go |   4 +-
 .../tools/plc4xpcapanalyzer/config/CBusConfig.go   |   4 +-
 .../plc4xpcapanalyzer/config/ExtractConfig.go      |   2 +-
 .../tools/plc4xpcapanalyzer/config/PcapConfig.go   |   2 +-
 .../internal/analyzer/analyzer.go                  |  51 +++-
 .../internal/cbusanalyzer/analyzer.go              |   2 +-
 .../plc4xpcapanalyzer/internal/common/common.go    |   2 +-
 .../internal/extractor/extractor.go                |  32 ++-
 .../internal/pcaphandler/pcaphandler.go            |   4 +-
 plc4go/tools/plc4xpcapanalyzer/ui/commands.go      | 272 ++++++++++++++-------
 plc4go/tools/plc4xpcapanalyzer/ui/common.go        |   4 +
 plc4go/tools/plc4xpcapanalyzer/ui/config.go        |  31 ++-
 plc4go/tools/plc4xpcapanalyzer/ui/ui.go            |   9 +-
 pom.xml                                            |   6 +-
 .../resources/protocols/ads/ads-discovery.mspec    |   6 +-
 .../protocols/ads/AdsDiscoverySerializerTest.xml   |  20 +-
 25 files changed, 315 insertions(+), 178 deletions(-)

Reply via email to