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(-)