Dan Nagle
Dan Nagle
This has been requested before. The input field supports it. My back-end code simply does not. For now, there is a "Load File" option to help send specialized data.
The command line version does not have a listen mode. It is client-only. This feature has been requested several times.
How does it do without Persistent TCP enabled?
Can you attached a packets export to this issue?
OK.. after digging, this is a technical limitation of that input field. The max size is 32K, but each "byte" consumes 3 spaces of the HEX field, so that means...
1. Text area is not limited. I could possibly switch to a textarea to avoid the line edit size limitation. 2. You could edit `packets.ini` directly with the data you...
(Bump) I just had an idea. I can easily add a file dialog to the persistent connection window. That does not have a display restriction. It'll be a 2-step process...
Packet Sender is not smart enough to know if it is being redirected. Maybe another command line switch to suppress it would be useful.
Maybe you could redirect output to a file... Example: `packetsender --version > myfile.txt` I think the file write happens even if it hasn't finished yet. Then you can watch that...
I am printing to STDOUT whenever a packet arrives: ``` QTextStream out(stdout); if(quiet) { out