[Linux-zigbee-devel] Wireshark and FCS

2010-03-19 Thread Jon Smirl
How do I get Wireshark to decode 802.15.4 without FCS? I see the alternative dissectors: register_dissector("wpan", dissect_ieee802154, proto_ieee802154); register_dissector("wpan_nofcs", dissect_ieee802154_nofcs, proto_ieee802154); register_dissector("wpan_cc24xx", dissect_ieee802154_

Re: [Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread Mariano Alvira
On Fri, Mar 19, 2010 at 11:20:41AM -0400, Mariano Alvira wrote: > On Fri, Mar 19, 2010 at 11:00:40AM -0400, Jon Smirl wrote: > > On Fri, Mar 19, 2010 at 10:57 AM, Dmitry Eremin-Solenikov > > > > We aren't using 6lowpan. It should be possible to set an IPv6 address > > on the interface. I can set a

Re: [Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread Mariano Alvira
On Fri, Mar 19, 2010 at 11:00:40AM -0400, Jon Smirl wrote: > On Fri, Mar 19, 2010 at 10:57 AM, Dmitry Eremin-Solenikov > > We aren't using 6lowpan. It should be possible to set an IPv6 address > on the interface. I can set an IPv4 one without error. Along these lines, if I set an IPv4 address: w

Re: [Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread John Sucaet
Wpan device has an mtu of 127. mtu should be min 1280 otherwise you get this "no buffer space available " error. (that's why you need 6lowpan) Best regards John Sucaet -Original Message- From: Jon Smirl [mailto:[email protected]] Sent: vrijdag 19 maart 2010 15:53 To: linux-zigbee-devel

Re: [Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread Jon Smirl
On Fri, Mar 19, 2010 at 11:03 AM, John Sucaet wrote: > Wpan device has an mtu of 127. mtu should be min 1280 otherwise you get > this "no buffer space available " error. (that's why you need 6lowpan) So we're stuck implementing 6lowpan. Has anyone started working on it? Contiki just did a hc06 u

Re: [Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread Jon Smirl
On Fri, Mar 19, 2010 at 10:57 AM, Dmitry Eremin-Solenikov wrote: > On Fri, Mar 19, 2010 at 5:53 PM, Jon Smirl wrote: >> Why does this fail? > > Hmmm. Because wpan isn't 6lowpan? We aren't using 6lowpan. It should be possible to set an IPv6 address on the interface. I can set an IPv4 one without

Re: [Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread Dmitry Eremin-Solenikov
On Fri, Mar 19, 2010 at 5:53 PM, Jon Smirl wrote: > Why does this fail? Hmmm. Because wpan isn't 6lowpan? > > r...@terra:/home/linus# ip -6 address add fe80::0012:13ff:fe14:1510/64 > scope link dev wpan0 > RTNETLINK answers: No buffer space available > > How can I set the IPv6 address? > > -- >

[Linux-zigbee-devel] Setting IPv6 address on wpan device.

2010-03-19 Thread Jon Smirl
Why does this fail? r...@terra:/home/linus# ip -6 address add fe80::0012:13ff:fe14:1510/64 scope link dev wpan0 RTNETLINK answers: No buffer space available How can I set the IPv6 address? -- Jon Smirl [email protected] -