Try to get CMake to build the Developer Guide again. I don't have
[metze/wireshark/wip.git] / capture_win_ifnames.c
2013-10-20 eapacheUse SecureZeroMemory instead of plain ZeroMemory becaus...
2013-10-20 pascalFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2012-11-24 guyPut the code to convert a GUID string to a GUID structu...
2012-11-24 guyThere is no longer an interface_friendlyname argument to
2012-11-24 guyConstify argument to get_windows_interface_friendly_name().
2012-11-24 guyRename get_windows_interface_friendlyname() to
2012-11-23 pascalTry to fix Windows compilation
2012-11-23 wmeier'if 0' wrapping of config.h no longer required;
2012-11-23 guyWe don't need ole32.lib any more; don't link with it...
2012-11-23 guyParse the GUID ourselves; that leaves fewer error cases...
2012-11-22 guyIf the interface name doesn't contain a valid GUID...
2012-11-21 guyWhen dumpcap is being run by another program, its stand...
2012-11-19 wmeierIncluding config.h causes compile errors; Comment out...
2012-11-19 wmeierHAVE_CONFIG_H no longer req'd
2012-11-19 etxrabFrom Mike Garratt: