Skip to content

Protocol Analyzer 1.00

Choose a tag to compare

@KhwanTosawat8 KhwanTosawat8 released this 07 Aug 10:12
· 12 commits to main since this release

Protocol Analyzer by iceman50 — captures and decodes live ADC, NMDC, client-to-client and UDP traffic, with filtering, a decoded field inspector and redaction of sensitive values.

Not a FulDC++ plugin. Republished here so it can be installed from the client's plugin catalogue.

Upstream publishes no binaries, so this package was built by us from 22d460bb167f01d006f1b1e5a0842878de2a493b (main, 2026-08-03) using the project's own build_dist.ps1, which runs its protocol test suite and ABI/UI smoke test and audits the resulting DLL.

Two toolchain-compatibility patches were needed and are included in the source archive:

  • Makefile: added -static, so a posix-threads compiler does not leave the DLL importing libwinpthread-1.dll (which the project's own release audit rejects)
  • audit_release.ps1: widened the export-table regex, which misread newer binutils' +base[ 1] output and rejected a correct DLL

Neither changes plugin behaviour. ProtocolAnalyzer-source.zip is the complete corresponding source, including both patches. GPL-2.0-or-later.