--- det_re <[EMAIL PROTECTED]> wrote: > has anyone seen or implemented packet generator > capable of reading tcpdump trace file and resend the > packets back into the wire through bpf in freebsd > box?
if you are talking about capturing packets by writing a program then you could use libpcap.a that provides an abstraction for the underlying bpf. man pcap would be a good help. sending custom packets can be done using raw sockets (SOCK_RAW). you can use IP_HDRINCL for including your custom ip header > > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"