summaryrefslogtreecommitdiff
path: root/pcap-int.h
Commit message (Expand)AuthorAgeFilesLines
* Updates from Jesper Peterson.guy2003-07-251-1/+2
* Add a "read" function pointer to the pcap_t structure, which handlesguy2003-07-251-2/+2
* Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy2003-07-251-1/+2
* Add a "setfilter" function pointer to the pcap_t structure, whichguy2003-07-251-1/+2
* Add a "stats" function pointer to the pcap_t structure, which handlesguy2003-07-251-1/+2
* Add a "close" function pointer to the pcap_t structure, which handlesguy2003-07-251-5/+5
* From Jesper Peterson <jesper@endace.com>: support for capturing fromguy2003-07-231-1/+8
* Add a prototype for "pcap_strcasecmp()", to squelch compiler complaints.guy2003-04-101-1/+3
* Added a pcap_pkthdr field to the pcap structure. It is needed by pcap_next_e...risso2003-04-091-7/+3
* Add support for OpenBSD DLT_PFLOG.guy2003-03-111-1/+3
* "device" in the "pcap_md" structure is a copy of a string, and needn'tguy2002-12-281-2/+2
* From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy2002-12-221-3/+3
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-1/+12
* Since the maximum error message size of libpcap is PCAP_ERRBUF_SIZE, this pre...risso2002-08-201-2/+2
* Add prototypes for routines now exported to other parts of libpcap fromguy2002-08-021-2/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-1/+21
* Leave it up to the platform-dependent "get interface list" code toguy2002-07-301-2/+3
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-1/+3
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-1/+14
* whitespace cleanupitojun2002-06-111-2/+2
* Define MSG_TRUNC as 0x20 if it's not defined, so that if this isguy2001-08-241-2/+1
* Add support for a new link layer type DLT_LINUX_SLL, for use when doingguy2000-12-211-1/+2
* Clean up promiscuous mode, when using SOCK_PACKET, as best we can;guy2000-12-161-2/+8
* Declare "install_bpf_program()" in "pcap-int.h", not "gencode.h"; it hasguy2000-11-041-1/+3
* If we're receiving packets from a PF_PACKET socket, check whether theguy2000-10-251-1/+2
* Not all systems running on Alpha processors add 3 bytes of padding toguy2000-09-191-3/+6
* Add comments telling people not to gratuitously change the capture fileguy2000-09-141-1/+27
* Pick up, from the FreeBSD libpcap, changes to surround all declarations withguy2000-07-291-1/+10
* Add support for reading capture files from programs using Alexeyguy2000-07-181-1/+17
* re-correct fallback strlcpy(). do not choke on z == 0.itojun2000-07-041-2/+4
* correct fallback strlcpy() macro.itojun2000-07-041-2/+2
* Merged the Linux v2.2 packet support into the main trunk (fromtorsten2000-06-081-5/+6
* do not use strlcpy() if the platform does not supply one.itojun2000-05-041-1/+6
* (pcap_tinmeval): a new struct with the timeval as it's stored on diskassar1999-11-211-1/+22
* IPv6 packet filtering code.itojun1999-10-191-2/+2
* Initial revisionmcr1999-10-071-0/+117