aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_ifinfo.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02capchild: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-22/+0
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-08-22Add hardware timestamping supportAhmad Fatoum1-6/+29
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-4/+4
2017-02-20Yell at the user less.Gerald Combs1-4/+4
2016-10-21capchild: Fix loading of extcap with no winpcap.dllRoland Knall1-9/+22
2016-02-27Fix appending the list of remote interfaces.Guy Harris1-2/+3
2016-02-27Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris1-1/+1
2016-02-27Put the extcap interfaces at the *end* of the interface list.Guy Harris1-4/+7
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-19/+3
2015-11-25Fix memory leak in capture_get_if_capabilitiesMikael Kanstrup1-0/+2
2015-11-17Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin1-1/+1
2015-10-04Fix various memleaksPeter Wu1-0/+1
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-1/+2
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-2/+3
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+31
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-3/+2
2014-07-22Don't return an error string for NO_INTERFACES_FOUND.Guy Harris1-4/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
2014-06-27Report more information on a sync_xxx_open() call failure.Guy Harris1-2/+6
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-0/+342