Wireshark-commits: [Wireshark-commits] master d1ab159: Clarify IPHC dissection of IPv6 ECN and DSCP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jan 2016 05:30:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1ab1590cfb8f1652492684df97f6906903b8715
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1ab159 by Kevin Bracey (kevin.bracey@xxxxxxx):

    Clarify IPHC dissection of IPv6 ECN and DSCP
    
    6LoWPAN IPHC dissection displayed ECN and DSCP as if they were an
    IPv6-layout bitfield. Remove this extra abstraction layer, and output
    them more simply as individual bit items, with a generated field
    to indicate the IPv6 equivalent.
    
    Change-Id: Iff1473ce181fb40ae07a773689a5fee7bd9e98c7
    Reviewed-on: https://code.wireshark.org/review/13185
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b4a1985   [airpcap] Fix parsing of GTK
    adds  d1ab159   Clarify IPHC dissection of IPv6 ECN and DSCP


Summary of changes:
 epan/dissectors/packet-6lowpan.c |   61 +++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 27 deletions(-)