aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-24"vendor_description", not "description".Guy Harris1-1/+1
2012-11-24Put the code to convert a GUID string to a GUID structure into a routineGuy Harris1-2/+35
2012-11-24Rename get_windows_interface_friendlyname() toGuy Harris1-1/+1
2012-11-23Hoist all the friendly-name/vendor-description stuff up intoGuy Harris1-84/+35
2012-11-22It's get_windows_interface_friendlyname(), notGuy Harris1-2/+2
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-20/+89
2012-11-19From Mike Garratt:Anders Broman1-0/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-04-26Cast away warnings about "struct sockaddr" -> "struct sockaddr_XXX"Guy Harris1-2/+2
2010-05-18Move get_pcap_linktype() into dumpcap - it's not used elsewhere.Guy Harris1-124/+0
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-1/+1
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-1/+1
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-3/+4
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris1-105/+0
2010-03-04Squelch some compiler warnings.Guy Harris1-6/+6
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-15/+14
2010-02-27Move a routine into dumpcap - it's not used outside dumpcap.Guy Harris1-20/+0
2009-03-16Hack toprevent checkAPIs complaining about use of 'free'Bill Meier1-1/+2
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-4/+2
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-31/+97
2008-11-03Do not use functions for remote capture on local interfaces.Stig Bjørlykke1-6/+34
2008-07-04Fix benign usage of incorrect symbol in #ifdefBill Meier1-1/+1
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,Guy Harris1-2/+25
2008-02-21Constify some arguments.Guy Harris1-1/+1
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+15
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-2/+3
2007-08-23Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()Gerald Combs1-1/+1
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel1-1/+1
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-8/+18
2006-11-02Frederic Heem:Jörg Mayer1-0/+1
2006-05-28Ethereal->WiresharkAnders Broman1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-25an error return was missing a pcap_close() callUlf Lamping1-1/+3
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-0/+16
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-3/+3
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-0/+433