Wireshark-commits: [Wireshark-commits] master d5f2db6: DISv7: parse PDU Status field

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Feb 2016 05:50:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5f2db6a7fa5ab85d6d4f9ca86e8c988063edd5a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d5f2db6 by alpartis (alpartis@xxxxxxxxxxxxxx):

    DISv7: parse PDU Status field
    
    Section 6.2.67 in IEEE 1278.1-2012 defines PDU Status bit field in
    the PDU Header.  The bit meaning varies with the PDU type.  This
    change provides full parsing and presentation for all fields and
    PDU types.
    
    Bug: 12043
    Change-Id: I8f4ef6606ff59a1ef0ed97630c4832b2b6a4dff7
    Reviewed-on: https://code.wireshark.org/review/14232
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5f5e9da   Use *, not *.*, as the wildcard pattern on UN*X.
    adds  d5f2db6   DISv7: parse PDU Status field


Summary of changes:
 epan/dissectors/packet-dis.c |  220 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 218 insertions(+), 2 deletions(-)