![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I have been trying to use the command of 'netstat -a -n -f inet' to generate a report on all network end points not just the ESTABLISHED (-a option) by printing the IP addresses as dotted-decimal numbers(-n option), but only for TCP and UDP end points(-f inet option). But, strangely, the '-f inet' option does not seem to work in linux. So, i tried the same command in windows vista too, but the same option of '-f inet' did not work there too. So, is the option of '-f inet' has been deprecated in netstat command . Which other option covers up the feature of reporting only TCP and UDP end points that was provided by '-f inet' option ? Any ideas ? Thx in advans, Karthik Balaguru |
|
|||
|
On Sat, 20 Feb 2010 04:30:52 -0800, Karthik Balaguru wrote:
So, is the option of '-f inet' has been deprecated in netstat command . Which other option covers up the feature of reporting only TCP and UDP end points that was provided by '-f inet' option ? Any ideas ? Try --inet instead on linux. These kinds of flags are not standarised, so for every OS it's different. M4 |
|
|||
|
On Sat, 20 Feb 2010 04:30:52 -0800, Karthik Balaguru wrote:
So, is the option of '-f inet' has been deprecated in netstat command . Which other option covers up the feature of reporting only TCP and UDP end points that was provided by '-f inet' option ? Any ideas ? Try --inet instead on linux. These kinds of flags are not standarised, so for every OS it's different. M4 |
|
|||
|
On Feb 20, 6:18*pm, Martijn Lievaart wrote:
On Sat, 20 Feb 2010 04:30:52 -0800, Karthik Balaguru wrote: So, is the option of '-f inet' has been deprecated in netstat command . Which other option covers up the feature of reporting only TCP and UDP end points that was provided by '-f inet' option ? Any ideas ? Try --inet instead on linux. These kinds of flags are not standarised, so for every OS it's different. Thx for highlighting it. Thx, Karthik Balaguru |
|
|||
|
On Feb 20, 6:18*pm, Martijn Lievaart wrote:
On Sat, 20 Feb 2010 04:30:52 -0800, Karthik Balaguru wrote: So, is the option of '-f inet' has been deprecated in netstat command . Which other option covers up the feature of reporting only TCP and UDP end points that was provided by '-f inet' option ? Any ideas ? Try --inet instead on linux. These kinds of flags are not standarised, so for every OS it's different. Thx for highlighting it. Thx, Karthik Balaguru |