Windows XP DLL File Information - ifmon.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows XP, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.
General Information
File Description: | IF Monitor DLL |
File Version: | 5.1.2600.5512 (xpsp.080413-0852) |
Company: | Microsoft Corporation |
Product Name: | Microsoft Windows Operating System |
DLL popularity | Very Low - There is no any other DLL in system32 directory that is statically linked to this file. |
File Size: | 132 KB |
Total Number of Exported Functions: | 2 |
Total Number of Exported Functions With Names: | 2 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 58,368 Bytes | 43.0% | Read, Execute | Code |
.data | 0x00010000 | 1,536 Bytes | 1.1% | Write, Read | Initialized Data |
.rsrc | 0x00011000 | 71,168 Bytes | 52.5% | Read | Initialized Data |
.reloc | 0x00023000 | 3,584 Bytes | 2.6% | Read, Discardable | Initialized Data |
Static Linking
ifmon.dll is statically linked to the following files:msvcrt.dll
ntdll.dll
netcfgx.dll
netshell.dll
ADVAPI32.dll
iphlpapi.dll
KERNEL32.dll
MPRAPI.dll
NETSH.EXE
ole32.dll
USER32.dll
WS2_32.dll
MSWSOCK.dll
This means that when ifmon.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, ifmon.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 0 | 0 Bytes | 0.0% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 0 | 0 Bytes | 0.0% |
AVI Files | 0 | 0 Bytes | 0.0% |
Dialog-Boxes | 0 | 0 Bytes | 0.0% |
HTML Related Files | 0 | 0 Bytes | 0.0% |
Menus | 0 | 0 Bytes | 0.0% |
Strings | 226 | 67,666 Bytes | 49.9% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 1 | 880 Bytes | 0.6% |
Total | 227 | 68,546 Bytes | 50.5% |
Icons in this file
No icons found in this file
Cursors in this file
No cursors found in this file
Dialog-boxes list (up to 200 dialogs)
No dialog resources in this file.
String resources in this dll (up to 200 strings)
String ID | String Text |
---|---|
2501 | Dumps a configuration script. |
2502 | Usage: %1!s! Dumps a configuration script. |
2601 | Displays help. |
2602 | Usage: %1!s! Displays help. |
3101 | Adds an interface to the router. |
3102 | Usage: %1!s! [name=]<string> [[type=]full] Parameters: Tag Value name - Name of the interface to be added. type - One of the following values: full: Creates a demand dial interface. Remarks: Adds an interface to the router. For full interfaces, a phone book entry with the same name must already exist on the system. Examples: %1!s! name="Demand-Dial Interface" type=full The command adds a demand dial interface to the router. |
3201 | Deletes an interface from the router. |
3202 | Usage: %1!s! [name=]<string> Parameters: Tag Value name - Name of the interface to be added. Remarks: Deletes an interface from the router. Examples: %1!s! name="Demand-Dial Interface" The command deletes a demand dial interface at the router. |
3301 | Sets the credentials used to connect an interface. |
3302 | Usage: %1!s! [name=]<string> [user=]<string> [[domain=]string [password=]string] Parameters: Tag Value name - Name of the interface to be added. user - Name of the user account. domain - Domain of the user account. password - Password of the user account. Remarks: Sets the credentials used to connect an interface. Examples: %1!s! name="Demand-Dial Interface" user=guest %1!s! name="Demand-Dial Interface" user=admin domain=mydomain password=mypassword |
3401 | Displays interfaces. |
3402 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - Name of a specific interface to show current parameter settings. Remarks: Shows interface parameters. Examples: %1!s! name="Local Area Connection" |
3450 | Shows the credentials used to connect an interface. |
3451 | Usage %1!s! [name = ] IfName Shows the credentials used to connect an interface. IfName - the name of the interface |
3500 | Sets interface parameters. |
3501 | Usage %1!s! [name = ] IfName [ [admin = ] ENABLED|DISABLED [connect = ] CONNECTED|DISCONNECTED [newname = ] NewName ] Sets interface parameters. IfName - the name of the interface admin - whether the interface should be enabled (non-LAN only). connect - whether to connect the interface (non-LAN only). newname - new name for the interface (LAN only). Notes: - At least one option other than the name must be specified. - If connect = CONNECTED is specified, then the interface is automatically enabled even if the admin = DISABLED option is specified. |
3550 | Resets configuration. |
3551 | Usage: %1!s! Resets configuration. All interfaces which can be added through this context will be deleted. |
3901 | Adds a configuration entry to a table. |
3903 | Deletes a configuration entry from a table. |
3905 | Sets configuration information. |
3907 | Displays information. |
3908 | Resets information. |
4001 | Displays IP address and additional information. |
4002 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the IP address configuration for a specific interface or interfaces, and other TCP/IP configuration information, such as configured DNS and WINS servers. Examples: %1!s! "Local Area Connection" |
4003 | Adds an IP address to the specified interface. |
4004 | Usage: %1!s! [name=]<string> [[addr=]IP address [mask=]IP subnet mask] [[gateway=]IP address [gwmetric=]integer] Parameters: name - The name of the IP interface. addr - The IP address to be added for the interface. mask - The IP subnet mask for the specified IP address. gateway - The default gateway for the specified IP address. gwmetric - The metric to the default gateway. Remarks: Adds IP addresses and default gateways to an interface. If DHCP is enabled on the interface, it will be disabled. Examples: %1!s! "Local Area Connection" 10.0.0.2 255.0.0.0 %1!s! "Local Area Connection" gateway=10.0.0.3 gwmetric=2 The first command adds a static IP address of 10.0.0.2 with a subnet mask of 255.0.0.0 to the Local Area Connection interface. The second command adds the IP address of 10.0.0.3 as a second default gateway for this interface with a gateway metric of 2. |
4005 | Sets the IP address or default gateway to the specified interface. |
4006 | Usage: %1!s! [name=]<string> [[source=]dhcp | [source=] static [addr=]IP address [mask=]IP subnet mask] [[gateway=]<IP address>|none [gwmetric=]integer] Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring IP addresses for the specific interface. static: Sets the source for configuring IP addresses to local static configuration. gateway - One of the following values: <IP address>: A specific default gateway for the static IP address you are setting. none: No default gateways are set. gwmetric - The metric for the default gateway. This field should not be set if gateway is set to 'none'. The following options are used only if source is 'static': addr - An IP address for the specified interface. mask - The subnet mask for the specified IP address. Remarks: Used to change the IP address configuration mode from either DHCP to static mode or static mode to DHCP. Adds IP addresses on an interface with static IP address or adds default gateways. Examples: %1!s! name="Local Area Connection" source=dhcp %1!s! local static 10.0.0.9 255.0.0.0 10.0.0.1 1 |
4007 | Deletes an IP address or default gateway from the specified interface. |
4008 | Usage: %1!s! [name=]<string> [[addr=]IP address] [[gateway=]IP address|ALL] Parameters: Tag Value name - The name of the interface. addr - A static IP address for the interface specified by name. gateway - One of the following values: <IP address>: A specific default gateway IP address for the static IP address you are deleting. ALL: Deletes all default gateway IP addresses for the static IP address you are deleting. Remarks: Deletes an IP address from an interface with multiple static IP addresses, or deletes a default gateway from a specified interface. Examples: %1!s! "Local Area Connection" addr=10.0.0.1 gateway=all |
4009 | Displays IP address configuration. |
4010 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the IP address configuration for an interface or interfaces. The information displayed for this command consists of: Field Description ----- ----------- DHCP enabled Shows whether the address comes from static or DHCP configuration. IP Address Shows the IP address configured for an interface. Subnet Mask Shows the subnet mask associated with the IP address. Default Gateway Shows the IP address of a default gateway for the interface. Gateway Metric Shows the metric for the default gateway shown above. Only applies if multiple default gateways are configured. Interface Metric Shows the metric for an interface. Only applies if multiple interfaces are configured. Examples: %1!s! "Local Area Connection" |
4011 | Adds a static DNS server address. |
4012 | Usage: %1!s! [name=]<string> [addr=]<IP address> [[index=]<integer>] Parameters: Tag Value name - The name of the interface where DNS servers are added. addr - The IP address for the DNS server you are adding. index - Specifies the index (preference) for the specified DNS server address. Remarks: Adds a new DNS server IP address to the statically-configured list. By default, the DNS server is added to the end of the list. If an index is specified, the DNS server will be placed in that position in the list, with other servers being moved down to make room. If DNS servers were previously obtained through DHCP, the new address will replace the old list. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" 10.0.0.3 index=2 |
4013 | Sets DNS server mode and addresses. |
4014 | Usage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none [[register=]none|primary|both] Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring DNS servers for the specific interface. static: Sets the source for configuring DNS servers to local static configuration. addr - One of the following values: <IP address>: An IP address for a DNS server. none: Clears the list of DNS servers. register - One of the following values: none: Disables Dynamic DNS registration. primary: Register under the primary DNS suffix only. both: Register under both the primary DNS suffix, as well as under the connection-specific suffix. Remarks: Sets DNS server configuration to either DHCP or static mode. Only when source is 'static', is the 'addr' option also available for configuring a static list of DNS server IP addresses for the specified interface. Examples: %1!s! name="Local Area Connection" source=dhcp %1!s! "Local Area Connection" static 10.0.0.1 primary |
4015 | Deletes the DNS server from the specified interface. |
4016 | Usage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ] Parameters: Tag Value name - The name of the interface where DNS servers are deleted. addr - One of the following values: <IP address>: A specific IP address of a DNS server you are deleting. ALL: Deletes all configured IP addresses for DNS. servers. Remarks: Deletes statically configured DNS server IP addresses for a specific interface. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" all |
4017 | Displays the DNS server addresses. |
4018 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays DNS server configuration for a specific interface or interfaces. Examples: %1!s! "Local Area Connection" |
4021 | Adds a static WINS server address. |
4022 | Usage: %1!s! [name=]<string> [addr=]<IP address> [[index=]integer] Parameters: Tag Value name - The name of the interface where WINS servers are added. addr - The IP address for the WINS server you are adding. index - Specifies the index (preference) for the specified WINS server address. Remarks: Adds a new WINS server IP address to the statically-configured list. By default, the WINS server is added to the end of the list. If an index is specified, the WINS server will be placed in that position in the list, with other servers being moved down to make room. If WINS servers were previously obtained through DHCP, the new address will replace the old list. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" 10.0.0.3 index=2 |
4023 | Sets WINS server mode and addresses. |
4024 | Usage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring WINS servers for the specific interface. static: Sets the source for configuring WINS servers to local static configuration. addr - One of the following values: <IP address>: An IP address for a WINS server. none: Clears the list of WINS servers. Remarks: Sets WINS server configuration to either DHCP or static mode. Only when source is 'static', is the 'addr' option also available for configuring a static list of WINS server IP addresses for the specified interface. Examples: %1!s! name="Local Area Connection" source=dhcp %1!s! "Local Area Connection" static 10.0.0.1 |
4025 | Deletes the WINS server from the specified interface. |
4026 | Usage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ] Parameters: Tag Value name - The name of the interface where WINS servers are deleted. addr - One of the following values: <IP address>: A specific IP address of a WINS server you are deleting. ALL: Deletes all configured IP addresses for WINS servers. Remarks: Deletes statically configured WINS server IP addresses for a specific interface. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" all |
4027 | Displays the WINS server addresses. |
4028 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays WINS server configuration for a specific interface or interfaces. Examples: %1!s! "Local Area Connection" |
4031 | Displays the offload information. |
4032 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the offload information for a specific interface or interfaces. Examples: %1!s! "Local Area Connection" |
4040 | Flushes the ARP cache for one or all interfaces. |
4041 | Usage: %1!s! [name=]<string> Parameters: Tag Value name - The friendly name of a specific interface. If a name is not specified, the ARP caches for all interfaces are flushed. Remarks: Flushes the Address Resolution Protocol (ARP) cache on a specific interface or all interfaces. Examples: %1!s! %1!s! name="Local Area Connection" |
4050 | Resets TCP/IP and related components to a clean state. |
4051 | Usage: %1!s! [name=]<string> Parameters: Tag Value name - The name of a file to which to append information regarding what settings were reset. Remarks: Resets TCP/IP and related components to a clean state. Examples: %1!s! resetlog.txt |
9001 | Enabled |
9002 | Disabled |
9003 | Connected |
9004 | Disconnected |
9005 | Connecting |
9006 | Client |
9007 | Home Router |
9008 | Full Router |
9009 | Dedicated |
9010 | Internal |
9011 | Loopback |
9012 | Primary only |
9013 | Both primary and connection-specific |
9014 | None |
9300 | Displays IP statistics. |
9301 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of IP statistics. Remarks: Displays IP statistics information. Examples: %1!s! %1!s! rr=5 |
9302 | Displays current IP addresses. |
9303 | Usage: %1!s! [[index=]IP address] [[rr=]integer] Parameters: Tag Value index - The IP address values for specific interfaces. To learn address values for a specific interface, run this command minus this parameter and review the output. rr - A rate in seconds between refreshment of interface IP address information. Remarks: Displays current IP address information for either a specific interface or for all interfaces if no parameters are used. Examples: %1!s! %1!s! index=10.0.0.1 rr=5 |
9304 | Displays IP forwarding table. |
9305 | Usage: %1!s! [[index=] ForwardAddr Proto NextHopAddr ] [ [rr = ] Refresh Rate ] ForwardAddr - Destination IP Address of the forward table entry. Proto - Protocol ID of the forward table entry. NextHopAddr - Next Hop IP Address of the forward table entry. Refresh Rate - Time in seconds. |
9306 | Displays TCP statistics. |
9307 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - Refresh rate in seconds for TCP statistics information. Remarks: Displays TCP connection statistics. Examples: %1!s! %1!s! rr=5 |
9308 | Displays TCP connections. |
9309 | Usage: %1!s! [[index=] LocalIPAddr LocalPort RemoteIPAddr RemotePort ] [[rr=] Refresh Rate ] Parameters: Tag Value index - Must include the IP addresses and port numbers for both local and remote endpoints of a TCP connection. rr - Refresh rate in seconds for TCP connection information. Remarks: Displays TCP connection status information. Examples: %1!s! %1!s! index=10.0.0.1 389 10.0.0.1 1931 |
9310 | Displays UDP statistics. |
9311 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - Refresh rate in seconds for UDP statistics information. Remarks: Displays UDP connection statistics. Examples: %1!s! %1!s! rr=5 |
9312 | Displays UDP connections. |
9313 | Usage: %1!s! [[index=] LocalIPAddr LocalPort ] [[rr=] Refresh Rate ] Parameters: Tag Value index - Must include the local IP address and port number for a UDP connection. rr - Refresh rate in seconds for UDP connection information. Remarks: Displays UDP connection status information. Examples: %1!s! %1!s! index=10.0.0.1 1102 |
9314 | Displays multicast groups joined. |
9315 | Usage: %1!s! [[addr=]IP address] Parameters: Tag Value addr - The IP address of a specific interface for which you want to show multicast groups that it has joined. Remarks: Displays IP multicast groups that have been joined by IP addresses that have been configured for one or more interfaces. If an IP address is not specified, multicast groups for all IP addresses are shown. Examples: %1!s! %1!s! addr=10.0.0.1 |
9322 | Displays IP net-to-media mappings. |
9323 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of interface IP net-to-media mappings. Remarks: Displays IP network to physical media mappings information. Examples: %1!s! %1!s! rr=5 |
9324 | Displays ICMP statistics. |
9325 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of interface ICMP statistics. Remarks: Displays ICMP statistics information. Examples: %1!s! %1!s! rr=5 |
9328 | Displays IP interface statistics. |
9329 | Usage: %1!s! [[index=]integer] [[rr=]integer] Parameters: Tag Value index - The index value for a specific interface. To learn the index value for a specific interface, you can run the command minus this parameter and review the output. rr - A rate in seconds between refreshment of interface IP statistics. Remarks: Displays IP statistics information for either a specific interface or for all interfaces if no parameters are used. Examples: %1!s! %1!s! index=1 rr=5 |
11001 | %1!s! is not a valid entry in the phone book |
11004 | %1!s! is not an acceptable value for %2!s!. |
11006 | Unable to create interface %1!s!. Error %2!d!. |
11011 | Error %1d! connecting to the routing service on machine %2!s! |
11012 | Can not create interface of type %1d! |
11013 | Interface %1s! already exists |
11014 | One or more essential parameters not specified |
11015 | Credentials can only be set/shown for WAN interfaces. |
11016 | An interface can only be connected or disconnected while the remoteaccess service is running. |
11017 | Only WAN interfaces can be connected, disconnected, enabled, or disabled. |
11018 | Dedicated interfaces can not be connected, disconnected, enabled, or disabled. |
11019 | The newname option is only valid for LAN interfaces. |
11020 | The newname option is not valid when administrating a remote machine. |
11031 | The interface is already configured with IP Address %1!s! Mask %2!s!. |
11032 | Dhcp is already enabled on this interface. |
11033 | A default gateway with this IP Address already configured on this interface. |
11035 | Insufficient parameters. |
11036 | Cannot delete Dhcp configured IP Address. |
11037 | The interface does not have this IP Address. |
11038 | An interface not using DHCP must have one or more static IP Addresses. |
11039 | The specified gateway is not configured on this interface. |
11040 | Cannot add a static IP address to an interface configured for DHCP. |
11041 | Error obtaining configuration for interface %1!s!. |
11042 | The server %1!s! is already configured on this interface. |
11043 | The server %1!s! is not configured on this interface. |
11044 | Invalid interface %1!s! specified. |
11045 | Unable to access configuration because it is already being accessed by another configuration utility. Close other windows and try again. |
11046 | Unable to open the file for append. |
20001 | #======================== # Interface configuration #======================== |
20002 | # End of interface configuration |
21002 | MIB-II Interface Information ------------------------------------------------------ |
21003 | Index: %1!d! User-friendly Name: %2!s! GUID Name: %3!s! Type: %4!s! MTU: %5!u! Speed: %6!u! Physical Address: %7!s! Admin Status: %8!s! Operational Status: %9!s! Last Change: %10!u! In Octets: %11!u! In Unicast Packets: %12!u! In Non-unicast Packets: %13!u! In Packets Discarded: %14!u! In Erroneous Packets: %15!u! In Unknown Protocol Packets: %16!u! Out Octets: %17!u! Out Unicast Packets: %18!u! Out Non-unicast Packets: %19!u! Out Packets Discarded: %20!u! Out Erroneous Packets: %21!u! Output Queue Length: %22!u! Description: %23!s! |
21004 | MIB-II IP Statistics ------------------------------------------------------ Forwarding is: %1!s! Default TTL: %2!u! In Receives: %3!u! In Header Errors: %4!u! In Address Errors: %5!u! Datagrams Forwarded: %6!u! In Unknown Protocol: %7!u! In Discarded: %8!u! In Delivered: %9!u! Out Requests: %10!u! Routing Discards: %11!u! Out Discards: %12!u! Out No Routes: %13!u! Reassembly Timeouts: %14!u! Reassembly Required: %15!u! Reassembled Ok: %16!u! Reassembly Failures: %17!u! Fragments Ok: %18!u! Fragments Failed: %19!u! Fragments Created: %20!u! |
21005 | MIB-II IP Address Entry IP Address Mask BC Fmt Reasm Sz Interface --------------- --------------- ------ -------- ----------------------- |
21006 | %1!-15s! %2!-15s! %3!6u! %4!8u! %5!s! |
21009 | MIB-II IP Net To Media Entry Physical Address IP Address Type Interface -------------------- --------------- --------------- ------------- |
21010 | %2!-20s! %3!-15s! %4!-15s! %1!s! |
21011 | MIB-II ICMP Statistics ------------------------------------------------------ INPUT Messages: %1!u! Errors: %2!u! Destination Unreachable: %3!u! Time Exceeded: %4!u! Parameter Problems: %5!u! Source Quench: %6!u! Redirects: %7!u! Echo Requests: %8!u! Echo Replies: %9!u! Time Stamp Requests: %10!u! Time Stamp Replies: %11!u! Address Mask Requests: %12!u! Address Mask Replies: %13!u! OUTPUT Messages: %14!u! Errors: %15!u! Destination Unreachable: %16!u! Time Exceeded: %17!u! Parameter Problems: %18!u! Source Quench: %19!u! Redirects: %20!u! Echo Requests: %21!u! Echo Replies: %22!u! Time Stamp Requests: %23!u! Time Stamp Replies: %24!u! Address Mask Requests: %25!u! Address Mask Replies: %26!u! |
21012 | MIB-II UDP Statistics ------------------------------------------------------ In Datagrams: %1!u! In Invalid Port: %2!u! In Erroneous Datagrams: %3!u! Out Datagrams: %4!u! |
21013 | MIB-II UDP Listener Entry Local Address LocalPort ------------------------------------------------- |
21014 | %1!16s! %2!10u! |
21015 | MIB-II TCP Statistics ------------------------------------------------------ Timeout Algorithm: %1!s! Minimum Timeout: %2!u! Maximum Timeout: %3!u! Maximum Connections: %4!s! Active Opens: %5!u! Passive Opens: %6!u! Attempts Failed: %7!u! Established Resets: %8!u! Currently Established: %9!u! In Segments: %10!u! Out Segments: %11!u! Retransmitted Segments: %12!u! In Errors: %13!u! Out Resets: %14!u! |
21016 | MIB-II TCP Connection Entry Local Address Local Port Remote Address Remote Port State ----------------------------------------------------------------------------- |
21017 | %1!15s! %2!6u! %3!20s! %4!8u! %5!12s! |
21059 | Interface Addr Multicast Group --------------- --------------- |
21060 | %1!-15s! %2!s! |
30001 | Other |
30002 | Ethernet |
30003 | Token Ring |
30004 | FDDI |
30007 | SLIP |
31002 | Constant |
31003 | MIL-STD-1778 Appendix B |
31004 | Van Jacobson's Algorithm |
32001 | Closed |
32002 | Listen |
32003 | SYN Sent |
32004 | SYN Received |
32005 | Established |
32006 | FIN Wait1 |
32007 | FIN Wait2 |
32008 | Close Wait |
32009 | Closing |
32010 | Last Ack |
32011 | Wait |
32012 | Delete TCB |
32013 | Dynamic |
33020 | Static |
34002 | Invalid |
36002 | Down |
36003 | Testing |
36051 | Non Operational |
36052 | Unreachable |
36056 | Operational |
50001 | Admin State State Type Interface Name ------------------------------------------------------------------------- |
50002 | %4!s! Type: %3!s! Administrative state: %1!s! Connect state: %2!s! |
50003 | Interface: %1!s! User: %2!s! Domain: %3!s! Password: %4!s! |
50004 | %1!-14s! %2!-14s! %3!-16ls! %4!s! |
50021 | DHCP enabled: Yes |
50022 | DHCP enabled: No |
50023 | IP Addresses:%1!s! IP Masks: %2!s! |
50024 | IP Address: %1!s! SubnetMask: %2!s! |
50025 | Configuration for interface %1!s! |
50026 | OptionsList:%1!s! |
50028 | InterfaceMetric: %1!s! |
50030 | Default Gateway: %1!s! GatewayMetric: %2!s! |
50031 | Statically Configured DNS Servers: |
50032 | DNS servers configured through DHCP |
50033 | Statically Configured WINS Servers: |
50034 | WINS servers configured through DHCP |
50035 | %1!s! |
50036 | |
50037 | %1!-16s! %2!s! |
50038 | None |
50039 | ==================Debug======================== |
50040 | DNS servers configured through DHCP: |
50041 | WINS servers configured through DHCP: |
50051 | # ---------------------------------- # Interface IP Configuration # ---------------------------------- |
50052 | # End of interface IP configuration |
50053 | # Interface IP Configuration for %1!s! |
50054 | Register with which suffix: %1!s! |
50100 | Offload Options for interface %1!s! with index: %2!x!: |
50101 | TCP Transmit Checksum |
50102 | IP Transmit Checksum |
50103 | TCP Receive Checksum |
50104 | IP Receive Checksum |
50105 | TCP Large Send |
50111 | IPSEC Raw Crypto |
50112 | IPSEC Combined AH+ESP |
COM Classes/Interfaces
There is no type library in this file with COM classes/interfaces information
Exported Functions List
The following functions are exported by this dll:GetResourceString | InitHelperDll |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_except_handler3 _wcsdup _wcsnicmp _wfopen fclose fprintf free iswctype sprintf swprintf wcscat wcschr wcscmp wcscpy wcslen wcsncat wcsncmp wcsncpy wcsspn wcsstr wcstok wcstol wcstoul - ntdll.dll:
NtCreateFile NtDeviceIoControlFile NtWaitForSingleObject RtlGUIDFromString RtlInitUnicodeString RtlNtStatusToDosError - netcfgx.dll:
NetCfgDiagRepairRegistryBindings - netshell.dll:
HrRenameConnection - ADVAPI32.dll:
RegCloseKey RegDeleteKeyW RegDeleteValueA RegEnumKeyExA RegEnumKeyExW RegOpenKeyExA RegOpenKeyExW RegQueryValueExA RegQueryValueExW RegSetValueExA - iphlpapi.dll:
FlushIpNetTableFromStack GetAdaptersInfo GetIgmpList GetPerAdapterInfo NhpAllocateAndGetInterfaceInfoFromStack - KERNEL32.dll:
CloseHandle DisableThreadLibraryCalls ExpandEnvironmentStringsW FreeLibrary GetConsoleOutputCP GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetProcAddress GetProcessHeap GetSystemTimeAsFileTime GetTickCount InterlockedDecrement InterlockedIncrement LoadLibraryExW LoadLibraryW MultiByteToWideChar QueryPerformanceCounter SetUnhandledExceptionFilter TerminateProcess UnhandledExceptionFilter WideCharToMultiByte lstrcmpiW lstrcpynW ntdll!RtlAllocateHeap ntdll!RtlFreeHeap ntdll!RtlGetLastWin32Error - MPRAPI.dll:
MprAdminBufferFree MprAdminBufferFree MprAdminInterfaceConnect MprAdminInterfaceCreate MprAdminInterfaceDelete MprAdminInterfaceDisconnect MprAdminInterfaceEnum MprAdminInterfaceGetCredentials MprAdminInterfaceGetHandle MprAdminInterfaceGetInfo MprAdminInterfaceSetCredentials MprAdminInterfaceSetInfo MprAdminIsServiceRunning MprAdminMIBEntryGet MprAdminMIBServerConnect MprAdminMIBServerDisconnect MprAdminMIBServerDisconnect MprAdminServerConnect MprConfigBufferFree MprConfigInterfaceCreate MprConfigInterfaceDelete MprConfigInterfaceEnum MprConfigInterfaceGetHandle MprConfigInterfaceGetInfo MprConfigInterfaceSetInfo MprConfigServerConnect MprConfigServerDisconnect - NETSH.EXE:
DisplayMessageToConsole FreeQuotedString FreeString InitializeConsole MakeQuotedString MakeString MatchEnumTag MatchTagsInCmdLine MatchToken NsGetFriendlyNameFromIfName NsGetIfNameFromFriendlyName PreprocessCommand PrintError PrintMessage PrintMessageFromModule RefreshConsole RegisterContext RegisterHelper - ole32.dll:
CLSIDFromString CoCreateInstance CoInitializeEx CoTaskMemFree CoUninitialize StringFromCLSID - USER32.dll:
LoadStringW wsprintfW - WS2_32.dll:
WSAEnumNameSpaceProvidersW WSAGetLastError WSAIoctl WSAStartup WSCEnumProtocols WSCGetProviderPath WSCInstallProvider closesocket htonl htons htons inet_addr inet_ntoa socket - MSWSOCK.dll:
MigrateWinsockConfiguration