Wireshark-commits: [Wireshark-commits] master aeeb2a9: Call the dissectors for types in TZSP packet
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Jan 2016 04:58:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aeeb2a99420f90121ffccaab817a51096e078c70
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aeeb2a9 by Guy Harris (guy@xxxxxxxxxxxx):

    Call the dissectors for types in TZSP packets individually.
    
    That way, we know we're passing them the dissector data they expect.
    
    Change-Id: I43aa1b751705eae77e082c537e8ffd6a4edc1a5f
    Reviewed-on: https://code.wireshark.org/review/13430
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f55bb2e   Note that using file_gets() for UCS-2 files is a bit of a hack.
    adds  aeeb2a9   Call the dissectors for types in TZSP packets individually.


Summary of changes:
 epan/dissectors/packet-ieee80211-prism.c |    7 +-
 epan/dissectors/packet-tzsp.c            |  171 +++++++++++++++++-------------
 2 files changed, 99 insertions(+), 79 deletions(-)