Wireshark-commits: [Wireshark-commits] master-2.2 2e8a1f7: Put the entire server response into the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jun 2018 22:09:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e8a1f790bc8e3c4dd1379d4edb668cb4afa73ac
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

2e8a1f7 by Guy Harris (guy@xxxxxxxxxxxx):

    Put the entire server response into the Info column as is.
    
    Don't assume that the 3-digit code we got was followed by a blank, and
    display the code followed by a blank followed by the parameters..
    Instead, just put the raw text of the entire line into the Info column.
    
    Bug: 14878
    Change-Id: I1e081366bf859723158a36f10e86614fe52f124d
    Reviewed-on: https://code.wireshark.org/review/28292
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 2d4b50fc3d0bbb8a87ac613e050d671d7c5fd80e)
    Reviewed-on: https://code.wireshark.org/review/28295
    

Actions performed:

    from  038cd22   HTTP2: prevent a segmentation fault if HTTP2 dissector was not called on first pass
    adds  2e8a1f7   Put the entire server response into the Info column as is.


Summary of changes:
 epan/dissectors/packet-smtp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)