Wireshark-commits: [Wireshark-commits] master 0eb4dfe: Add proper "Decode As" mechanism for AAL2 in
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Apr 2015 01:27:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0eb4dfe23c22ca9a6897589452b003757fbc213f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0eb4dfe by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add proper "Decode As" mechanism for AAL2 instead of preference.
    
    Also create dissector table for AAL5 subdissectors.  This isn't identified as a "Decode As" need, but now the conversion should be easier if that becomes needed.
    
    Change-Id: Ie70318991874de9ef8d95a2853dfceb3c0b94a00
    Reviewed-on: https://code.wireshark.org/review/7894
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a11f7a7   Don't rescan packets when a display filter is added if we are capturing without "Updating list of packets in real time".  There are no displayed packets to filter!
    adds  0eb4dfe   Add proper "Decode As" mechanism for AAL2 instead of preference.


Summary of changes:
 epan/dissectors/packet-atm.c     |  111 ++++++++++++++------------------------
 epan/dissectors/packet-fr.c      |    1 +
 epan/dissectors/packet-llc.c     |    2 +
 epan/dissectors/packet-nsip.c    |    2 +
 epan/dissectors/packet-sscop.c   |    3 ++
 epan/dissectors/packet-umts_fp.c |    1 +
 6 files changed, 48 insertions(+), 72 deletions(-)