Wireshark-commits: [Wireshark-commits] [wireshark] branch master updated (3ea0cd7 -> 0651012)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Feb 2014 17:41:35 +0000 (UTC)
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06510129bb697a586334996215a4be63aef137c4

Changed: branch: master
Repository: wireshark

      from  3ea0cd7   [Automatic manuf, services and enterprise-numbers update for 2014-02-02]
      adds  0651012   dissector for HDMI (High-Definition Multimedia Interface) messages on the Data Display Channel (DDC)

No new revisions were added by this update.

Summary of changes:
 docbook/release-notes.asciidoc                   |    1 +
 epan/CMakeLists.txt                              |    1 +
 epan/dissectors/Makefile.common                  |    3 +-
 epan/dissectors/packet-hdcp.c                    |   52 +---
 epan/dissectors/packet-hdmi.c                    |  303 ++++++++++++++++++++++
 epan/dissectors/{packet-hdcp.h => packet-hdmi.h} |   12 +-
 epan/dissectors/packet-i2c.c                     |   10 +-
 7 files changed, 326 insertions(+), 56 deletions(-)
 create mode 100644 epan/dissectors/packet-hdmi.c
 rename epan/dissectors/{packet-hdcp.h => packet-hdmi.h} (84%)