UAENET_SLIRP,
_T("slirp"), _T("SLIRP User Mode NAT"),
1500,
- { 0x00,0x80,0x10,50,51,52 },
+ { 0x00,0x00,0x00,50,51,52 },
1
};
static struct netdriverdata slirpd2 =
UAENET_SLIRP_INBOUND,
_T("slirp_inbound"), _T("SLIRP + Open ports (21-23,80)"),
1500,
- { 0x00,0x80,0x10,50,51,52 },
+ { 0x00,0x00,0x00,50,51,52 },
1
};
#ifdef WITH_UAENET_PCAP
nd = uaenet_enumerate (NULL);
if (nd) {
- for (int i = 0; i < nd[i].active; i++) {
- nddp[j++] = nd;
+ for (int i = 0; nd[i].active; i++) {
+ nddp[j++] = &nd[i];
}
}
#endif