From 615695842612abdcef3e7e0bc039982465f2cfa5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:38:47 +0000 Subject: [PATCH] spelling: dropped --- src/SeeDll/AdInfo.c | 2 +- src/SeeDll/Packet32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SeeDll/AdInfo.c b/src/SeeDll/AdInfo.c index f0a88482..628ce613 100644 --- a/src/SeeDll/AdInfo.c +++ b/src/SeeDll/AdInfo.c @@ -133,7 +133,7 @@ BOOLEAN PacketGetLinkLayerFromRegistry(LPADAPTER AdapterObject, NetType *type) This function grabs from the registry information like the IP addresses, the netmasks and the broadcast addresses of an interface. The buffer passed by the user is filled with npf_if_addr structures, each of which contains the data for a single address. If the buffer - is full, the reaming addresses are dropeed, therefore set its dimension to sizeof(npf_if_addr) + is full, the reaming addresses are dropped, therefore set its dimension to sizeof(npf_if_addr) if you want only the first address. */ BOOLEAN PacketGetAddressesFromRegistry(LPTSTR AdapterName, npf_if_addr* buffer, PLONG NEntries) diff --git a/src/SeeDll/Packet32.c b/src/SeeDll/Packet32.c index 33ec994c..f79465fd 100644 --- a/src/SeeDll/Packet32.c +++ b/src/SeeDll/Packet32.c @@ -2175,7 +2175,7 @@ BOOLEAN PacketGetAdapterNames(PTSTR pStr,PULONG BufferSize) This function grabs from the registry information like the IP addresses, the netmasks and the broadcast addresses of an interface. The buffer passed by the user is filled with npf_if_addr structures, each of which contains the data for a single address. If the buffer - is full, the reaming addresses are dropeed, therefore set its dimension to sizeof(npf_if_addr) + is full, the reaming addresses are dropped, therefore set its dimension to sizeof(npf_if_addr) if you want only the first address. */ BOOLEAN PacketGetNetInfoEx(PCHAR AdapterName, npf_if_addr* buffer, PLONG NEntries)