Wireshark-commits: [Wireshark-commits] master c92cc9c: ZigBee ZDO dissector: fix for r21 in column

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Oct 2016 17:21:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c92cc9c95a8bc45c932bb37775627657994e906d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c92cc9c by dsrsupport (eugene.exarevsky@xxxxxxxxxxxxxxx):

    ZigBee ZDO dissector: fix for r21 in column description in ZDO Node Desc Resp.
    
    Fixed display for Server flags:
    a) introduce a flag 'show_ver_flags' to display stack revision only for ZDO Node Desc Resp;
    b) fix crash in zdp_parse_node_desc when passed NULL as pinfo. Now never pass NULL there.
    
    Change-Id: Ibdb7fe2da54a902b39e20e07aa2aa5c9c23beeee
    Reviewed-on: https://code.wireshark.org/review/18313
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  11e8bac   Qt: add include to fix compilation without pcap.
    adds  c92cc9c   ZigBee ZDO dissector: fix for r21 in column description in ZDO Node Desc Resp.


Summary of changes:
 epan/dissectors/packet-zbee-zdp-discovery.c |    4 ++--
 epan/dissectors/packet-zbee-zdp.c           |    4 ++--
 epan/dissectors/packet-zbee-zdp.h           |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)