Wireshark-commits: [Wireshark-commits] master 4e9802e: H264: Add support of packetization modes, SV
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(-)