diff --git a/examples/avr-rss2/ipv6/dc-rpl-coap/coap-client.c b/examples/avr-rss2/ipv6/dc-rpl-coap/coap-client.c index 691b48e40..afd81cad4 100644 --- a/examples/avr-rss2/ipv6/dc-rpl-coap/coap-client.c +++ b/examples/avr-rss2/ipv6/dc-rpl-coap/coap-client.c @@ -176,13 +176,17 @@ set_global_address(void) uip_ds6_set_addr_iid(&ipaddr, &uip_lladdr); uip_ds6_addr_add(&ipaddr, 0, ADDR_AUTOCONF); -/* The choice of server address determines its 6LoPAN header compression. - * (Our address will be compressed Mode 3 since it is derived from our link-local address) +/* The choice of server address determines its 6LoWPAN header compression. + * (Our address will be compressed Mode 3 since it is derived from our + * link-local address) * Obviously the choice made here must also be selected in udp-server.c. * - * For correct Wireshark decoding using a sniffer, add the /64 prefix to the 6LowPAN protocol preferences, - * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and then overwrites it. - * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit compressed address of aaaa::1111:22ff:fe33:xxxx) + * For correct Wireshark decoding using a sniffer, add the /64 prefix to the + * 6LowPAN protocol preferences, + * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and + * then overwrites it. + * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit + * compressed address of aaaa::1111:22ff:fe33:xxxx) * * Note the IPCMV6 checksum verification depends on the correct uncompressed addresses. */ diff --git a/examples/avr-rss2/ipv6/dc-rpl-coap/coap-server.c b/examples/avr-rss2/ipv6/dc-rpl-coap/coap-server.c index 8e1ee552d..75ba90e71 100644 --- a/examples/avr-rss2/ipv6/dc-rpl-coap/coap-server.c +++ b/examples/avr-rss2/ipv6/dc-rpl-coap/coap-server.c @@ -220,13 +220,17 @@ PROCESS_THREAD(coap_server_process, ev, data) PRINTF("CoAP server started\n"); #if UIP_CONF_ROUTER -/* The choice of server address determines its 6LoPAN header compression. +/* The choice of server address determines its 6LoWPAN header compression. * Obviously the choice made here must also be selected in udp-client.c. * - * For correct Wireshark decoding using a sniffer, add the /64 prefix to the 6LowPAN protocol preferences, - * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and then overwrites it. - * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit compressed address of aaaa::1111:22ff:fe33:xxxx) - * Note Wireshark's IPCMV6 checksum verification depends on the correct uncompressed addresses. + * For correct Wireshark decoding using a sniffer, add the /64 prefix to the + * 6LowPAN protocol preferences, + * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and + * then overwrites it. + * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit + * compressed address of aaaa::1111:22ff:fe33:xxxx) + * Note Wireshark's IPCMV6 checksum verification depends on the correct + * uncompressed addresses. */ #if 0 diff --git a/examples/avr-rss2/ipv6/rpl-udp-report/report.c b/examples/avr-rss2/ipv6/rpl-udp-report/report.c index 7915dff2f..406c494ee 100644 --- a/examples/avr-rss2/ipv6/rpl-udp-report/report.c +++ b/examples/avr-rss2/ipv6/rpl-udp-report/report.c @@ -147,15 +147,19 @@ set_global_address(void) uip_ds6_set_addr_iid(&ipaddr, &uip_lladdr); uip_ds6_addr_add(&ipaddr, 0, ADDR_AUTOCONF); -/* The choice of server address determines its 6LoPAN header compression. +/* The choice of server address determines its 6LoWPAN header compression. * (Our address will be compressed Mode 3 since it is derived from our link-local address) * Obviously the choice made here must also be selected in udp-server.c. * - * For correct Wireshark decoding using a sniffer, add the /64 prefix to the 6LowPAN protocol preferences, - * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and then overwrites it. - * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit compressed address of aaaa::1111:22ff:fe33:xxxx) + * For correct Wireshark decoding using a sniffer, add the /64 prefix to the + * 6LowPAN protocol preferences, + * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and + * then overwrites it. + * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit + * compressed address of aaaa::1111:22ff:fe33:xxxx) * - * Note the IPCMV6 checksum verification depends on the correct uncompressed addresses. + * Note the IPCMV6 checksum verification depends on the correct uncompressed + * addresses. */ #if 0 diff --git a/examples/avr-rss2/ipv6/rpl-udp-report/sink.c b/examples/avr-rss2/ipv6/rpl-udp-report/sink.c index cb8421943..babc14703 100644 --- a/examples/avr-rss2/ipv6/rpl-udp-report/sink.c +++ b/examples/avr-rss2/ipv6/rpl-udp-report/sink.c @@ -117,13 +117,17 @@ PROCESS_THREAD(udp_server_process, ev, data) #if UIP_CONF_ROUTER -/* The choice of server address determines its 6LoPAN header compression. +/* The choice of server address determines its 6LoWPAN header compression. * Obviously the choice made here must also be selected in udp-client.c. * - * For correct Wireshark decoding using a sniffer, add the /64 prefix to the 6LowPAN protocol preferences, - * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and then overwrites it. - * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit compressed address of aaaa::1111:22ff:fe33:xxxx) - * Note Wireshark's IPCMV6 checksum verification depends on the correct uncompressed addresses. + * For correct Wireshark decoding using a sniffer, add the /64 prefix to the + * 6LowPAN protocol preferences, + * e.g. set Context 0 to aaaa::. At present Wireshark copies Context/128 and + * then overwrites it. + * (Setting Context 0 to aaaa::1111:2222:3333:4444 will report a 16 bit + * compressed address of aaaa::1111:22ff:fe33:xxxx) + * Note Wireshark's IPCMV6 checksum verification depends on the correct + * uncompressed addresses. */ #if 0 diff --git a/examples/ipv6/rpl-udp/udp-client.c b/examples/ipv6/rpl-udp/udp-client.c index e5339fc3d..01f6d5c62 100644 --- a/examples/ipv6/rpl-udp/udp-client.c +++ b/examples/ipv6/rpl-udp/udp-client.c @@ -144,15 +144,20 @@ set_global_address(void) uip_ds6_set_addr_iid(&ipaddr, &uip_lladdr); uip_ds6_addr_add(&ipaddr, 0, ADDR_AUTOCONF); -/* The choice of server address determines its 6LoPAN header compression. - * (Our address will be compressed Mode 3 since it is derived from our link-local address) +/* The choice of server address determines its 6LoWPAN header compression. + * (Our address will be compressed Mode 3 since it is derived from our + * link-local address) * Obviously the choice made here must also be selected in udp-server.c. * - * For correct Wireshark decoding using a sniffer, add the /64 prefix to the 6LowPAN protocol preferences, - * e.g. set Context 0 to fd00::. At present Wireshark copies Context/128 and then overwrites it. - * (Setting Context 0 to fd00::1111:2222:3333:4444 will report a 16 bit compressed address of fd00::1111:22ff:fe33:xxxx) + * For correct Wireshark decoding using a sniffer, add the /64 prefix to the + * 6LowPAN protocol preferences, + * e.g. set Context 0 to fd00::. At present Wireshark copies Context/128 and + * then overwrites it. + * (Setting Context 0 to fd00::1111:2222:3333:4444 will report a 16 bit + * compressed address of fd00::1111:22ff:fe33:xxxx) * - * Note the IPCMV6 checksum verification depends on the correct uncompressed addresses. + * Note the IPCMV6 checksum verification depends on the correct uncompressed + * addresses. */ #if 0 diff --git a/examples/ipv6/rpl-udp/udp-server.c b/examples/ipv6/rpl-udp/udp-server.c index ce87d3b8f..56c5072ec 100644 --- a/examples/ipv6/rpl-udp/udp-server.c +++ b/examples/ipv6/rpl-udp/udp-server.c @@ -111,13 +111,17 @@ PROCESS_THREAD(udp_server_process, ev, data) NBR_TABLE_CONF_MAX_NEIGHBORS, UIP_CONF_MAX_ROUTES); #if UIP_CONF_ROUTER -/* The choice of server address determines its 6LoPAN header compression. +/* The choice of server address determines its 6LoWPAN header compression. * Obviously the choice made here must also be selected in udp-client.c. * - * For correct Wireshark decoding using a sniffer, add the /64 prefix to the 6LowPAN protocol preferences, - * e.g. set Context 0 to fd00::. At present Wireshark copies Context/128 and then overwrites it. - * (Setting Context 0 to fd00::1111:2222:3333:4444 will report a 16 bit compressed address of fd00::1111:22ff:fe33:xxxx) - * Note Wireshark's IPCMV6 checksum verification depends on the correct uncompressed addresses. + * For correct Wireshark decoding using a sniffer, add the /64 prefix to the + * 6LowPAN protocol preferences, + * e.g. set Context 0 to fd00::. At present Wireshark copies Context/128 and + * then overwrites it. + * (Setting Context 0 to fd00::1111:2222:3333:4444 will report a 16 bit + * compressed address of fd00::1111:22ff:fe33:xxxx) + * Note Wireshark's IPCMV6 checksum verification depends on the correct + * uncompressed addresses. */ #if 0