Subject: Re: misc/34653 (outdated man page of libpcap)
To: None <misc-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <elad@netbsd.org>
List: netbsd-bugs
Date: 10/07/2006 22:47:50
Synopsis: outdated man page of libpcap
State-Changed-From-To: open->closed
State-Changed-By: elad@netbsd.org
State-Changed-When: Sat, 07 Oct 2006 22:47:46 +0000
State-Changed-Why:
phyre:elad {48} man pcap | col -b | egrep 'pcap_send|pcap_inject|pcap_setdirection'
int pcap_setdirection(pcap_t *p, pcap_direction_t d)
int pcap_inject(pcap_t *p, const void *buf, size_t size)
int pcap_sendpacket(pcap_t *p, const u_char *buf, int size)
pcap_inject() sends a raw packet through the network interface; buf
packet supplied to pcap_inject(), as the source link-layer address, if
pcap_sendpacket() is like pcap_inject(), but it returns 0 on success
and -1 on failure. (pcap_inject() comes from OpenBSD; pcap_send-
pcap_setdirection() is used to specify a direction that packets will be
phyre:elad {49}