The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
42 views

C++ binary file manipulation tutorial [closed]

I apologize in advance if this is not the right place to ask this question. Is there a good tutorial or book that goes over how to manipulate binary data in C++? Something that explains how to create ...
1
vote
1answer
43 views

Server client simple program

So I try to create a simple server client application. I have the server, which multicast messages to the subscribed clients. The clients can obviously subscribe or unsubscribe. Here is the server ...
-2
votes
0answers
46 views

Preventing IP spoofing in Python [closed]

I am currently creating Python scripts that process UDP/TCP and ICMP packets, however, during tests I found that its very easy to spoof IP's and cause the data to be useless. Is there anyway of ...
0
votes
0answers
40 views

Asynchronous C# socket server - can't send multiple packets

http://msdn.microsoft.com/en-us/library/fx6588te.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1 I've added a couple of things that look like this to it: if (content.EndsWith("\x0")) { ...
0
votes
0answers
16 views

Sniffing for OpenFlow Packets unexpected data printed

As the title suggest i am try to use sockets to sniff for OpenFlow packets. I have some code which tries to collect OF packets and print the header info however it does not seem to be printing the ...
0
votes
1answer
11 views

Is using packets in a networking library a good idea at all?

I've been programming a library for both TCP and UDP networking and thought about using packets. Currently I've implemented a packet class which can be used like the C++ standard library's stream ...
0
votes
1answer
32 views

Reconstructing variable sized packets in verilog

I am trying to reconstruct a packet that was sent via UART RS232 connections, but am not sure how to reconstruct the packet in its entirety such that the packet can be taken apart and stuff can be ...
0
votes
0answers
41 views

Not receiving packets even with the wakelock, wifilock and multicastlock

I have a problem receiving UDP packets from the network while the phone has the screen off. I acquired the wakelock, wifilock and multicastlock and still does not get any packets. Here is my code (I ...
0
votes
0answers
6 views

What happens when Capturing USB Packets using Wireshark [migrated]

I am trying to capture the packets sent by a Mouse to a host PC using Wireshark. Operating System - Ubuntu 12.04 Wireshark - 1.8.2 Problem 1.) Before I plug in the USB Mouse, when I start the ...
0
votes
2answers
35 views

FD_READ: recv() returning two packets at once

I'm using winsock in my application to mantain client-server connection, and using non-blocking sockets in order to do that. But sometimes when I get FD_READ message, it appears that recv() returns ...
0
votes
0answers
46 views

End of pcap file gives error while reading in pcapy

I am reading multiple files using pcapy and dpkt in python. Following is my code: def ReadFile(path): reader = pcapy.open_offline(path) (header,payload) = reader.next() while header: ...
0
votes
0answers
37 views

nmap with UDP XmasTree and Null packets not working

This my first post, and i very much appreciate the help. I'm hoping this is as simple as using an out dated version or something like that. i am trying to nmap -sU (UDP), -sX (Xmas tree), and -sN ...
2
votes
2answers
53 views

Is a UDP packet guaranteed to be complete, practical sense, if delivered?

Is it a well known fact that UDP (User Datagram Protocol) is not secure, because the order of the packets sent with it may not be delivered in order, even at all. However if an UDP packet is ...
0
votes
1answer
23 views

Which header fields characterize a packet as unique?

I'm dealing with IP packets which might contain UDP or TCP payloads. If we only consider IP-level and transport-level headers, what could be a set of representative fields for one packet? That is, ...
1
vote
2answers
162 views

Sending large packets using php using socket_write

I am trying to encode an image to base64 encoding and send it to a C++ server I am creating. I am using PHP to do that. Therefore, the PHP code is the client and the C++ code is the listening server. ...
0
votes
0answers
40 views

configure delay time for interface using iptables

iptables in android can be used to drop packets from an interface. But what i want is delay those incoming packets, to minimize the bandwidth of the connection. Can iptables in android do this? how? ...
1
vote
2answers
252 views

If TCP is connection oriented why do packets follow different paths?

According to my knowledge if an internet application has to be designed, we should use either a connection-oriented service or connection-less service, but not both. Internet's connection oriented ...
1
vote
1answer
244 views

handshake with the minecraft bukkit server - failed sending server host field

I'm trying to make client/bot for minecraft server to automatically guard chat and ban spammers. (first achievment) I found some docs here and I've implemented data types from here (so they look like ...
0
votes
0answers
221 views

Need a healthy tutorial to send UDP packets via WiFi Direct [closed]

I am rookie in android development and wrote a basic program that can send and receive UDP packets via legacy WiFi taking bits of code from different sites. Presently, I want to do the same using wifi ...
0
votes
2answers
59 views

What is the canonical way to create network packets in Objective C?

Coming from python I could do something like this. values = (1, 'ab', 2.7) s = struct.Struct('I 2s f') packet = s.pack(*values) I can pack together arbitrary types together very simply with python. ...
1
vote
2answers
137 views

Linux Kernel: Getting packets from a netdevice

I'm trying to write a simple program that takes a packet from an interface and prints out its destination and source MAC addresses at the Linux Kernel level. This is my first project working with the ...
0
votes
3answers
76 views

C: packet send to a specific device (mobile devices)

How is a packet received by a wireless devices with thousands of users/devices connected to the same network? If we are using UDP, will it send the packets to all the devices such that only the ...
0
votes
1answer
39 views

Is it possible to send one bit from one computer to another computer through socket?

I am working on a project in which i have to send data in bits. Is it possible to send 1 bit from one computer to another through internet.Most of the people said to me that minimum internet packet ...
0
votes
0answers
77 views

size of IP packets affects the delay in UDP data transmission?

how does the size of IP packets affects the delay in data transmission and explain why? Packet Size (KB) Time (s) Speed (kb/s) 1024 11.648 489.533 2024 7.291 782.071 3076 4.784 ...
0
votes
0answers
31 views

Routing packets through a Windows machine

I've setup a BIND9 DNS server to route traffic through a machine on my network. I'm using fiddler to autorespond to some traffic but pass-through everything else. I've found, however, that fiddler ...
0
votes
1answer
123 views

tcpreplay and timestamps

I want to use tcpreplay to replay a packet trace made of TCP and UPD packets. Is there a way to attach a timestamp to each outgoing packet, so that I will be able to compute the round trip time once ...
3
votes
1answer
110 views

libipq performance issues

I am making a packet filtering program running on Ubuntu 12.04 which uses libipq as the library for copying packets into userspace. The logic of libipq works fine for me, my issue is that I have ...
-2
votes
1answer
318 views

How to open a pcap file using SharpPcap [closed]

im making a c# packet analyzer that would open a pcap file which was created by wireshark...and load the packets into the graphical list.soo,how can i make sharppcap parse the file and show the ...
0
votes
0answers
70 views

Windows Mobile remote reboot using wifi

I have a WM6 device that has mymobiler on so I could access it remotely. Sometimes something doesn't work there and I cannot access it using mymobiler. I have set the mymobiler to startup, that if I ...
1
vote
0answers
104 views

Performance difference between connection mode and connection less unix domain sendmsg()

I'm writing an application which involves passing file descriptors between two processes. I'm using unix domain sockets' sendmsg() and recvmsg() to do the same by passing FDs as ancillary data. What ...
1
vote
2answers
177 views

How to send a 2GB POST packet to a site?

Basically, I am attempting to send a 2GB HTTP POST packet to my website to test it, as HTTP GET cannot go that high. However, I am not very experienced with this, and need advice/an explanation on how ...
2
votes
0answers
203 views

Android: Set up a local VPN, used to intercept packets

I want to intercept packets and get the IP/Port numbers, along with the PID/UID of the connection. Things I'm thinking about and what not below... VpnService: When using the app tPacketCapture, you ...
0
votes
1answer
228 views

How to inject a raw L2 packet as an incoming packet to an interface on Linux?

I need to inject some L2 packets(customized) to an specific interface as incoming packets in Linux to test some applications running on it. Is there any libraries(python preferred)/examples that can ...
-1
votes
2answers
71 views

what is the maximum number of packets that can be received?

I am developing a P2P application which I am making it scalable to tens of millions of users. I am broadcasting a packet to each of these other peers and expecting a response. Before I go ahead with ...
0
votes
1answer
231 views

How to mark packets sending to server using iptables extensions?

I'd like to make SSH-identification a little stronger using iptables extensions (or IPSec tools?) for marking (while sending) and matching (while recieving) the packets between my laptop and my ...
0
votes
0answers
123 views

how can i fix JPCAP exception?

I want to check packet details in my machine. i have checked some where after i founf jpcap. Then i have installed following thing and following stpes. 1. Install the prerequisite tools: a.Get the ...
-1
votes
2answers
62 views

Is there a software to monitor all the ports opened and which programs are using each of them? [closed]

Also, that we can specifically know which running program is using certain ports and what kind of information they are sending and where specifically? This will work for many people to prevent MIM ...
0
votes
0answers
18 views

Listen for packets in Obj C?

I want to setup a server application in Objective C and so far I have only found tutorials to do it with a framework which doesnt exist anymore. Are there any tutorials for making a listen server in ...
2
votes
1answer
92 views

Matching different columns sport and dport from mysql table

I have a table with UDP packets that is being stored for analysis. I want to search for packets that were not solicited by my server. For example if I receive an UDP packet from source port 106 and ...
0
votes
0answers
55 views

UDT can't receive enough bytes?

I tried to write a very simple UDT socket program: send a piece of data to another process, it's modified from official example. But the receiver can only receive 23296 bytes or less if I send more. ...
1
vote
3answers
442 views

TCP/IP packets and datagrams

Is it true that upon receiving a segment from Transport Layer(TCP) towards Network Layer(IP) the resulting data unit will be a packet. Whereas when receiving a user datagram from Transport Layer(UDP) ...
3
votes
0answers
222 views

Error calculating TCP Header Checksum [closed]

I am writing code to calculate the checksum of IP and TCP Headers to see if the packet is malformed. I have coded the IP checksum successfully but when I used the code for the TCP checksum it doesn't ...
0
votes
1answer
318 views

wireshark count packets by port

I have a very large trace file and am trying to use Wireshark to determine which dest port has the most packets sent to it. Is there a way to get counts of packets sent to particular ports? Or to sort ...
1
vote
3answers
204 views

Are TCP packets reordered usually?

I am reimplementing an old network layer library, but using boost asio this time. Our software is tcpip dialoging with a 3rd party software. Several messages behave very well on both sides, but there ...
0
votes
1answer
498 views

Wireshark capture Magic Packet configuration

I have a laptop running Wireshark. I'd like to find out how to configure wireshark to capture Magic Packets. I have selected the interface, options, Capture filter, host 192.168.168.19 , Ok, Start ...
0
votes
1answer
175 views

Extract the audio data from RTP packets

I have RTP packets and I use the pcap.net Packet Object. I need to get the actual audio data from the packet, without the RTP header - just the payload. Language: C# thnaks, Ofek
0
votes
2answers
421 views

Is it possible to Inject packets into an existing tcp connection using Python?

As the title says, I would like to send data using an existing tcp connection. Said connection has already been established by a 3rd party program. I haven't been able to find much information about ...
0
votes
1answer
62 views

Wireshark not displaying request packets

I am using Wireshark v1.8.3 on Windows 7 and I am sending a ping with cmd to see the packets on Wireshark. The reply packets are being displayed but the request packets are not being shown. Do I have ...
0
votes
1answer
101 views

How Data sent over network? [closed]

How the data is actually sent over the network. I know it is transmitted in Hex but is the raw hex equivalent for the data sent? I mean if i wanted to send a simple ASCII text "hello" , is the hex ...
1
vote
2answers
119 views

Sending packets on a defined Ethernet Interface

I have 2 Ethernet interfaces configured in my Linux Machine. Lets say Interface A and Interface B. I am writing a tcp client socket program and need to send the packets on the defined interface. ...

1 2 3 4