Wireshark-commits: [Wireshark-commits] rev 45527: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 14 Oct 2012 02:33:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45527

User: guy
Date: 2012/10/13 07:33 PM

Log:
 *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/epan/dissectors/
  Changes    Path                Action
  +13 -15    packet-6lowpan.c    Modified