5 Jul 2004 19:20
Packet format in ENRP
Michael Tuexen <Michael.Tuexen <at> lurchi.franken.de>
2004-07-05 17:20:06 GMT
2004-07-05 17:20:06 GMT
Dear all,
while writing the ethereal dissector for ENRP I found some
things I would like to change:
Section 3.1
The length field is shown as 'Message Length = 0xC' which
is not correct because there can be some parameters.
Section 3.3
Could we exchange the R and M bit? This would align the
R bit position with the reject bit in a PEER_LIST_RESONSE
message.
Section 3.4
To have a similar layout of the packets i would suggest to
change it to:
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type = 0x4 |0|0|0|0|0|0|0|0| Message Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Sender Server's ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Receiver Server's ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
(Continue reading)
>
> Section 3.4
>
> To have a similar layout of the packets i would suggest to
> change it to:
RSS Feed