From: Alexander Aring <alex.aring@gmail.com>
To: Baptiste Clenet <bapclenet@gmail.com>
Cc: Stefan Schmidt <stefan@osg.samsung.com>, linux-wpan@vger.kernel.org
Subject: Re: What is SAM value? "ieee802154 phy0 wpan0: SAM value 0x3 not supported"
Date: Mon, 27 Jul 2015 10:32:06 +0200 [thread overview]
Message-ID: <20150727083202.GA3071@omega> (raw)
In-Reply-To: <CAPpUg6NmUmNFvWMpvOuuB1LanD5r5t1NyugMsFfz=sfYUUgyiA@mail.gmail.com>
Hi,
On Mon, Jul 27, 2015 at 10:03:27AM +0200, Baptiste Clenet wrote:
> Here is what Wireshark gives me when I ping my board A from another
> board B (same kind of board with same image flashed):
>
> No. Time Source Destination
> Protocol Length Info
> 8 37.192838000 ::6e47:e81e:40bf:d4f3 ff01::ff:3ec7:f187 IGMPv0
> 82 Unknown Type:0x00
>
> Frame 8: 82 bytes on wire (656 bits), 82 bytes captured (656 bits) on
> interface 0
> Interface id: 0
> Encapsulation type: Linux cooked-mode capture (25)
> Arrival Time: Jul 24, 2015 15:28:52.786786000 CEST
> [Time shift for this packet: 0.000000000 seconds]
> Epoch Time: 1437744532.786786000 seconds
> [Time delta from previous captured frame: 34.054126000 seconds]
> [Time delta from previous displayed frame: 34.054126000 seconds]
> [Time since reference or first frame: 37.192838000 seconds]
> Frame Number: 8
> Frame Length: 82 bytes (656 bits)
> Capture Length: 82 bytes (656 bits)
> [Frame is marked: False]
> [Frame is ignored: False]
> [Protocols in frame: sll:wpan:6lowpan:ipv6:igmp]
> [Number of per-protocol-data: 1]
> [IEEE 802.15.4 Low-Rate Wireless PAN, key 0]
> [Coloring Rule Name: Routing]
> [Coloring Rule String: hsrp || eigrp || ospf || bgp || cdp || vrrp
> || gvrp || igmp || ismp]
>
> Linux cooked capture
> Packet type: Unicast to another host (3)
> Link-layer address type: 805
> Link-layer address length: 0
> Protocol: IEEE 802.15.4 (0x00f6)
>
> IEEE 802.15.4 Data, Dst: Broadcast, Src: 6c:47:e81e:40:bfd4:f3
> Frame Control Field: Data (0xc841)
> Sequence Number: 80
> Destination PAN: 0xbeef
> Destination: 0xffff
> Extended Source: 6c:47:e81e:40:bfd4:f3 (6c:47:e8:1e:40:bf:d4:f3)
> FCS: 0xdff3 (Correct)
>
> 6LoWPAN
> IPHC Header
> 011. .... = Pattern: IP header compression (0x03)
> ...1 1... .... .... = Traffic class and flow label: Version,
> traffic class, and flow label compressed (0x0003)
> .... .0.. .... .... = Next header: Inline
> .... ..11 .... .... = Hop limit: 255 (0x0003)
> .... .... 1... .... = Context identifier extension: True
> .... .... .1.. .... = Source address compression: Stateful
> .... .... ..11 .... = Source address mode: Compressed (0x0003)
> //it is definitely 3
I would do now some "instrumentations of pr_debug/printk/whatever"
inside of [0]. Always look for the iphc0/iphc1 if you want you can also
send some patches for doing a better a debugging handling there. Then
use simple the already introduced pr_debug mechanism.
And I would look into both nodes, for the sending node add
instrumentations inside "lowpan_header_compress" for receiving node add
instrumentations inside "lowpan_header_decompress".
> .... .... .... 1... = Multicast address compression: True
> .... .... .... .0.. = Destination address compression: Stateless
> .... .... .... ..01 = Destination address mode: 48-bits inline (0x0001)
> 0011 .... = Source context identifier: 0x03
> .... 1010 = Destination context identifier: 0x0a
> [Destination context: fe80:: (fe80::)]
> Next header: IGMP (0x02)
> Source: ::6e47:e81e:40bf:d4f3 (::6e47:e81e:40bf:d4f3)
> Destination: ff01::ff:3ec7:f187 (ff01::ff:3ec7:f187)
>
> Internet Protocol Version 6, Src: ::6e47:e81e:40bf:d4f3
> (::6e47:e81e:40bf:d4f3), Dst: ff01::ff:3ec7:f187 (ff01::ff:3ec7:f187)
> 0110 .... = Version: 6
> .... 0000 0000 .... .... .... .... .... = Traffic class: 0x00000000
> .... .... .... 0000 0000 0000 0000 0000 = Flowlabel: 0x00000000
> Payload length: 39
> Next header: IGMP (2)
> Hop limit: 255
> Source: ::6e47:e81e:40bf:d4f3 (::6e47:e81e:40bf:d4f3)
> Destination: ff01::ff:3ec7:f187 (ff01::ff:3ec7:f187)
> [Source GeoIP: Unknown]
> [Destination GeoIP: Unknown]
>
> Internet Group Management Protocol
> [IGMP Version: 0]
> Type: Unknown (0x00)
> Reply Pending: 220
> Header checksum: 0xe700 [incorrect, should be 0x63eb]
> Identifier: 254
> Multicast Address: 128.0.0.0 (128.0.0.0)
> Access Key: 000000a8afac69e5
> Type: Unknown (0x00)
> Data
The complete IPv6 Header looks like garbage and does not look like some
ICMPv6 ping message.
- Alex
[0] http://lxr.free-electrons.com/source/net/6lowpan/iphc.c#L233
next prev parent reply other threads:[~2015-07-27 8:32 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-24 7:56 What is SAM value? "ieee802154 phy0 wpan0: SAM value 0x3 not supported" Baptiste Clenet
2015-07-24 8:31 ` Alexander Aring
2015-07-24 8:47 ` Baptiste Clenet
2015-07-24 9:02 ` Baptiste Clenet
2015-07-24 9:45 ` Baptiste Clenet
2015-07-24 9:53 ` Alexander Aring
2015-07-24 9:48 ` Alexander Aring
2015-07-24 9:56 ` Baptiste Clenet
2015-07-24 10:18 ` Alexander Aring
2015-07-24 12:03 ` Baptiste Clenet
2015-07-24 12:13 ` Alexander Aring
2015-07-24 12:53 ` Baptiste Clenet
2015-07-24 13:07 ` Alexander Aring
2015-07-24 14:45 ` Baptiste Clenet
2015-07-24 14:51 ` Stefan Schmidt
2015-07-24 15:14 ` Baptiste Clenet
2015-07-24 16:24 ` Stefan Schmidt
2015-07-26 21:03 ` Baptiste Clenet
2015-07-27 8:03 ` Baptiste Clenet
2015-07-27 8:06 ` Baptiste Clenet
2015-07-27 8:32 ` Alexander Aring [this message]
2015-07-27 8:58 ` Baptiste Clenet
2015-07-27 9:05 ` Baptiste Clenet
2015-07-27 9:30 ` Alexander Aring
2015-07-27 10:08 ` Baptiste Clenet
2015-07-27 10:21 ` Alexander Aring
2015-07-27 10:31 ` Baptiste Clenet
2015-07-27 10:38 ` Alexander Aring
2015-07-27 10:52 ` Baptiste Clenet
2015-07-27 11:30 ` Alexander Aring
2015-07-27 12:29 ` Baptiste Clenet
2015-07-27 12:42 ` Alexander Aring
2015-07-27 12:45 ` Baptiste Clenet
2015-07-27 15:13 ` Baptiste Clenet
2015-07-27 15:55 ` Baptiste Clenet
2015-07-27 16:35 ` Alexander Aring
2015-07-27 17:28 ` Alexander Aring
2015-07-27 17:43 ` Baptiste Clenet
2015-07-27 19:10 ` Alexander Aring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150727083202.GA3071@omega \
--to=alex.aring@gmail.com \
--cc=bapclenet@gmail.com \
--cc=linux-wpan@vger.kernel.org \
--cc=stefan@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox