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

How to send raw packet file over an ethernet interface , Specific tools if available kindly advise?

I have a raw file which if I try to send over tcpreplay fails since tcpreplay expects pcap format, Is there any other wireshark specific tools which can handle this. I need to send it over a specific ethernet interface so how to do so.

psanthosh5's avatar
1
psanthosh5
asked 2019-11-01 10:14:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There is a nice list on the tools page for doing packet injection/generation:

https://wiki.wireshark.org/Tools#Traffic_generators

Mikrotik routers/switches include this functionality as well.

I don't know what the file you have is, but I would bet with one of these tools and possibly some file manipulation, you will find something that works.

Bob Jones's avatar
1.5k
Bob Jones
answered 2019-11-01 12:03:59 +0000, updated 2019-11-01 12:05:21 +0000
edit flag offensive 0 remove flag delete link

Comments

e.g, write out the file as a hex dump, feed that to text2pcap, use the pcap file with tcpreplay.

Jaap's avatar Jaap (2019-11-02 08:58:45 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer