Petr Laznovsky

Results 50 comments of Petr Laznovsky

Isnt a solution to check SSL libraries just in moment when SSL is employed (HTTPS packes is assembled), instead of check it on program startup?

So, in case someone not utilizing sercured protocols, only packetsender.com will be enough for command line operations? Also print errormessage into console STDERR (in case of console usage, when some...

> You still need the run-time libraries. Not needing secure protocols only saves maybe 4 DLLs. Make it as small as possible for cmdline usage, please.

Than what about to add possibility to save packets to the file OR print to console window (default) and than format outputs accordingly. Only idea, not really need now.

I can see this, but I want to avoid periodical disc writes in my system (small SSD is used, script will be started each 5 minutes and other good reasons)....

As I am telling you, I am not a programmer, have some (maybe dumb) ideas. What about EOL characters? Or do you have any other idea? BTW: I am asking...

for /f "tokens=*" %a in ('packetsender -uw 5000 255.255.255.255 10001 "01 00 00 00"') do echo %a

As far as I knew batch files working, it took input line by line, parse it and process 'do' sequence on it. Why in some cases wait till input program...

Just found an extended documentation of gsudo and change ma declaration in following manner but it does not help ``` "%binpath%\gsudo.exe" cache on "%binpath%\gsudo.exe" config CacheMode auto "%binpath%\gsudo.exe" config CacheDuration...

Windows 10.0.19044.1766