URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b22da8bc5ddc6813ff4ce968a032953aa62f1fe2
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b22da8b by Christophe GUERBER (christophe.guerber@xxxxxxxxx):
IMAP: Reassemble message elements and add request/response tracking
1. Reassemble TCP segment so that IMAP dissector is called on message elements.
Content of fetched messages are parsed by IMF dissector. Dissected fields
are available to "Export Objects" menu item.
2. Request/Response tracking with timestamp between request and response in response frame.
Bug: 15090
Change-Id: Icdbef8c237965d2a59aa7726c5e6a681602c71ce
Reviewed-on: https://code.wireshark.org/review/30876
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 2289cd4 packet-geonw.c: Add #include <stdlib.h> to fix Debug build on Windows
add b22da8b IMAP: Reassemble message elements and add request/response tracking
Summary of changes:
epan/dissectors/packet-imap.c | 530 ++++++++++++++++++++++++++++++++++--------
1 file changed, 428 insertions(+), 102 deletions(-)