aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
AgeCommit message (Expand)AuthorFilesLines
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