10 Sep
2018
10 Sep
'18
1:47 p.m.
On Sep 10, 2018, at 1:17 PM, Kostas Zorbadelos <kzorba@otenet.gr> wrote:
I am talking about -f <file> in radclient. I made all tests and saw the constructed packets in wireshark. My guess is that you need escaping when reading the file, then again you use escaping when constructing the packet. Haven't gone through the code though.
Another example is when I needed to send a literal '\t' (without it being translated to tab). I had to use the sequence
User-Password = "test\\\\t1"
in the radclient input file to send 'test\t1' in the constructed packet.
Could it be that I am doing something wrong?
No. It looks like the backslash fixes aren't quite done yet. Alan DeKok.