Wireshark-commits: [Wireshark-commits] master ae130f1: 802.1ah: call subdissectors even when we hav
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Oct 2015 00:30:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae130f114cd61443c8c93e1c9280e027726a0235
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ae130f1 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    802.1ah: call subdissectors even when we have no tree.
    
    Otherwise none of the subdissectors are called on the first pass which means
    none of their analysis (which is generally done on the first pass) is going to
    work.
    
    Bug: 11629
    Change-Id: I6fe8d0692e5cf6f5b5fa099d31a91d01cc5c7c68
    Reviewed-on: https://code.wireshark.org/review/11226
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  8e8db9b   Qt: Explicitly set the byte view painter font.
    adds  ae130f1   802.1ah: call subdissectors even when we have no tree.


Summary of changes:
 epan/dissectors/packet-ieee8021ah.c |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)