]> The Tcpdump Group git mirrors - libpcap/history - pcap-linux.c
Clean up the ether_hostton() stuff.
[libpcap] / pcap-linux.c
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-21  Guy HarrisConsistently use handle as the pointer to the pcap_t.
2017-08-21  Lennert BuytenhekAdd pcap_set_protocol() to allow specifying a specific... 595/head
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-07-22  Guy HarrisMerge pull request #594 from stefanha/vsock
2017-07-06  Gerard GarciaAdd link-layer header type for Linux vsock. 594/head
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-05-16  Guy HarrisShorten the version string and give only the best TPACK...
2017-05-16  Guy HarrisAllow a platform to add information to the version...
2017-05-15  Guy HarrisMerge pull request #580 from jromanr/master
2017-05-15  Guy HarrisMerge pull request #576 from altoor/tpacket_v2_snaplen
2017-05-11  Paolo Abenibound snaplen for linux tpacket_v2 to ~64k 576/head
2017-04-10  Guy HarrisFix length of DLT_ list.
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-01-21  Guy HarrisProperly handle interface flags for Linux interfaces...
2017-01-19  Guy HarrisPass IFF_ flags to add_addr_to_iflist().
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2017-01-11  Guy HarrisRound the buffer size up to a multiple of the frame...
2017-01-10  Guy HarrisWork around a typo in many Linux kernel versions.
2017-01-10  Guy HarrisIgnore ENOENT in reset_kernel_filter().
2016-12-18  Guy HarrisClean up findalldevs code.
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-10-03  Guy HarrisCheck for the "break the loop" condition in the inner...
2016-10-03  Guy HarrisFix handling of packet count in the TPACKET_V3 inner...
2016-09-19  Guy HarrisFilter out duplicate looped back CAN frames.
2016-08-25  Guy HarrisOn Linux, handle all CAN captures with pcap-linux.c...
2016-08-18  Guy HarrisHave separate DLTs for big-endian and host-endian Socke...
2016-07-25  Guy HarrisSquelch still more signed vs. unsigned warnings.
2016-07-25  Guy HarrisSquelch more signed vs. unsigned comparison warnings.
2016-06-30  Guy Harrispcap_create_interface() needs the interface name on...
2016-06-30  Guy HarrisDon't have pcap_create_common() set opt.device.
2016-06-30  Guy HarrisRename opt.source to opt.device.
2016-06-28  Guy HarrisLet the platform decide how to check capturable interfaces.
2016-06-27  Guy HarrisMerge pull request #503 from hsluoyz/master
2016-06-27  Guy HarrisMerge pull request #502 from hsluoyz/master
2016-06-27  Guy HarrisClean up handling of pcap_create(<nonexistent device>).
2016-06-26  Guy HarrisHave pcap_platform_finddevs() do all the "find local...
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-05-13  Guy HarrisClean up hardware time stamp support.
2016-02-22  Guy HarrisClean up pcap_do_addexit() and calls to it.
2016-01-25  Guy HarrisSplit out the UN*X flags to pcap flags mapping.
2015-12-27  Guy HarrisMerge pull request #471 from blazeable/module-def
2015-12-24  Guy HarrisClean up indentation.
2015-12-24  Guy HarrisOK, fine, PF_UNIX/SOCK_RAW.
2015-12-24  Guy HarrisUse PF_PACKET/SOCK_RAW sockets as "generic" sockets.
2015-12-22  Guy HarrisMore cleanups of the "is this a bonding device?" check.
2015-12-22  Guy HarrisClean up the "is this a bond device" check.
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-08  Guy HarrisAdd some comments to better explain the VLAN tag insertion.
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-05  Francois-Xavier... Fix warnings as "C++ style comments are not allowed...
2015-09-03  Guy HarrisDon't dereference a known-to-be-null pointer.
2015-09-02  Guy HarrisFix some compile errors.
2015-09-02  Francois-Xavier... Fix warning as "ISO C90 forbids mixed declarations...
2015-08-09  Guy HarrisMake the buffer member of a pcap_t a void *.
2015-07-13  Guy HarrisSet handlep->mondevice in add_mon_if(), and fail if...
2015-06-17  Guy HarrisCheck for both SO_BPF_EXTENSIONS and SKF_AD_VLAN_TAG_PR...
2015-06-08  Guy HarrisAdd another necessary "#ifdef HAVE_TPACKET3" check.
2015-06-05  Guy HarrisAnother comment to note why we poll with a timeout...
2015-06-05  Guy HarrisNote why we use poll() even in non-blocking mode.
2015-06-04  Guy HarrisDon't timeout poll() with TPACKET_V3 in 3.19 and later.
2015-06-04  Guy HarrisClean up the frame processing in memory-mapped captures.
2015-06-03  Guy HarrisDon't calculate the poll timeout on every poll call().
2015-06-02  Guy HarrisMerge pull request #440 from baruchsiach/fix-uclinux
2015-06-02  Baruch SiachDon't use struct ifbond when there's no if_binding.h 440/head
2015-05-04  Guy HarrisUse pcap_close() if pcap_create_handle() fails.
2015-04-20  Michal Sekletarbpf: increase snaplen if doing cooked mode userspace... 429/head
2015-03-31  Guy HarrisWork around a Linux bonding driver bug.
2015-03-29  Guy HarrisFix error message.
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-26  Guy HarrisMerge pull request #422 from busterb/tpacket-v1
2015-02-26  Guy HarrisHandle non-x86 K64/U32 combinations.
2015-02-26  Guy HarrisMake prepare_tpacket_socket() a bit more of a straightf...
2015-02-25  Brent Cookremove duplicate includes, align h1_64 422/head
2015-02-25  Guy HarrisMerge pull request #421 from busterb/tpacket-v1
2015-02-25  Brent Cookwhitespace 421/head
2015-02-25  Brent Cookremove superfluous debug message, clarify comment
2015-02-25  Brent Cooklinux 64-bit kernel + 32-bit TPACKET V1 userspace worka...
2015-02-24  Guy HarrisCheck /sys/class/net/{device}/wireless first when check...
2015-02-21  Guy HarrisFix previous change.
2015-02-21  Guy HarrisCheck for Wi-Fi interfaces and don't offer DOCSIS on...
2015-02-15  Guy HarrisWe only need the offloading information if we're using...
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge remote-tracking branch 'github/master' into bound...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-02-10  Guy HarrisMerge pull request #415 from tbeadle/cooked-user-mode
2015-02-10  Tommy BeadleMake sure the userland filtering happens correctly... 415/head
2015-02-06  Guy HarrisSome cleanups.
2015-02-06  Guy HarrisClean up error message.
2015-02-06  Guy Harristp_mac and tp_snaplen are unsigned; print them with...
next