March 2018
Intermediate to advanced
626 pages
17h 32m
English
The SMTP status codes from the server log or from the Wireshark capture are very useful when troubleshooting or analyzing email-related issues. Different status codes are exchanged between server and client to signal a working or failing condition. While there are different ways of filtering, we will see the common and useful filtering options:

The use of smtp.response will filter all the SMTP messages with a response status code. If we know the status code, the filter can further be granulized using smtp.response.code==<code>.
Since the SMTP response status codes are defined in numeric values, Wireshark allows us to filter the status ...
Read now
Unlock full access