URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=67ee4a906709a0f37adc24a347b871617edcc810
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
67ee4a9 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: Ic36d926d97de23a1536cf47f324affa6da7b970c
Reviewed-on: https://code.wireshark.org/review/19836
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from f135124 Allow Decode As for T.38-over-TCP and T.38-over-UDP.
adds 67ee4a9 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(-)