[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] strange situation or my lame ? ;)
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] strange situation or my lame ? ;) |
Date: |
Fri, 11 Apr 2003 15:46:19 +0300 |
> So a question is, why the last line in mxep dump wrapped ?
It is an artifact of your tcp dumper program:
> 1a |.D..............|
0x1a = 26 is the number of the attribute (Vendor-Specific
> 000000e0 1a 00 00 00 09 67 14 68 33 32 33 2d 72 65 74 75 |.....g.h323-retu|
The next first 0x1a is the length of the attribute, however the dump
ends at 0xf5, now 0xf5-0xdf=16, or 22 in decimal, i.e your dump does
not include the last 4 characters ("de=0"), which are present in the
request.
Regards,
Sergey