http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45528
User: guy
Date: 2012/10/13 07:36 PM
Log:
Copy over r45527 from trunk:
------------------------------------------------------------------------
r45527 | guy | 2012-10-13 19:33:26 -0700 (Sat, 13 Oct 2012) | 12 lines
*Always* create a new data source when we decompress an IPv6 header.
Label the data sources for them as "6LoWPAN xxx", where "xxx" is the
type of compression, and label the data sources for reassembled
fragments as "Reassembled 6LoWPAN".
Fix the capitalization of "6LoWPAN".
Note that if reassembly fails, continuing dissection is not the right
thing to do, at least not if it failed because we don't *yet* have all
the fragments.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+13 -15 packet-6lowpan.c Modified