Wireshark-commits: [Wireshark-commits] master d13f1b0: Add support for PMT parsing of ATSC A/52 Aud
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d13f1b0d920c8e079cb7ded8d41e4a530275148d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d13f1b0 by Devin Heitmueller (dheitmueller@xxxxxxxxxxxxxx):
    Add support for PMT parsing of ATSC A/52 Audio stream type and AC-3 descriptor
    
    The ATSC A/52 specification introduces a new PMT stream type, as
    well as a new descriptor if the A/52 stream contains AC-3 audio.
    
    Add dissection for both.
    
    Change-Id: I859c76cc4fc6550c72711f00582e6bfa12607fa2
    Reviewed-on: https://code.wireshark.org/review/16679
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  e2b2d98   UFTP: Add dissector for Encrypted UDP based FTP with multicast
    adds  d13f1b0   Add support for PMT parsing of ATSC A/52 Audio stream type and AC-3 descriptor
Summary of changes:
 epan/dissectors/packet-mpeg-descriptor.c |  300 ++++++++++++++++++++++++++++++
 epan/dissectors/packet-mpeg-pmt.c        |    1 +
 2 files changed, 301 insertions(+)