Does anyone know how to change this? and make it display bytes?
Thanks in advance
Sincerly, Michael
PS sorry for the cross posting
HTH
Joe
"Michael" <flat...@hotmail.com> wrote in message
news:3b15...@news.iprimus.com.au...
HTH
Joe
"Michael" <flat...@hotmail.com> wrote in message
news:3b16...@news.iprimus.com.au...
Michael
"Halfton" <hal...@pickup.com> wrote in message
news:H_BR6.11175$2G.5...@paloalto-snr1.gtei.net...
this was such a good question though that I have been trying to find any
settings for this in .INF's or registry and also trying to see if different
Nics/drivers made a difference
only machine I have at hand now is an i5000, w2k pro, SP2
I have turned my link icon back on for curiosity sake and tried 4
different Nic's, Farallon PN473, Linksys WPC11, "both Wireless", Xircom
RBEM56-1000 & Dlink DE660 "both Wired"
"and my icon stayed at Packets for all" :-\
what's different between yours and flat mates ?
also have you done a search at M$ support or here
http://www.windows2000faq.com/
I can't guaranty it, but they may have an answer
HTH
Joe
"Michael" <flat...@hotmail.com> wrote in message
news:3b171604$1...@news.iprimus.com.au...
"Halfton" <hal...@pickup.com> wrote in message
news:CjGR6.15400$2G.9...@paloalto-snr1.gtei.net...
I asked a similar question a few days ago and noone seemed to know.
I have two network cards in my machine, a 3Com and a D-Link 530TX. My 3Com
shows as bytes and my D-Link shows as packets!
I can only assume it has something to do with the driver for the network
card.
Good luck in finding an answer. :)
Seeya,
...David
"Michael" <flat...@hotmail.com> wrote in message
news:3b17...@news.iprimus.com.au...
Among other things, NDIS provides a way that the OS can fetch statistics
about transmit and receive operations. NDIS defines a large number of
statistics that adapters _CAN_ maintain about transmit and receive
operations. Each statistic is fetched using what is know an an "Object
Identifier" or "OID".
NDIS defines statistics OIDs for transmit and receive packets (or "frames")
as well as for bytes sent and received on an adapter.
HOWEVER, NDIS also specifies which statistics are _mandatory_ and which are
_optional_.
In general, the packet or frame statistics are the ones that are mandatory.
All miniports must support packet/frame statistics.
The byte statistics are, unfortunately, optional.
The gizmo that you are looking at probably is smart enough to ask each
miniport for byte statistics, and show them if they are available. If they
are not available for the particular miniport, then it shows packet counts.
Regards,
--
Thomas F. Divine
PCAUSA - Toolkits & Resources For Network Software Developers
NDIS Protocol - NDIS Intermediate Driver - TDI Client - Windows 95
Redirector
<http://www.pcausa.com>
David Chadwick <op...@iname.com> wrote in message
news:eZiYa6z6AHA.1924@tkmsftngp04...
Thanks for your post
Regaurds, Michael
"Thomas F. Divine" <tdi...@pcausa.com> wrote in message
news:thlakqd...@corp.supernews.com...
Regards,
--
Thomas F. Divine
PCAUSA - Toolkits & Resources For Network Software Developers
NDIS Protocol - NDIS Intermediate Driver - TDI Client - Windows 95
Redirector
<http://www.pcausa.com>
Michael <flat...@hotmail.com> wrote in message
news:3b1a...@news.iprimus.com.au...