aboutsummaryrefslogtreecommitdiff
path: root/pcap-linux.c
AgeCommit message (Expand)Author
2018-04-30Loopback devices aren't wireless and aren't connected/disconnected.Guy Harris
2018-04-30find_or_add_if() needs to be passed get_if_flags() as well.Guy Harris
2018-04-30Don't do anything with pathstr if we don't need it.Guy Harris
2018-04-30Pass the "get additional flags" function to the findalldevs helpers.Guy Harris
2018-04-29Fix build errors.Guy Harris
2018-04-29Fix build problems.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-04-06Clean up the VLAN information handling.Guy Harris
2018-04-04Fix a set of trivial unused warningsJoerg Mayer
2018-01-20Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris
2017-11-15Fix a half-converted error message formatting call.Guy Harris
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-24Merge pull request #595 from buytenh/pcap_protocolGuy Harris
2017-08-21Consistently use handle as the pointer to the pcap_t.Guy Harris
2017-08-21Add pcap_set_protocol() to allow specifying a specific capture protocol.Lennert Buytenhek
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-07-06Add link-layer header type for Linux vsock.Gerard Garcia
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-05-16Shorten the version string and give only the best TPACKET version.Guy Harris
2017-05-16Allow a platform to add information to the version string.Guy Harris
2017-05-11bound snaplen for linux tpacket_v2 to ~64kPaolo Abeni
2017-04-10Fix length of DLT_ list.Guy Harris
2017-02-25Support setting non-blocking mode before activating.Guy Harris
2017-01-20Properly handle interface flags for Linux interfaces in add_linux_if().Guy Harris
2017-01-18Pass IFF_ flags to add_addr_to_iflist().Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2017-01-17Merge pull request #429 from msekletar/bpf-userland-cookedGuy Harris
2017-01-10Round the buffer size up to a multiple of the frame size.Guy Harris
2017-01-10Work around a typo in many Linux kernel versions.Guy Harris
2017-01-10Ignore ENOENT in reset_kernel_filter().Guy Harris
2016-12-17Clean up findalldevs code.Guy Harris
2016-10-02Check for the "break the loop" condition in the inner loop for TPACKET_V3.Guy Harris
2016-10-02Fix handling of packet count in the TPACKET_V3 inner loop.Guy Harris
2016-09-19Filter out duplicate looped back CAN frames.Guy Harris
2016-08-25On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.Guy Harris
2016-08-18Have separate DLTs for big-endian and host-endian SocketCAN headers.Guy Harris
2016-07-25Squelch still more signed vs. unsigned warnings.Guy Harris
2016-07-25Squelch more signed vs. unsigned comparison warnings.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-27Clean up handling of pcap_create(<nonexistent device>).Guy Harris
2016-06-26Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris
2016-05-13Clean up hardware time stamp support.Guy Harris
2016-02-22Clean up pcap_do_addexit() and calls to it.Guy Harris
2016-01-25Split out the UN*X flags to pcap flags mapping.Guy Harris
2015-12-24Clean up indentation.Guy Harris