Ask Your Question
0

How do I filter out all other traffic which are not relevant during telneting process?

asked 2017-11-30 09:46:54 +0000

Roobiks gravatar image

Via cmd on Windows 10 I successfully sent some emails via telnet. I'd like to see the SMTP protocol and all other corresponding protocols in wireshark, the input and output traffic of telnet. Other traffic I would like to filter out.

Kind regards, Roobiks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-30 10:32:16 +0000

grahamb gravatar image

The fact that you used a telnet client to send and receive SMTP messages is irrelevant. To see only the SMTP traffic simply filter on the server port used, probably 25, e.g.

  • Capture - port 25
  • Display - tcp.port == 25
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2017-11-30 09:46:54 +0000

Seen: 336 times

Last updated: Oct 27 '20