network programming - Send captured TCP packets through Wireshark as PDML to remote system -
i have 'sender.exe' , 'receiver.exe'. sender send images receiver. have captured packets sent sender receiver through wireshark , exported them pdml format.
now, have fuzz captured packets , send receiver system. first step, need know following: there way send packets captured in pdml format or xml format?
in order that, have 1) hope every single byte of packet represented field value=
, 2) write own code take value=
s of fields , put them binary packet (i.e., undo conversion of raw packet data pdml) , send packet.
there nothing in wireshark you.
Comments
Post a Comment