Wireshark-commits: [Wireshark-commits] master a53ec79: SMTP: Consider bytes seen as "data" until a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 01 Sep 2019 09:04:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a53ec79ebc1beb75caeb1b231a6ebd021a26c2f9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a53ec79 by Michael Mann (mmann78@xxxxxxxxxxxx):

    SMTP: Consider bytes seen as "data" until a command is seen
    
    Create a state for the start of an SMTP conversation.  If bytes seen don't match
    a command and conversation is still in the "start" state, treat bytes as message data,
    not a command.
    
    Bug: 16026
    Change-Id: I229b316a77819b07bf8cf93bed72570a947c6cf3
    Reviewed-on: https://code.wireshark.org/review/34412
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a94a860   net_dm: Add dissector for drop monitor netlink packets
     add  a53ec79   SMTP: Consider bytes seen as "data" until a command is seen


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