aboutsummaryrefslogtreecommitdiff
path: root/pcap-snoop.c
AgeCommit message (Expand)Author
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-10-03No need to generate version.c or pcap_version.h.Guy Harris
2017-09-06Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-05-16Allow a platform to add information to the version string.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-06-30pcap_create_interface() needs the interface name on Linux.Guy Harris
2016-06-30Don't have pcap_create_common() set opt.device.Guy Harris
2016-06-29Rename opt.source to opt.device.Guy Harris
2016-06-28Let the platform decide how to check capturable interfaces.Guy Harris
2016-06-26Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-08-09Make the buffer member of a pcap_t a void *.Guy Harris
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2012-06-11Have non-interface modules take responsibility for identifying their devices.Guy Harris
2009-09-21If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris
2008-12-02From Albert Chin: fix a cut-and-pasteo.guy
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy
2008-04-07For Linux non-mmapped captures, Linux bluetooth captures, and Irixguy
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy
2004-10-19Add a "pcap_close_common()" routine which can be used as the closeguy
2004-04-07From Brian Ginsbach:guy
2004-03-23Add support for sending packets; includes contributions from Markguy
2004-03-21Fix cut-and-pasteos; thanks to Darren Reed for finding them.guy
2003-12-18For devices that we have some reason to believe are real live Ethernetguy
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy
2003-11-20Add "getnonblock" and "setnonblock" operations, and set the functionguy
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy
2003-11-12From Brian Ginsbach <ginsbach@cray.com>:guy
2003-11-04Add a "pcap_breakloop()" API to break out of the loop inguy
2003-07-25Add a "read" function pointer to the pcap_t structure, which handlesguy
2003-07-25Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy
2003-07-25Add a "setfilter" function pointer to the pcap_t structure, whichguy
2003-07-25Add a "stats" function pointer to the pcap_t structure, which handlesguy
2003-07-25Add a "close" function pointer to the pcap_t structure, which handlesguy
2002-12-22From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy
2002-12-19NetBSD support for multiple data link types on an interface, from Davidguy
2002-07-30It appears that SIOCGIFMTU returns the MTU in the sense of "maximumguy
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy
2002-03-08Handle 64-bit mode in IRIX, where "snoop_timestamp" in a "structguy
2002-03-07Add support for gigabit Ethernet interfaces on SGI machines, from Davidguy
2001-12-10Put more information into the comments for "pcap_stats()".guy
2001-07-29Add comments to "pcap_stats()" indicating what the counters mean on theguy
2001-06-05Support for capturing on encrypted CIPE tunnels in IRIX, from Franzguy
2000-10-28When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy