Wireshark-commits: [Wireshark-commits] master 55703ad: Fix decoding of T.30 over T.38.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 29 Jan 2017 01:45:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55703ad80dfed25db348796c7257827e0765779b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

55703ad by Guy Harris (guy@xxxxxxxxxxxx):

    Fix decoding of T.30 over T.38.
    
    In change 9bcac48403de9aff6435d0f48028ae1f72f64528, "t30.hdlc" was
    inadvertently changed to "t30.hdlc""rtp"; this meant that we didn't
    actually find the T.30 dissector, as we were looking for it under the
    name "t30.hdlcrtp".
    
    Change-Id: Ic1c1daf558926afdb43ac9220940f3ac0159d247
    Reviewed-on: https://code.wireshark.org/review/19835
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  39e30aa   Allow Decode As for T.38-over-TCP and T.38-over-UDP.
    adds  55703ad   Fix decoding of T.30 over T.38.


Summary of changes:
 epan/dissectors/asn1/t38/packet-t38-template.c |    2 +-
 epan/dissectors/packet-t38.c                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)