aboutsummaryrefslogtreecommitdiffstats
path: root/capture_win_ifnames.c
Commit message (Expand)AuthorAgeFilesLines
* Use SecureZeroMemory instead of plain ZeroMemory because checkAPI says to.Evan Huus2013-10-201-1/+1
* From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin2013-10-201-0/+16
* Put the code to convert a GUID string to a GUID structure into a routineGuy Harris2012-11-241-145/+161
* There is no longer an interface_friendlyname argument toGuy Harris2012-11-241-7/+0
* Constify argument to get_windows_interface_friendly_name().Guy Harris2012-11-241-1/+1
* Rename get_windows_interface_friendlyname() toGuy Harris2012-11-241-117/+36
* Try to fix Windows compilationPascal Quantin2012-11-231-1/+1
* 'if 0' wrapping of config.h no longer required;Bill Meier2012-11-231-3/+1
* We don't need ole32.lib any more; don't link with it and don't include aGuy Harris2012-11-231-5/+8
* Parse the GUID ourselves; that leaves fewer error cases to worry about,Guy Harris2012-11-231-33/+133
* If the interface name doesn't contain a valid GUID string, that's *not*Guy Harris2012-11-221-11/+20
* When dumpcap is being run by another program, its standard error getsGuy Harris2012-11-211-3/+1
* Including config.h causes compile errors; Comment out for now...Bill Meier2012-11-191-0/+2
* HAVE_CONFIG_H no longer req'dBill Meier2012-11-191-44/+42
* From Mike Garratt:Anders Broman2012-11-191-0/+319