Francesco Fondelli wrote: > Attached is a patch to export packets data as "C Arrays". I often > have the need to [re]send data captured with wireshark using a > raw/pf_packet socket. Output format is one char[] per packet,
char, or unsigned char? The latter prevents the sign-extension that would occur on most platforms (probably all the platforms on which Wireshark is run). _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
