Re: [Linux-zigbee-devel] [PATCH net-next 4/4] 6lowpan: len field is not stored and accessed properly

2012-06-12 Thread Tony Cheneau
Hi again, Thank you for your comment. See my answer inline. Le Tue, 12 Jun 2012 22:20:13 +0400, Alexander Smirnov a écrit : > 2012/6/11 Tony Cheneau : > > Lenght field should be encoded (and accessed) the other way around. > > As it is currently written, it could lead to interroperability > > i

Re: [Linux-zigbee-devel] [PATCH net-next 3/4] 6lowpan: the two bytes of u16 tag needs to be stored/accessed the other way around

2012-06-12 Thread Tony Cheneau
Hello Alexander, Please see my response inline. Le Tue, 12 Jun 2012 22:07:12 +0400, Alexander Smirnov a écrit : > 2012/6/11 Tony Cheneau : > > Or else, tag values, as displayed with a trafic analyser, such a > > Wireshark, are not properly displayed (e.g. 0x01 00 insted of 0x00 > > 01, and so o

Re: [Linux-zigbee-devel] [PATCH net-next 4/4] 6lowpan: len field is not stored and accessed properly

2012-06-12 Thread Alexander Smirnov
2012/6/11 Tony Cheneau : > Lenght field should be encoded (and accessed) the other way around. > As it is currently written, it could lead to interroperability issues. What kind of "interroperability issues" can occur? Please describe it in details, I can't read your mind. And again, can these pro

Re: [Linux-zigbee-devel] [PATCH net-next 3/4] 6lowpan: the two bytes of u16 tag needs to be stored/accessed the other way around

2012-06-12 Thread Alexander Smirnov
2012/6/11 Tony Cheneau : > Or else, tag values, as displayed with a trafic analyser, such a > Wireshark, are not properly displayed (e.g. 0x01 00 insted of 0x00 01, > and so on). --- >  net/ieee802154/6lowpan.c |    6 +++--- >  1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/net/i