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