Another problem with mantaray: We have "a lot" of PCs in a network, our p2p messaging software uses MantaRay (which we plan to replace with something else). On some PCs the task manager shows CPU at 100% when this application runs.
We tried to investigate that with TCPView, and found that these PCs open more than one TCP connection from...
I am trying to use a component which named as A C# IP Address Control but it has a problem I think. because when I increase its value 1, it gives me some wrong result. forexample
ipAddressControl3.Text = "192.168.1.25";
IPAddress ipAddress1 = new IPAddress(ipAddressControl3.GetAddressBytes());
ipAddress1.Address++;
MessageBox.Show(ipAdd...
I want to increase my ip address and;
Here is the code
ipAddressControl1.Text = "192.168.1.255";
byte[] ip = ipAddressControl1.GetAddressBytes();
ip[3] = (byte)(++ip[3]);
IPAddress ipAddress1 = new IPAddress(ip);
MessageBox.Show(ipAddress1.ToString());
or I also tried this
ipAddressControl3.Text = "192.168.1.255";
IPAddress ...
Hello, I want to stop someone with a certain MAC address from accessing a certain port on my server, I'm using this as a sort of hardware ban for a private server a friend of mine runs.
I am looking to do this in C++, and would like to know what I would need to research in order to do it. The server runs Windows.
Also, how would I fin...
From the Transmission Control Protocol Wikipedia article:
For example, when an HTML file is sent from a Web server, the TCP software layer of that server divides the sequence of bytes of the file into segments and forwards them individually to the IP software layer (Internet Layer). The Internet Layer encapsulates each TCP segment i...
How widely applied is anti-IP-spoofing egress filtering?
...
Ive got a button in a UICell. I want a list(a table view like view to be precise) to dropdown when the user touches the button and dissappear when he touches it again.Googling didnt get me any solutions:-(
Any suggestions on sites to refer would also be appreciated..
...
Hi , This php function return the real ip address of clients :
function getRealIpAddr()
{
if (!empty($_SERVER['HTTP_CLIENT_IP'])) //check ip from share internet
{
$ip=$_SERVER['HTTP_CLIENT_IP'];
}
elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) //to check ip is pass from proxy
{
$ip=$_SERVER['HTTP_X...
Hey all,
Let's say you have a website contest programmed in PHP, and the user must click their favorite picture. Now from what I hear, there are ways to dynamically change your ip address, such as with the iphone, so it looks like you are someone else and therefore you can continuously click the same picture over and over in a matter o...
Hi,
I would like to setup a system which I could change the ip any time I want.
The Idea I have is to have a list of proxies, which by pressing a button or something similar will switch to a different proxy server.
any suggestions of how to do it( I believe there is already a software for that somewhere)
I use ubuntu 10.04 (linux).
...
Hi;
My question is about the ONVIF specification.
http://www.onvif.org/imwp/download.asp?ContentID=18006
In section 5.10, it says :
A service is a collection of related ports. This specification does not mandate any service naming principles.
Lets say that I have the IP address of an NVT (Network Video Transmitter like an IP camera...
I looking for the information regarding the ROHC compression (IETF 3095 ) for the ipv6.
ipv4 support is already implemented.
ROHCcompressed packets can be of the following types: IR, IR-DYN, UOR-2, UOR-2-ID, UOR-2-TS etc.
IR packets carry both the Static and dynamic header fields of the input stream header ( eg IP/UDP/RTP, IP/UDP etc s...
I installed wireshark in my xp system which needs libpcap lib. Well, my program needs libpcap too..
But,when i capture in my c program, i found something very interesting..
I captured a http package, whose size is more 3000 bytes. but in my program, it takes only one loop, because every ip package take less than 1500 bytes, which means, ...
Hi all,
I want to implement the date cell like this in my tableview, http://img408.imageshack.us/img408/4057/img0139.png
So how can I implement it?
Thanks a lot!
Dante
...
I want to push subscriber using IP address except server name. How can do this? Please give me an example or reference.
...
Is 0.0.0.0 a valid IP address? I want my program to be able to store it as an indication that no address is in use, but this won't work if it's actually valid.
...
For example, following are two sets of IP addresses, now, how would you identify the greater IP for each set?
SET A:
10.192.3.177 and 10.192.2.204
SET B:
10.192.3.205 and 10.192.2.204
Thanks!!
...
I develop an application that plays video iPad. the problem is that I am in full-screen video and I rotated the splitviewcontroller shift
here is a screenshot:
http://a.imageshack.us/img9/7660/capturedcran20100907150.png
...
hi
i want to get current internet ip address in vb.net.
not localhost ip address. like as (http://www.ipchicken.com/ website return ip address)
please help me .
by
somu
...
I've been asked to write code to track IP addresses of visitors to one of my company's online applications in .NET. This is actually the second one I've done, having done another site late last year. I noticed then, and again now, that I sometimes get the same IP address showing up for what I know is another box.....sometimes a co-work...