Just something I pieced together, converted main functions from C++ -> C, and implemented a GUI. I needed a easy testing client for NAT traversal work. This just made sense.
For those who would like to use it.
x64
Credits to
https://gist.github.com/jyaif/----
Updated:- Added NAT type
- Added local and public endpoint address fields
- Added XOR MAPPED ADDRESS attribute feedback
Updated - 1.0.5- Updated resource file to contain file metadata
- Updated UI functions to respect Unicode
- Fixed incorrect window class name
- Handle EN_CHANGE event to automatically parse and send request to pasted server address
- Added icon on dialog to indicate connection states
Updated - 1.0.7- Updated Edit controls for responsiveness
- Addressed memory leak on close
- Added field check on server and numeric/range check on port