lmatula / putty-tunnel-manager

Automatically exported from code.google.com/p/putty-tunnel-manager
0 stars 0 forks source link

putty-tunnel-manager crashes if any of port forwarding in putty configuration contains Source address with port. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
putty-tunnel-manager crashes if any of port forwarding in putty configuration 
contains Source address with port.

Exception text is "Invalid input format" or something similar (I don't have 
english .Net Framework".

Crash occurs if input is in format "L127.0.0.1:8000=192.168.0.1:80",

Under debugger it breaks on line 91 of file Tunnel.cs
int sourcePort = Int32.Parse(parts[0]);

here are 4 parts, not three, as expected.

I think it needs also redesign to add support for source address.

Original issue reported on code.google.com by mskalsk...@gmail.com on 4 Dec 2010 at 9:03

GoogleCodeExporter commented 8 years ago
Error message is:

"Unhandled exception has occurred in your application. If you click continue, 
the application will ignore this error and attempt to continue. If you click 
Quit, the application will close immediately.

Input string was not in a correct format."

Original comment by jon@sprig.gs on 3 Apr 2012 at 9:11