First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

what types of protocols can tcpreplay replay? [closed]

  • retag add tags

Hi all,

I'm curious if there's a list of supported protocols that can be replayed with TCPReplay. I've tried recording myself sending an email and replaying it with no luck. Would that mean SMTP protocols are unable to be replayed? Are their other protocols that cannot be replayed using that?

curiousWireSharker's avatar
1
curiousWireSharker
asked 2020-10-27 14:20:00 +0000
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "question is off-topic or not relevant" by grahamb 2020-10-27 14:36:25 +0000

Comments

Follow on to previous question

Chuckc's avatar Chuckc (2020-10-27 14:29:19 +0000) edit

Off topic for this site as tcpreplay is not part of the Wireshark project. The tcpreplay project site may have more info or offer support.

grahamb's avatar grahamb (2020-10-27 14:36:11 +0000) edit

Hi chuck actually this is a different question regarding what protocols are supported by tcpreplay.

curiousWireSharker's avatar curiousWireSharker (2020-10-27 14:37:25 +0000) edit
add a comment see more comments

1 Answer

0

First of all, tcpreplay is not part of Wireshark. For documentation see https://tcpreplay.appneta.com/

As you can read there tcpreplay simply puts the frames from a capture on the wire, regardless of what protocols these frames contain. So strictly speaking tcpreply does not support any protocol, only frames.

That is fine to test network equipment but not if you want a server the accept and respond to that traffic. Take a look at tcpliveplay for that.

SNMP is a simple text based protocol, It is a lot simpler to write you own program, in any language, than try using tcpliveplay.

André's avatar
176
André
answered 2020-10-27 14:57:32 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments