Change mac address on a wireshark packet

1

I have captured a sip packet using wireshark. I am trying to replay that packet on a different network. I need to change the source/destination ip as well as source/destination mac address in this packet. How can I do that ?

test

Posted 2013-06-12T02:13:49.337

Reputation: 31

Have you tried a hex editor yet? – Ignacio Vazquez-Abrams – 2013-06-12T02:20:48.590

Never mind. I used tcprewrite --enet-dmac= --enet-smac --infile= --outfile= to do what i need. – test – 2013-06-12T04:44:31.453

No answers