| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-01-22 | 984 Bytes | |
| wiretap_0.8.1_windows_386.zip | 2026-01-22 | 5.1 MB | |
| wiretap_0.8.1_windows_armv6.zip | 2026-01-22 | 5.0 MB | |
| wiretap_0.8.1_darwin_amd64.tar.gz | 2026-01-22 | 5.2 MB | |
| wiretap_0.8.1_linux_arm64.tar.gz | 2026-01-22 | 4.8 MB | |
| wiretap_0.8.1_windows_amd64.zip | 2026-01-22 | 5.3 MB | |
| wiretap_0.8.1_windows_arm64.zip | 2026-01-22 | 4.8 MB | |
| wiretap_0.8.1_darwin_arm64.tar.gz | 2026-01-22 | 4.9 MB | |
| wiretap_0.8.1_linux_386.tar.gz | 2026-01-22 | 4.9 MB | |
| wiretap_0.8.1_linux_amd64.tar.gz | 2026-01-22 | 5.1 MB | |
| wiretap_0.8.1_linux_armv6.tar.gz | 2026-01-22 | 4.9 MB | |
| README.md | 2026-01-22 | 913 Bytes | |
| v0.8.1 UDP Improvements source code.tar.gz | 2026-01-22 | 1.8 MB | |
| v0.8.1 UDP Improvements source code.zip | 2026-01-22 | 1.8 MB | |
| Totals: 14 Items | 53.6 MB | 0 | |
Improvements
- Add connection tracking to the UDP
exposefunctionality. - Fix a bug in the TCP proxy used by tunnel and expose that would sometimes close one end of the proxy too soon
- Added server messages when
exposeconnections are made, similar to tunnel connection messages - Server UDP tunnel connection messages now only trigger on first connections (when tracking starts), not every packet
- Bump dockerfile golang version to 1.24 to match current code requirements
- docker-compose.yml file for demo environment now also mounts the src folder to /wiretap-live to make development testing much faster; code can be edited on the host and is immediately available for compilation in all containers
Commits
- UDP expose connection tracking by @Aptimex in https://github.com/sandialabs/wiretap/pull/104
Full Changelog: https://github.com/sandialabs/wiretap/compare/v0.8.0...v0.8.1