First time here? Check out the FAQ!

Ask Your Question
0

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

asked Nov 30 '17

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered Nov 30 '17

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
Preview: (hide)
link

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: Nov 30 '17

Seen: 388 times

Last updated: Oct 27 '20