forgot the eol-style again.
Modified: trunk/reactos/apps/utils/net/netstat/netstat.h
_____
Modified: trunk/reactos/apps/utils/net/netstat/netstat.h
--- trunk/reactos/apps/utils/net/netstat/netstat.h 2005-10-10
17:49:19 UTC (rev 18397)
+++ trunk/reactos/apps/utils/net/netstat/netstat.h 2005-10-10
17:51:30 UTC (rev 18398)
@@ -1,61 +1,61 @@
-
-// Maximum string lengths for ASCII ip address and port names
-//
-#define HOSTNAMELEN 256
-#define PORTNAMELEN 256
-#define ADDRESSLEN HOSTNAMELEN+PORTNAMELEN
-
-/* command line options */
-BOOL bNoOptions = FALSE; // print default
-BOOL bDoShowAllCons = FALSE; // -a
-BOOL bDoShowEthStats = FALSE; // -e
-BOOL bDoShowNumbers = FALSE; // -n
-BOOL bDoShowProtoCons = FALSE; // -p
-BOOL bDoShowRouteTable = FALSE; // -r
-BOOL bDoShowProtoStats = FALSE; // -s
-BOOL bDoDispSeqComp = FALSE; // -v
-BOOL bLoopOutput = FALSE; // interval
-
-
-/* Undocumented extended information structures available only on XP
and higher */
-typedef struct {
- DWORD dwState; // state of the connection
- DWORD dwLocalAddr; // address on local computer
- DWORD dwLocalPort; // port number on local computer
- DWORD dwRemoteAddr; // address on remote computer
- DWORD dwRemotePort; // port number on remote computer
- DWORD dwProcessId;
-} MIB_TCPEXROW, *PMIB_TCPEXROW;
-
-typedef struct {
- DWORD dwNumEntries;
- MIB_TCPEXROW table;
-} MIB_TCPEXTABLE, *PMIB_TCPEXTABLE;
-
-typedef struct {
- DWORD dwLocalAddr; // address on local computer
- DWORD dwLocalPort; // port number on local computer
- DWORD dwProcessId;
-} MIB_UDPEXROW, *PMIB_UDPEXROW;
-
-typedef struct {
- DWORD dwNumEntries;
- MIB_UDPEXROW table;
-} MIB_UDPEXTABLE, *PMIB_UDPEXTABLE;
-
-
-/* function declerations */
-BOOL ParseCmdline(int argc, char* argv[]);
-BOOL DisplayOutput(VOID);
-DWORD DoFormatMessage(DWORD ErrorCode);
-VOID ShowIpStatistics(VOID);
-VOID ShowIcmpStatistics(VOID);
-VOID ShowTcpStatistics(VOID);
-VOID ShowUdpStatistics(VOID);
-VOID ShowEthernetStatistics(VOID);
-VOID ShowTcpTable(VOID);
-VOID ShowUdpTable(VOID);
-PCHAR GetPortName(UINT port, PCHAR proto, PCHAR name, int namelen);
-PCHAR GetIpHostName(BOOL local, UINT ipaddr, PCHAR name, int namelen);
-VOID Usage(VOID);
-
+
+// Maximum string lengths for ASCII ip address and port names
+//
+#define HOSTNAMELEN 256
+#define PORTNAMELEN 256
+#define ADDRESSLEN HOSTNAMELEN+PORTNAMELEN
+
+/* command line options */
+BOOL bNoOptions = FALSE; // print default
+BOOL bDoShowAllCons = FALSE; // -a
+BOOL bDoShowEthStats = FALSE; // -e
+BOOL bDoShowNumbers = FALSE; // -n
+BOOL bDoShowProtoCons = FALSE; // -p
+BOOL bDoShowRouteTable = FALSE; // -r
+BOOL bDoShowProtoStats = FALSE; // -s
+BOOL bDoDispSeqComp = FALSE; // -v
+BOOL bLoopOutput = FALSE; // interval
+
+
+/* Undocumented extended information structures available only on XP
and higher */
+typedef struct {
+ DWORD dwState; // state of the connection
+ DWORD dwLocalAddr; // address on local computer
+ DWORD dwLocalPort; // port number on local computer
+ DWORD dwRemoteAddr; // address on remote computer
+ DWORD dwRemotePort; // port number on remote computer
+ DWORD dwProcessId;
+} MIB_TCPEXROW, *PMIB_TCPEXROW;
+
+typedef struct {
+ DWORD dwNumEntries;
+ MIB_TCPEXROW table;
+} MIB_TCPEXTABLE, *PMIB_TCPEXTABLE;
+
+typedef struct {
+ DWORD dwLocalAddr; // address on local computer
+ DWORD dwLocalPort; // port number on local computer
+ DWORD dwProcessId;
+} MIB_UDPEXROW, *PMIB_UDPEXROW;
+
+typedef struct {
+ DWORD dwNumEntries;
+ MIB_UDPEXROW table;
+} MIB_UDPEXTABLE, *PMIB_UDPEXTABLE;
+
+
+/* function declerations */
+BOOL ParseCmdline(int argc, char* argv[]);
+BOOL DisplayOutput(VOID);
+DWORD DoFormatMessage(DWORD ErrorCode);
+VOID ShowIpStatistics(VOID);
+VOID ShowIcmpStatistics(VOID);
+VOID ShowTcpStatistics(VOID);
+VOID ShowUdpStatistics(VOID);
+VOID ShowEthernetStatistics(VOID);
+VOID ShowTcpTable(VOID);
+VOID ShowUdpTable(VOID);
+PCHAR GetPortName(UINT port, PCHAR proto, PCHAR name, int namelen);
+PCHAR GetIpHostName(BOOL local, UINT ipaddr, PCHAR name, int namelen);
+VOID Usage(VOID);
+
Property changes on: trunk/reactos/apps/utils/net/netstat/netstat.h
___________________________________________________________________
Name: svn:eol-style
+ native
Show replies by date