Wireshark-commits: [Wireshark-commits] master 0eeeab7: H225, H245 over IPv6

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 Oct 2015 15:03:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0eeeab7c5ed269be238d9faebfba85c0c84b1f4b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0eeeab7 by Michal Pazdera (michal.pazdera@xxxxxxxxx):

    H225, H245 over IPv6
    
    This commit extends h225 and h245 dissectors to support dissection
    of ipv6 packets.
    
    Change-Id: Id8c045344711a96f15d619ddd72065aa3712c429
    Reviewed-on: https://code.wireshark.org/review/10799
    Reviewed-by: Tomáš Kukosa <tomas.kukosa@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c00420e   Move utf8_entities.h to wsutil
    adds  0eeeab7   H225, H245 over IPv6


Summary of changes:
 asn1/h225/h225.cnf               |   33 +++++--
 asn1/h225/packet-h225-template.c |    8 +-
 asn1/h245/h245.cnf               |   21 +++++
 epan/dissectors/packet-h225.c    |  183 +++++++++++++++++++++++---------------
 epan/dissectors/packet-h245.c    |   85 +++++++++++++-----
 5 files changed, 223 insertions(+), 107 deletions(-)