Wireshark-commits: [Wireshark-commits] master-2.0 02775bb: 802.1ah: call subdissectors even when we
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02775bb6c336f4064d848e9070ff7b4dfef7249d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
02775bb 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>
(cherry picked from commit ae130f114cd61443c8c93e1c9280e027726a0235)
Reviewed-on: https://code.wireshark.org/review/11234
Actions performed:
from 292c955 Qt: Explicitly set the byte view painter font.
adds 02775bb 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(-)