mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
5ae2656b69
commit c545d544378483bf68c4fb713cd4ec872d0df2c4 Author: Olivier Bertrand <bertrandop@gmail.com> Date: Tue Mar 27 23:13:14 2018 +0200 - Fix MDEV-15577 CONNECT engine JDBC remote index prevents UPDATE Fixed in TDBJDBC::OpenDB because query can be null for updates modified: storage/connect/tabjdbc.cpp commit c4f1fe2e8e74566e9c3296f435448d9f5c718b23 Author: Olivier Bertrand <bertrandop@gmail.com> Date: Wed Mar 14 12:21:17 2018 +0100 - Fix MDEV-15429 CONNECT engine JDBC handling Postgresql UUID type Also handle Postgresql sending type VARCHAR for TEXT column and setting length to b x7FFFFFF when the length is unknown. modified: storage/connect/Client.java modified: storage/connect/JavaWrappers.jar modified: storage/connect/JdbcInterface.java modified: storage/connect/PostgresqlInterface.java modified: storage/connect/global.h modified: storage/connect/ha_connect.cc modified: storage/connect/jdbconn.cpp modified: storage/connect/jdbconn.h modified: storage/connect/mysql-test/connect/r/jdbc_postgresql.result modified: storage/connect/mysql-test/connect/t/jdbc_postgresql.test modified: storage/connect/mysql-test/connect/t/jdbconn.inc modified: storage/connect/plgdbsem.h modified: storage/connect/tabjdbc.cpp modified: storage/connect/tabjdbc.h added: storage/connect/mysql-test/connect/std_data/JavaWrappers.jar commit 3068bb4882a316c6c32c624609db2bf24ae3ad40 Author: Olivier Bertrand <bertrandop@gmail.com> Date: Mon Feb 26 19:40:27 2018 +0100 Revert to old cmake file to avoid compile error commit da8c1c0bd6a327fd03bd321be3170f468122ef67 Author: Olivier Bertrand <bertrandop@gmail.com> Date: Mon Feb 26 16:13:39 2018 +0100 - Remove warning on not used tabtyp variable in connect_assisted_discovery modified: storage/connect/ha_connect.cc - Fix a bug causing CONNECT to loop when expanding a JSON column when the expanded column value is null or void array. - Adding the FullArray option to JSON tables. - Skipping expanded JSON lines when the expanded column value is null. modified: storage/connect/connect.cc modified: storage/connect/tabdos.h modified: storage/connect/tabjson.cpp modified: storage/connect/tabjson.h - Fix MDEV-13353 No file privilege for ODBC, JDBC, MONGO, MAC, WMI file types. modified: storage/connect/ha_connect.cc - Make some Json UDFs to accept a non JSON item as 1st parameter. modified: storage/connect/json.cpp modified: storage/connect/json.h modified: storage/connect/jsonudf.cpp modified: storage/connect/jsonudf.h - Update Json UDF tests to cope with above changes. modified: storage/connect/mysql-test/connect/r/json_udf.result modified: storage/connect/mysql-test/connect/r/json_udf_bin.result modified: storage/connect/mysql-test/connect/r/vcol.result modified: storage/connect/mysql-test/connect/t/json_udf.test modified: storage/connect/mysql-test/connect/t/vcol.test - Fix some compiler warning treated as error PlugSubAlloc no more exported because it does throw. modified: storage/connect/global.h modified: storage/connect/ha_connect.cc modified: storage/connect/jsonudf.cpp modified: storage/connect/tabjson.cpp modified: storage/connect/tabjson.h - Other files modified (?) when going back to wrong merge modified: storage/connect/CMakeLists.txt modified: storage/connect/array.cpp modified: storage/connect/colblk.cpp modified: storage/connect/connect.cc modified: storage/connect/csort.cpp modified: storage/connect/domdoc.cpp modified: storage/connect/filamap.cpp modified: storage/connect/filamgz.cpp modified: storage/connect/filamtxt.cpp modified: storage/connect/filamzip.cpp modified: storage/connect/filter.cpp modified: storage/connect/fmdlex.c modified: storage/connect/jdbconn.cpp modified: storage/connect/macutil.cpp modified: storage/connect/myconn.cpp modified: storage/connect/odbconn.cpp modified: storage/connect/plgdbutl.cpp modified: storage/connect/plugutil.cpp modified: storage/connect/preparse.h modified: storage/connect/rcmsg.c modified: storage/connect/rcmsg.h modified: storage/connect/reldef.cpp modified: storage/connect/tabdos.cpp modified: storage/connect/tabfmt.cpp modified: storage/connect/tabmac.cpp modified: storage/connect/tabmul.cpp modified: storage/connect/tabmysql.cpp modified: storage/connect/tabmysql.h modified: storage/connect/tabodbc.cpp modified: storage/connect/tabtbl.cpp modified: storage/connect/tabxml.cpp modified: storage/connect/value.cpp modified: storage/connect/xobject.cpp commit 5095628b31ed8c94bd7c794c6b0162894a9040b1 Author: Olivier Bertrand <bertrandop@gmail.com> Date: Tue Feb 13 14:29:00 2018 +0100 - Fix a bug causing CONNECT to loop when expanding a JSON column when the expanded column value is null or void array. - Adding the FullArray option to JSON tables. - Skipping expanded JSON lines when the expanded column value is null. modified: storage/connect/connect.cc modified: storage/connect/tabdos.h modified: storage/connect/tabjson.cpp modified: storage/connect/tabjson.h commit 9896174328da42016735630c893fd09eb128b48e Author: Olivier Bertrand <bertrandop@gmail.com> Date: Fri Feb 2 15:48:57 2018 +0100 - Remove warning on not used tabtyp variable in connect_assisted_discovery modified: storage/connect/ha_connect.cc commit d7e254c05f88173eb04d8dafc813013eb42ccdbe Author: Olivier Bertrand <bertrandop@gmail.com> Date: Wed Jan 31 14:42:45 2018 +0100 - Use delayed load for the MongoDB C Drive on Windows modified: storage/connect/CMakeLists.txt modified: storage/connect/cmgoconn.cpp modified: storage/connect/ha_connect.cc - Add FORCE to the connect_type_conv enum values This will translate binary values to TYPE_STRING modified: storage/connect/checklvl.h modified: storage/connect/ha_connect.cc modified: storage/connect/odbconn.cpp - Change the connect_xtrace variable to from int to set modified: storage/connect/array.cpp modified: storage/connect/blkfil.cpp modified: storage/connect/block.h modified: storage/connect/cmgoconn.cpp modified: storage/connect/colblk.cpp modified: storage/connect/connect.cc modified: storage/connect/filamap.cpp modified: storage/connect/filamdbf.cpp modified: storage/connect/filamfix.cpp modified: storage/connect/filamgz.cpp modified: storage/connect/filamtxt.cpp modified: storage/connect/filamvct.cpp modified: storage/connect/filamzip.cpp modified: storage/connect/filter.cpp modified: storage/connect/global.h modified: storage/connect/ha_connect.cc modified: storage/connect/inihandl.cpp modified: storage/connect/javaconn.cpp modified: storage/connect/jdbconn.cpp modified: storage/connect/jmgfam.cpp modified: storage/connect/jmgoconn.cpp modified: storage/connect/json.cpp modified: storage/connect/jsonudf.cpp modified: storage/connect/libdoc.cpp modified: storage/connect/mongo.cpp modified: storage/connect/mycat.cc modified: storage/connect/myconn.cpp modified: storage/connect/odbconn.cpp modified: storage/connect/plgdbutl.cpp modified: storage/connect/plugutil.cpp modified: storage/connect/reldef.cpp modified: storage/connect/tabcol.cpp modified: storage/connect/tabdos.cpp modified: storage/connect/tabext.cpp modified: storage/connect/tabfix.cpp modified: storage/connect/tabfmt.cpp modified: storage/connect/tabjdbc.cpp modified: storage/connect/tabjson.cpp modified: storage/connect/table.cpp modified: storage/connect/tabmul.cpp modified: storage/connect/tabmysql.cpp modified: storage/connect/tabodbc.cpp modified: storage/connect/tabpivot.cpp modified: storage/connect/tabsys.cpp modified: storage/connect/tabtbl.cpp modified: storage/connect/tabutil.cpp modified: storage/connect/tabvct.cpp modified: storage/connect/tabwmi.cpp modified: storage/connect/tabxml.cpp modified: storage/connect/user_connect.cc modified: storage/connect/valblk.cpp modified: storage/connect/value.cpp modified: storage/connect/xindex.cpp - Restore connect_enable_mongo variable (but undocumented) modified: storage/connect/ha_connect.cc modified: storage/connect/mycat.cc modified: storage/connect/mysql-test/connect/r/json_java_2.result modified: storage/connect/mysql-test/connect/r/json_java_3.result modified: storage/connect/mysql-test/connect/r/json_mongo_c.result modified: storage/connect/mysql-test/connect/r/mongo_c.result modified: storage/connect/mysql-test/connect/r/mongo_java_2.result modified: storage/connect/mysql-test/connect/r/mongo_java_3.result modified: storage/connect/mysql-test/connect/r/tbl_thread.result modified: storage/connect/mysql-test/connect/t/mongo.inc modified: storage/connect/mysql-test/connect/t/mongo_test.inc modified: storage/connect/mysql-test/connect/t/tbl_thread.test
458 lines
15 KiB
C++
458 lines
15 KiB
C++
/***********************************************************************/
|
|
/* TABMAC: Author Olivier Bertrand -- PlugDB -- 2008-2012 */
|
|
/* From the article and sample code by Khalid Shaikh. */
|
|
/* TABMAC: virtual table to get the list of MAC addresses. */
|
|
/***********************************************************************/
|
|
#if defined(__WIN__)
|
|
#include "my_global.h"
|
|
//#include <iphlpapi.h>
|
|
#else // !__WIN__
|
|
#error This is a WINDOWS only table type
|
|
#endif // !__WIN__
|
|
#include "global.h"
|
|
#include "plgdbsem.h"
|
|
//#include "catalog.h"
|
|
//#include "reldef.h"
|
|
#include "xtable.h"
|
|
#include "colblk.h"
|
|
#include "tabmac.h"
|
|
|
|
#if 0 // This is placed here just to know what are the actual values
|
|
#define MAX_ADAPTER_DESCRIPTION_LENGTH 128
|
|
#define MAX_ADAPTER_NAME_LENGTH 256
|
|
#define MAX_ADAPTER_ADDRESS_LENGTH 8
|
|
#define DEFAULT_MINIMUM_ENTITIES 32
|
|
#define MAX_HOSTNAME_LEN 128
|
|
#define MAX_DOMAIN_NAME_LEN 128
|
|
#define MAX_SCOPE_ID_LEN 256
|
|
|
|
#define BROADCAST_NODETYPE 1
|
|
#define PEER_TO_PEER_NODETYPE 2
|
|
#define MIXED_NODETYPE 4
|
|
#define HYBRID_NODETYPE 8
|
|
|
|
#define IP_ADAPTER_DDNS_ENABLED 0x01
|
|
#define IP_ADAPTER_REGISTER_ADAPTER_SUFFIX 0x02
|
|
#define IP_ADAPTER_DHCP_ENABLED 0x04
|
|
#define IP_ADAPTER_RECEIVE_ONLY 0x08
|
|
#define IP_ADAPTER_NO_MULTICAST 0x10
|
|
#define IP_ADAPTER_IPV6_OTHER_STATEFUL_CONFIG 0x20
|
|
#endif // 0
|
|
|
|
/* -------------- Implementation of the MAC classes ------------------ */
|
|
|
|
/***********************************************************************/
|
|
/* DefineAM: define specific AM block values from MAC file. */
|
|
/***********************************************************************/
|
|
bool MACDEF::DefineAM(PGLOBAL g, LPCSTR am, int poff)
|
|
{
|
|
return false;
|
|
} // end of DefineAM
|
|
|
|
/***********************************************************************/
|
|
/* GetTable: makes a new TDB of the proper type. */
|
|
/***********************************************************************/
|
|
PTDB MACDEF::GetTable(PGLOBAL g, MODE m)
|
|
{
|
|
return new(g) TDBMAC(this);
|
|
} // end of GetTable
|
|
|
|
/* ------------------------------------------------------------------- */
|
|
|
|
/***********************************************************************/
|
|
/* Implementation of the TDBMAC class. */
|
|
/***********************************************************************/
|
|
TDBMAC::TDBMAC(PMACDEF tdp) : TDBASE(tdp)
|
|
{
|
|
FixedInfo = NULL;
|
|
Piaf = NULL;
|
|
Curp = NULL;
|
|
Next = NULL;
|
|
Buflen = 0;
|
|
Fix = false;
|
|
Adap = false;
|
|
N = 0;
|
|
} // end of TDBMAC constructor
|
|
|
|
/***********************************************************************/
|
|
/* Allocate MAC column description block. */
|
|
/***********************************************************************/
|
|
PCOL TDBMAC::MakeCol(PGLOBAL g, PCOLDEF cdp, PCOL cprec, int n)
|
|
{
|
|
PCOL colp;
|
|
|
|
colp = new(g) MACCOL(cdp, this, n);
|
|
|
|
if (cprec) {
|
|
colp->SetNext(cprec->GetNext());
|
|
cprec->SetNext(colp);
|
|
} else {
|
|
colp->SetNext(Columns);
|
|
Columns = colp;
|
|
} // endif cprec
|
|
|
|
return colp;
|
|
} // end of MakeCol
|
|
|
|
/***********************************************************************/
|
|
/* MAC: Get the number of found adapters. */
|
|
/***********************************************************************/
|
|
void TDBMAC::MakeErrorMsg(PGLOBAL g, DWORD drc)
|
|
{
|
|
if (drc == ERROR_BUFFER_OVERFLOW)
|
|
sprintf(g->Message,
|
|
"GetAdaptersInfo: Buffer Overflow buflen=%d maxsize=%d",
|
|
Buflen, MaxSize);
|
|
else if (drc == ERROR_INVALID_PARAMETER)
|
|
strcpy(g->Message, "GetAdaptersInfo: Invalid parameters");
|
|
else if (drc == ERROR_NO_DATA)
|
|
strcpy(g->Message,
|
|
"No adapter information exists for the local computer");
|
|
else if (drc == ERROR_NOT_SUPPORTED)
|
|
strcpy(g->Message, "GetAdaptersInfo is not supported");
|
|
else
|
|
FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM |
|
|
FORMAT_MESSAGE_IGNORE_INSERTS, NULL, GetLastError(),
|
|
0, g->Message, sizeof(g->Message), NULL);
|
|
|
|
} // end of MakeErrorMsg
|
|
|
|
/***********************************************************************/
|
|
/* GetMacInfo: Get info for all found adapters. */
|
|
/***********************************************************************/
|
|
bool TDBMAC::GetMacInfo(PGLOBAL g)
|
|
{
|
|
DWORD drc;
|
|
|
|
if (GetMaxSize(g) < 0)
|
|
return true;
|
|
else if (MaxSize == 0)
|
|
return false;
|
|
|
|
Piaf = (PIP_ADAPTER_INFO)PlugSubAlloc(g, NULL, Buflen);
|
|
drc = GetAdaptersInfo(Piaf, &Buflen);
|
|
|
|
if (drc == ERROR_SUCCESS) {
|
|
Next = Piaf; // Next is the first one
|
|
return false; // Success
|
|
} // endif drc
|
|
|
|
MakeErrorMsg(g, drc);
|
|
return true;
|
|
} // end of GetMacInfo
|
|
|
|
/***********************************************************************/
|
|
/* GetFixedInfo: Get info for network parameters. */
|
|
/***********************************************************************/
|
|
bool TDBMAC::GetFixedInfo(PGLOBAL g)
|
|
{
|
|
ULONG len;
|
|
DWORD drc;
|
|
|
|
FixedInfo = (FIXED_INFO*)PlugSubAlloc(g, NULL, sizeof(FIXED_INFO));
|
|
len = sizeof(FIXED_INFO);
|
|
drc = GetNetworkParams(FixedInfo, &len);
|
|
|
|
if (drc == ERROR_BUFFER_OVERFLOW) {
|
|
FixedInfo = (FIXED_INFO*)PlugSubAlloc(g, NULL, len);
|
|
drc = GetNetworkParams(FixedInfo, &len);
|
|
} // endif drc
|
|
|
|
if (drc != ERROR_SUCCESS) {
|
|
sprintf(g->Message, "GetNetworkParams failed. Rc=%08x\n", drc);
|
|
return true;
|
|
} // endif drc
|
|
|
|
return false;
|
|
} // end of GetFixedInfo
|
|
|
|
/***********************************************************************/
|
|
/* MAC: Get the number of found adapters. */
|
|
/***********************************************************************/
|
|
int TDBMAC::GetMaxSize(PGLOBAL g)
|
|
{
|
|
if (Use != USE_OPEN)
|
|
// Called from info, Adap and Fix are not set yet
|
|
return 1;
|
|
|
|
if (MaxSize < 0) {
|
|
// Best method
|
|
if (Adap) {
|
|
DWORD drc = GetAdaptersInfo(NULL, &(Buflen = 0));
|
|
|
|
if (drc == ERROR_SUCCESS)
|
|
MaxSize = (Fix) ? 1 : 0;
|
|
else if (drc == ERROR_BUFFER_OVERFLOW) {
|
|
// sizeof(IP_ADAPTER_INFO) was returning 640 but is now sometimes
|
|
// returning 648 while the Buflen setting remains the same (n*640)
|
|
// >> Of course, the code above contains a race condition....
|
|
// if the size of the structure Windows wants to return grows after
|
|
// the first call to GetAdaptersInfo() but before the second call
|
|
// to GetAdaptersInfo(), the second call to GetAdaptersInfo() will
|
|
// fail with ERROR_BUFFER_OVERFLOW as well, and your function won't
|
|
// work (by Jeremy Friesner on stackoverflow.com).
|
|
// That's why we add something to it to be comfortable.
|
|
MaxSize = (Buflen + 600) / sizeof(IP_ADAPTER_INFO);
|
|
|
|
// Now Buflen must be updated if 648 is true.
|
|
Buflen = MaxSize * sizeof(IP_ADAPTER_INFO);
|
|
} else
|
|
MakeErrorMsg(g, drc);
|
|
|
|
} else
|
|
MaxSize = (Fix) ? 1 : 0;
|
|
|
|
#if 0
|
|
// This method returns too many adapters
|
|
DWORD dw, drc = GetNumberOfInterfaces((PDWORD)&dw);
|
|
|
|
if (drc == NO_ERROR) {
|
|
MaxSize = (int)dw;
|
|
Buflen = MaxSize * sizeof(IP_ADAPTER_INFO);
|
|
} else
|
|
MakeErrorMsg(g, 0);
|
|
#endif
|
|
} // endif MaxSize
|
|
|
|
return MaxSize;
|
|
} // end of GetMaxSize
|
|
|
|
/***********************************************************************/
|
|
/* MAC Access Method opening routine. */
|
|
/***********************************************************************/
|
|
bool TDBMAC::OpenDB(PGLOBAL g)
|
|
{
|
|
if (Use == USE_OPEN) {
|
|
/*******************************************************************/
|
|
/* Table already open, this should not happen. */
|
|
/*******************************************************************/
|
|
strcpy(g->Message, "TDBMAC should not be reopened");
|
|
return true;
|
|
} // endif use
|
|
|
|
if (Mode != MODE_READ) {
|
|
/*******************************************************************/
|
|
/* MAC tables cannot be modified. */
|
|
/*******************************************************************/
|
|
strcpy(g->Message, "MAC tables are read only");
|
|
return true;
|
|
} else
|
|
Use = USE_OPEN;
|
|
|
|
/*********************************************************************/
|
|
/* Get the adapters info. */
|
|
/*********************************************************************/
|
|
if (Adap && GetMacInfo(g))
|
|
return true;
|
|
|
|
if (Fix && GetFixedInfo(g))
|
|
return true;
|
|
|
|
/*********************************************************************/
|
|
/* All is done. */
|
|
/*********************************************************************/
|
|
return false;
|
|
} // end of OpenDB
|
|
|
|
/***********************************************************************/
|
|
/* Data Base read routine for MAC access method. */
|
|
/***********************************************************************/
|
|
int TDBMAC::ReadDB(PGLOBAL g)
|
|
{
|
|
Curp = Next;
|
|
|
|
if (Curp)
|
|
Next = Curp->Next;
|
|
else if (N || !Fix)
|
|
return RC_EF;
|
|
|
|
N++;
|
|
return RC_OK;
|
|
} // end of ReadDB
|
|
|
|
/***********************************************************************/
|
|
/* WriteDB: Data Base write routine for MAC access methods. */
|
|
/***********************************************************************/
|
|
int TDBMAC::WriteDB(PGLOBAL g)
|
|
{
|
|
strcpy(g->Message, "MAC tables are read only");
|
|
return RC_FX;
|
|
} // end of WriteDB
|
|
|
|
/***********************************************************************/
|
|
/* Data Base delete line routine for MAC access methods. */
|
|
/***********************************************************************/
|
|
int TDBMAC::DeleteDB(PGLOBAL g, int irc)
|
|
{
|
|
strcpy(g->Message, "Delete not enabled for MAC tables");
|
|
return RC_FX;
|
|
} // end of DeleteDB
|
|
|
|
// ------------------------ MACCOL functions ----------------------------
|
|
|
|
/***********************************************************************/
|
|
/* MACCOL public constructor. */
|
|
/***********************************************************************/
|
|
MACCOL::MACCOL(PCOLDEF cdp, PTDB tdbp, int n)
|
|
: COLBLK(cdp, tdbp, n)
|
|
{
|
|
Tdbp = (PTDBMAC)tdbp;
|
|
Flag = cdp->GetOffset();
|
|
|
|
if (Flag < 10)
|
|
Tdbp->Fix = true;
|
|
else
|
|
Tdbp->Adap = true;
|
|
|
|
} // end of MACCOL constructor
|
|
|
|
/***********************************************************************/
|
|
/* Read the next MAC address elements. */
|
|
/***********************************************************************/
|
|
void MACCOL::ReadColumn(PGLOBAL g)
|
|
{
|
|
// Type conversion is handled by Value set routines
|
|
char *p = NULL, buf[260] = "";
|
|
unsigned int i;
|
|
int n = 0;
|
|
PIP_ADAPTER_INFO adp = Tdbp->Curp;
|
|
FIXED_INFO *fip = Tdbp->FixedInfo;
|
|
|
|
if (!adp && Flag >= 10) {
|
|
// Fix info row, no adapter info available
|
|
switch (Flag) {
|
|
case 13:
|
|
case 14:
|
|
case 19:
|
|
case 22:
|
|
case 23:
|
|
n = 0;
|
|
break;
|
|
default:
|
|
p = PlugDup(g, "");
|
|
} // endswitch Flag
|
|
|
|
} else switch (Flag) {
|
|
// FIXED INFO
|
|
case 1: // Host Name
|
|
p = fip->HostName;
|
|
break;
|
|
case 2: // Domain Name
|
|
p = fip->DomainName;
|
|
break;
|
|
case 3: // DNS IPaddress
|
|
p = (fip->CurrentDnsServer)
|
|
? (char*)&fip->CurrentDnsServer->IpAddress
|
|
: (char*)&fip->DnsServerList.IpAddress;
|
|
break;
|
|
case 4: // Node Type
|
|
n = (int)fip->NodeType;
|
|
break;
|
|
case 5: // Scope ID ???
|
|
p = fip->ScopeId;
|
|
break;
|
|
case 6: // Routing enabled
|
|
n = (int)fip->EnableRouting;
|
|
break;
|
|
case 7: // Proxy enabled
|
|
n = (int)fip->EnableProxy;
|
|
break;
|
|
case 8: // DNS enabled
|
|
n = (int)fip->EnableDns;
|
|
break;
|
|
// ADAPTERS INFO
|
|
case 10: // Name
|
|
p = adp->AdapterName;
|
|
break;
|
|
case 11: // Description
|
|
if ((p = strstr(adp->Description, " - Packet Scheduler Miniport"))) {
|
|
strncpy(buf, adp->Description, p - adp->Description);
|
|
i = (int)(p - adp->Description);
|
|
strncpy(buf, adp->Description, i);
|
|
buf[i] = 0;
|
|
p = buf;
|
|
} else if ((p = strstr(adp->Description,
|
|
" - Miniport d'ordonnancement de paquets"))) {
|
|
i = (int)(p - adp->Description);
|
|
strncpy(buf, adp->Description, i);
|
|
buf[i] = 0;
|
|
p = buf;
|
|
} else
|
|
p = adp->Description;
|
|
|
|
break;
|
|
case 12: // MAC Address
|
|
for (p = buf, i = 0; i < adp->AddressLength; i++) {
|
|
if (i)
|
|
strcat(p++, "-");
|
|
|
|
p += sprintf(p, "%.2X", adp->Address[i]);
|
|
} // endfor i
|
|
|
|
p = buf;
|
|
break;
|
|
case 13: // Type
|
|
#if 0 // This is not found in the SDK
|
|
switch (adp->Type) {
|
|
case IF_ETHERNET_ADAPTERTYPE: p = "Ethernet Adapter"; break;
|
|
case IF_TOKEN_RING_ADAPTERTYPE: p = "Token Ring Adapter"; break;
|
|
case IF_FDDI_ADAPTERTYPE: p = "FDDI Adapter"; break;
|
|
case IF_PPP_ADAPTERTYPE: p = "PPP Adapter"; break;
|
|
case IF_LOOPBACK_ADAPTERTYPE: p = "Loop Back Adapter"; break;
|
|
// case IF_SLIP_ADAPTERTYPE: p = "Generic Slip Adapter"; break;
|
|
default:
|
|
sprintf(buf, "Other Adapter, type=%d", adp->Type);
|
|
p = buf;
|
|
} // endswitch Type
|
|
#endif // 0
|
|
n = (int)adp->Type;
|
|
break;
|
|
case 14: // DHCP enabled
|
|
n = (int)adp->DhcpEnabled;
|
|
break;
|
|
case 15: // IP Address
|
|
p = (adp->CurrentIpAddress)
|
|
? (char*)&adp->CurrentIpAddress->IpAddress
|
|
: (char*)&adp->IpAddressList.IpAddress;
|
|
break;
|
|
case 16: // Subnet Mask
|
|
p = (adp->CurrentIpAddress)
|
|
? (char*)&adp->CurrentIpAddress->IpMask
|
|
: (char*)&adp->IpAddressList.IpMask;
|
|
break;
|
|
case 17: // Gateway
|
|
p = (char*)&adp->GatewayList.IpAddress;
|
|
break;
|
|
case 18: // DHCP Server
|
|
p = (char*)&adp->DhcpServer.IpAddress;
|
|
break;
|
|
case 19: // Have WINS
|
|
n = (adp->HaveWins) ? 1 : 0;
|
|
break;
|
|
case 20: // Primary WINS
|
|
p = (char*)&adp->PrimaryWinsServer.IpAddress;
|
|
break;
|
|
case 21: // Secondary WINS
|
|
p = (char*)&adp->SecondaryWinsServer.IpAddress;
|
|
break;
|
|
case 22: // Lease obtained
|
|
n = (int)adp->LeaseObtained;
|
|
break;
|
|
case 23: // Lease expires
|
|
n = (int)adp->LeaseExpires;
|
|
break;
|
|
default:
|
|
if (Buf_Type == TYPE_STRING) {
|
|
sprintf(buf, "Invalid flag value %d", Flag);
|
|
p = buf;
|
|
} else
|
|
n = 0;
|
|
|
|
} // endswitch Flag
|
|
|
|
if (p)
|
|
Value->SetValue_psz(p);
|
|
else
|
|
Value->SetValue(n);
|
|
|
|
} // end of ReadColumn
|