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.