Wireshark-bugs: [Wireshark-bugs] [Bug 5085] Update 6LoWPAN Header Compression to latest version,
Date: Tue, 10 Aug 2010 00:11:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5085

Colin O'Flynn <coflynn@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5012|review_for_checkin?         |
               Flag|                            |
   Attachment #5012|0                           |1
        is obsolete|                            |
   Attachment #5023|                            |review_for_checkin?
               Flag|                            |

--- Comment #2 from Colin O'Flynn <coflynn@xxxxxxxxx> 2010-08-10 00:11:44 PDT ---
Created an attachment (id=5023)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5023)
Patch against SVN for packet-6lowpan.c with 112-bit context example

Initial context was just 2002:db8::/64. For the 16-bit inline decoding to work
correctly it is better if the initial context is 2002:db8::ff:fe00:0/112, since
that only leaves 16 bits to be assigned by the inline bytes. Otherwise
in-lining 16 bytes is not totally obvious how to handle, as you need to expand
16 bytes to fill the 64 bytes the context does not fill.

This patch sets the default context to that value. Not technically a bug, but
would make users understand that they should set up the maximum context length
possible.

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