Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4e9802e: H264: Add support of packetization modes, SV

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Jul 2014 19:11:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e9802e67957f96be95f6743ba2338f19ed60d39
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e9802e by Britt McKinley (bmckinley@xxxxxxxxxxxx):

    H264: Add support of packetization modes, SVC, MS-H264
    
    Add support for Prefix, STAP, MTAP, NI-MTAP, and PACSI packet types.
    Add support for Microsoft SEI messages [MS-H264PF]
    Add support for dissecting scalable profiles
    SDP: Add profile-level-id decode for payload type H264-SVC
    MS-H264PF: http://msdn.microsoft.com/en-us/library/hh659565.aspx
    Update #1 - Fix Tabs -> Spaces, Reinsert accidentally removed entry 19
    from h264_type_values
    Update #2 - Changed to using expert info for exceptions and Microsoft
    errata.
    Update #3:
      - Correct handling of truncated packets
      - Use guid functions and compare techniques
      - Correct ranges for expert info messages
      - Change to using reported_length from captured_length
    
    Change-Id: I520a3c9a6d85c78a976b520cf5a6a405064a48f1
    Reviewed-on: https://code.wireshark.org/review/2580
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  c35b82c   RTCP: Make checkhf happy
    adds  4e9802e   H264: Add support of packetization modes, SVC, MS-H264


Summary of changes:
 epan/dissectors/packet-h264.c |  989 +++++++++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-sdp.c  |    2 +-
 2 files changed, 956 insertions(+), 35 deletions(-)