ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5363] Add latest 6lowpan-nd Support

Date: Tue, 14 Jun 2011 07:16:01 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363

--- Comment #1 from Colin O'Flynn <coflynn@xxxxxxxxx> 2011-06-14 07:15:59 PDT ---
Created an attachment (id=6496)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6496)
Example 6lowpan-nd capture

Attached example shows use of ND message types, including DAR and DAC. NOTE:
For this to work, you actually have to modify the packet-icmpv6.c slightly.

There is overlap between the suggested values for use in 6lowpan-nd, and what
values are available. You need to change the ND_OPT_ADDR_REGISTRATION and
ND_OPT_6LOWPAN_CONTEXT to take the conflicted values, like so:

#define ND_OPT_DNS_SEARCH_LIST          131
#define ND_OPT_PROXY_SIGNATURE          132
/* draft-6lowpan-nd types, pending IANA assignment */
#define ND_OPT_ADDR_REGISTRATION        31 /* Conflit with RFC6106.. */
#define ND_OPT_6LOWPAN_CONTEXT          32 /* Conflit with
draft-ietf-csi-proxy-send-05.txt.. */

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.