Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bacoms

    Addition in concatenation problem

    Hi, I knew it would be something simple. It's all working fine now. Many thanks for your help. Bryan
  2. bacoms

    Addition in concatenation problem

    As a relative newbie to perl and CGI, can someone please tell me why the following resolves ok; use constant DATEWIDTH => 86; use constant PRICEWIDTH => 60; my($earliestWidth) = DATEWIDTH + PRICEWIDTH; print "earliest-cell {width: " . $earliestWidth . "px;}\n"; print "date-cell...
  3. bacoms

    Heavy traffic between PC and Router

    Some observations on the content of this traffic; - it seems to be initiated from my PC rather than my router - whatever is doing it seems to be checking every port in turn ad infinitum. e.g. TCP, Src Port: 4546, Dst Port 80, seq 653, Ack: 756, Len: 0 TCP, Src Port: 4547, Dst Port 80, seq...
  4. bacoms

    Heavy traffic between PC and Router

    Thanks for replying. No, my router is not set up as a proxy. .254 was the address assigned by the router. It has been that way since I first installed it nearly 3 years ago. This heavy traffic has only happened recently. I have a NSLU2 box also on the network as 192.168.0.250. It barely gets...
  5. bacoms

    Heavy traffic between PC and Router

    Thanks for getting back. I ran ExterminateIt which is suppose to detect and remove Phineas Phucker. It didn't find it. A snapshot of the Wireshark log is now viewable via the attachment. Curiously all the traffic is between 192.168.0.200 (my PC) and 192.168.0.254 (my router). Why would the...
  6. bacoms

    Heavy traffic between PC and Router

    Please can anyone throw some light on why my router (Speedtouch 516) and my PC (Windows XP Pro at SP3) spend so much time chatting to each other? I've attached a screenshot from Wireshark showing this traffic which is all gobble-di-gook to me. This is the first time I've done an attachment so...

Part and Inventory Search

Back
Top