aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
Commit message (Expand)AuthorAgeFilesLines
* Increase the error buffer size for rpcap.Gerald Combs2014-08-271-2/+6
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Revert SVN #52650 as per discussion on wireshark-devBill Meier2013-10-181-2/+2
* Prepend to lists rather than append as that's more efficient.Anders Broman2013-10-161-2/+2
* Added a missing CFRelease.Stig Bjørlykke2013-06-171-0/+1
* Add missing include file that's needed so symbols are definedEvan Huus2013-05-221-0/+2
* On OS X, get the interface type from the System Configuration framework.Guy Harris2013-05-221-14/+245
* "vendor_description", not "description".Guy Harris2012-11-241-1/+1
* Put the code to convert a GUID string to a GUID structure into a routineGuy Harris2012-11-241-2/+35
* Rename get_windows_interface_friendlyname() toGuy Harris2012-11-241-1/+1
* Hoist all the friendly-name/vendor-description stuff up intoGuy Harris2012-11-231-84/+35
* It's get_windows_interface_friendlyname(), notGuy Harris2012-11-221-2/+2
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-20/+89
* From Mike Garratt:Anders Broman2012-11-191-0/+11
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Cast away warnings about "struct sockaddr" -> "struct sockaddr_XXX"Guy Harris2011-04-261-2/+2
* Move get_pcap_linktype() into dumpcap - it's not used elsewhere.Guy Harris2010-05-181-124/+0
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-1/+1
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-1/+1
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-3/+4
* For TShark and Wireshark, get the list of link-layer types for anGuy Harris2010-05-071-105/+0
* Squelch some compiler warnings.Guy Harris2010-03-041-6/+6
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-15/+14
* Move a routine into dumpcap - it's not used outside dumpcap.Guy Harris2010-02-271-20/+0
* Hack toprevent checkAPIs complaining about use of 'free'Bill Meier2009-03-161-1/+2
* From Jakub Zawadzki:Stig Bjørlykke2009-03-151-4/+2
* If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris2008-12-211-31/+97
* Do not use functions for remote capture on local interfaces.Stig Bjørlykke2008-11-031-6/+34
* Fix benign usage of incorrect symbol in #ifdefBill Meier2008-07-041-1/+1
* If we have pcap_free_datalinks(), use it. If not, then, on Windows,Guy Harris2008-07-041-2/+25
* Constify some arguments.Guy Harris2008-02-211-1/+1
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-0/+15
* first steps to support MSVC 2008 Express EditionUlf Lamping2007-11-301-2/+3
* Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()Gerald Combs2007-08-231-1/+1
* fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel2007-04-131-1/+1
* Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris2007-01-211-8/+18
* Frederic Heem:Jörg Mayer2006-11-021-0/+1
* Ethereal->WiresharkAnders Broman2006-05-281-3/+3
* name changeRonnie Sahlberg2006-05-211-2/+2
* an error return was missing a pcap_close() callUlf Lamping2006-02-251-1/+3
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-0/+16
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-141-3/+3
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-0/+433