aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Cast away warnings about "struct sockaddr" -> "struct sockaddr_XXX"guy1-2/+2
2010-05-18Move get_pcap_linktype() into dumpcap - it's not used elsewhere.guy1-124/+0
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aguy1-1/+1
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameguy1-1/+1
2010-05-13Fetch an indication of whether the interface supports capturing inguy1-3/+4
2010-05-07For TShark and Wireshark, get the list of link-layer types for anguy1-105/+0
2010-03-04Squelch some compiler warnings.guy1-6/+6
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-15/+14
2010-02-28Added svn:ignore targets.stig1-20/+0
2009-03-16Hack toprevent checkAPIs complaining about use of 'free'wmeier1-1/+2
2009-03-15From Jakub Zawadzki:stig1-4/+2
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,guy1-31/+97
2008-11-03Do not use functions for remote capture on local interfaces.stig1-6/+34
2008-07-04Fix benign usage of incorrect symbol in #ifdefwmeier1-1/+1
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,guy1-2/+25
2008-02-21Constify some arguments.guy1-1/+1
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+15
2007-11-30first steps to support MSVC 2008 Express Editionulfl1-2/+3
2007-08-23Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()gerald1-1/+1
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingstandel1-1/+1
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"guy1-8/+18
2006-11-02Frederic Heem:jmayer1-0/+1
2006-05-28Ethereal->Wiresharketxrab1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-02-25an error return was missing a pcap_close() callulfl1-1/+3
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-0/+16
2005-12-14Constify a bunch of arguments and variables, to squelch compilerguy1-3/+3
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-0/+433