This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Sending packets captured with Wireshark on Windows

0

I captured some packets from server(like: ip.addr == 111.11.11.111 && data), and want to send them again. How to do it? Googling didn't yield any easy way not involving some complex stuff resulting in a script being able to send only this specific request, without any flexibility.

I'am using only Windows 10 64Bit

asked 11 Jan '17, 14:22

cascraft's gravatar image

cascraft
6448
accept rate: 0%


One Answer:

1

Wireshark is not a packet generator, it captures and decodes packets. Look at other tools like Ostinato or scapy to replay captured packets or generate new packets.

answered 11 Jan '17, 14:24

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

thanks but that tools are crap. i get always error.

any good tools to sending captured packets?

(11 Jan '17, 15:28) cascraft
1
(11 Jan '17, 15:31) Jasper ♦♦