Wireshark-commits: [Wireshark-commits] master 4d17b27: telnet: full START_TLS support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Dec 2015 05:47:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d17b275e79f5e2c483560f84701147d61c2e3ff
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4d17b27 by Peter Wu (peter@xxxxxxxxxxxxx):

    telnet: full START_TLS support
    
    Assumes that the source and destination ports are different (or else
    some packets may be wrongly dissected as TLS instead of telnet). SSL
    does something similar.
    
    Bug: 11874
    Change-Id: Ibf6d3ce2950cb5745c33716db21005cd28bf603b
    Reviewed-on: https://code.wireshark.org/review/12652
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e3dd3f9   Qt: fix memleaks related to interface dialog
    adds  4d17b27   telnet: full START_TLS support


Summary of changes:
 epan/dissectors/packet-telnet.c |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)