Re: Recording packets sent by external program Programming Software Development by Ancient Dragon packets of what? If your program is doing the sending, then yes Re: Powerline Vs Wireless Hardware and Software Networking by jingda Packets loss can be due to poor internet connection or the … Re: Packets send not receive Hardware and Software Networking by Praveenvapn … side task bar click Local area connection you wil see packets received will be more & sends will be less .......... But… in my case i am only able to sent the packets but not receive it... whereas if the same i connect… Packets sending... Programming Software Development by SkWaRa … of Char end;[/code] I'm using TidTCPClient to send packets. But When I write: [code]client.WriteBuffer(Packet,SizeOf(Packet… Packets send not receive Hardware and Software Networking by Praveenvapn could any1 help me by providing the way how to solve the Packets send not receive issue...? Re: Packets send not receive Hardware and Software Networking by brandonrunyon What issue is that? What kind of network environment are you on? What device are you sending packets to? What tools are you using to test this? Re: Packets send not receive Hardware and Software Networking by MichaelB51026 It's complicated, you can use some sniffers to capture your traffic to analyze why you are missing packets. Re: Packets send not receive Hardware and Software Networking by smferoz … keeps on sending requests in that case it is sending packets and receiving or synack is not happening from destination then… Re: Packets? Programming Software Development by John A You're talking about network programming. You send packets through sockets in C, which allows you to setup a … try googling around before asking a question; googling for "packets" would have brought up a wealth of information that… Re: Packets? Programming Software Development by Tauren Any good books on networking in c++ With packets and stuff C How to make queue function take packets/items out of queue Programming Software Development by Kerdon …P = packet_create ("none"); queue_store (Q,P); } // create many packets for (i = 0; i < 1000000; i++) { P = … ende = clock(); printf("create queues, <create packets, safe,load,destroy>:\n"); printf("i =%… pktgen: packets donot pass through the default gateway Hardware and Software Networking by janet@123 … have written rules in Linux machine 2 to forward any packets received at eth1 interface to the eth0 interface. ([using …**dst ip: 10.10.10.10**). ***Case 2>>*** Packets are successfully transmitted from Linux machine 1 to either of…3>>*** However, when I try to transmit the packets from Linux machine 1 to Linux machine 3 (by specifying… Receiving broadcast packets using packet socket Programming Software Development by xyzt … receiving the responses.I use packet sockets to catch the packets. I can see that there are responses to my RENEW…' in my code can not realize that there are new packets for that file descriptor and timeout occurs. I couldn't… make it clear that why it sometimes catches the packets and sometimes doesn't. Anybody have an idea? Thanks in… Receiving multiple packets in one Receive() call, why? Programming Software Development by ausrasul … (Dev-cpp). using windows XP SP2. application A send four packets, 5 bytes length each. application B supposed to receive those… problem is that when B have time to receive the packets, it receives them all in one Receive() call. and this… receive one packet per Receive() call even if the sent packets were stacked in the buffer. 2- let B send a… Wireless--Packets Sent and Received Hardware and Software Networking by jems On Monday my current wireless status said packets sent 0 and packets received 0 Today, the current wireless status says packets sent 485622 and packets received 236919. On both days I am able to connect wirelessly to the internet. To continuously monitor the system time and no. of packets from Tshark Programming Software Development by rahuulbp … 6 pm and also if the number of packets in the network which is being counted by … Switch will be turned ON and if the packets is less than 500 the HUB should turn ON… 7.59 am and if the number of packets is less than 500 in the network then …a C program that should monitor/count the Tshark packets in the terminal window and also simultaneously the … Re: udp packets Hardware and Software Networking by predator78 …. There will be no authentication done with the UDP packets. The authentication should be handled some where else before …you start sending UDP packets if they are indeed that important to be secured.…was intended for will be "shutdown". UDP packets will not authenicate, that should be the job of something… Intercepting UDP Packets and re-sending Programming Software Development by Gink … asking around places about how I would intercept all UDP packets being sent from my computer and re-send them at… a later time. I basically want to pause the packets for 100 milliseconds then send them wherever they were going… also know what program is sending and receiving the UDP packets, but it's not mine so i'm wondering if… Blocked Incoming UDP Packets Hardware and Software Networking by PcPro12 …checked the logs and noticed a lot of blocked incoming packets...some connection requests to ports that were blocked...I've…their ISP or abuse email to stop pinging or sending packets to my IP...? Any programs to monitor or analyze …the packets and see if they are attack attempts? Thanks for reading...… Reading and manipulating packets? Programming Software Development by WildBamaBoy … written in Java and read the outputs and edit the packets so that I can modify this game. It will read… server just fine. Now I need to read and edit packets that are sent and received. I'm looking at a… whole list of packets that go from the client to the server and vice… Android Mobile doesn't receive UDP packets Programming Mobile Development by saisakthi …from the android mobile(Using HTC), it doesnot receives UDP packets from other devices. But it receives well from the same… device and also sends the packets well. How to make the application to receive the UDP… packets from other devices also. Please help me on this..... … SendData and Winsock, sending strings in separate packets - VB6 Programming Software Development by whitejava …How can I send two strings using SendData in different packets?[/B] Because when I try to send two strings … is there any way to avoid this? If the packets are analyzed by any sniffer software, there will be one… way I can send these two strings separately, in different packets of TCP? Direct solution encouraged, less workarounds. Thank you… UDP packets being blocked by router Programming Software Development by Fedhell …Thanks for any help, below is code for sending / recieving packets, incase that will help. package clientCode; import java.io.*;… = new String(receivePacket.getData()); testrecieved++; System.out.println("Total Packets Recieved from server so far: " + testrecieved); ClientPacketParser parse … Re: udp packets Hardware and Software Networking by predator78 … run virtual pc when you are surfing the internet. UDP packets are hardly unreliable they are very efficient at what they… do. The reason you may want to discard packets is because if there is some kind of delay you…'t need to check it. A request is made and packets start coming through if some errors are made like I… Re: To continuously monitor the system time and no. of packets from Tshark Programming Software Development by L7Sqr Reading the output of another terminal is a non-trivial task. What level of experience do you have? Are you able to start the tshark program yourself instead of trying to read another terminal? What is the timeframe for number of packets? 500 per second, per minute, per hour, per 8-6 shift? The Connection don't receiving the packets? Hardware and Software Networking by tecman … the connection status ( in both computers ) it shows me that packets are being sent but I don't receive any… packets . And this problem prohibit me using the network. I hope … Re: The Connection don't receiving the packets? Hardware and Software Networking by John A … the connection status ( in both computers ) it shows me that packets are being sent but I don't receive any… packets . And this problem prohibit me using the network.[/quote] Are … curiosity about TCP packets Community Center by tuttlem I was just curious about the Don't Defragment Bit on encapsulation headers on packets. I know it tells a router not to fragment this packet, but I was wondering when you (well, not you but the application) would ever want to set this bit to positive? In other words, what types of packets should not be fragmented? Problem in using Jpcap to send the Control Packets Hardware and Software Networking by sajjaratankumar Hello, I am using Jpcap To capture and send packets in java. I am able to send packets containing data.But I am getting a run time error while sending a packet with data. If any body knows about it please help me.. bye Read incoming packets Programming Software Development by Thew … want to catch, read and forward some packets given to another application. Example: some packets is incoming for application MyApp on port…