packet
Inject raw fragmented packets
I\'m trying to inject a fragment packet and i can\'t. I see that if i have one udp packet witch has been split to two Ip packets[详细]
2023-01-25 17:47 分类:问答What is the size of udp packets if I send 0 payload data in c#?
开发者_开发问答I have figured out the maximum data before fragmentation between 2 endpoints using udp is 1472(other endpoints may vary). This states that mtu is 1500bytes and header overhead per packe[详细]
2023-01-25 15:19 分类:问答See what website the user is visiting in a browser independent way
I am trying to build an application that can inform a user about website specific information whenever they are visiting a website that is p开发者_开发问答resent in my database. This must be done in a[详细]
2023-01-25 09:48 分类:问答C++ Packet Builder with Templates
PacketBuilder is a little Class which allow to write into a char* array. The Append Functions: template <class T>[详细]
2023-01-24 08:57 分类:问答Packet manipulation library in C
I am playing with libnetfilter_queue and am looking for a good C library to work with packets captured by libnetfilter_queue. I really like the dpkt library for 开发者_如何学Cpython and some similar l[详细]
2023-01-22 10:11 分类:问答How to create a raw socket(customised TCP header) using dpkt?
i m writing a code for port scanner so i need to send a raw packet. i searched and found out that using dpkt library would be better but i didnt find any documentation that would help. So please anyon[详细]
2023-01-22 00:51 分类:问答Create HTTP packet
I would like create HTTP packet with random IP source. Apparently, Pcap.net does it. I asked here : http://pcapdotne开发者_Python百科t.codeplex.com/Thread/View.aspx?ThreadId=227725, but I still have[详细]
2023-01-18 03:49 分类:问答Easy way to extract print job payload from IPP packets
Is there any tool existing or any shortcut that can be used to extract print job payload from IPP packets(captured via wireshark utility)?[详细]
2023-01-18 03:07 分类:问答Stream of example RTP packets
I am trying to tunnel R开发者_如何学运维TP traffic through a user-defined protocol, and want to test this setup. Is there any C++ library, which I can use to generate example RTP packets and then tunn[详细]
2023-01-15 09:13 分类:问答Does TCP send a SYN/ACK on every packet or only on the first connection?
I have a TCP server that listens for an incoming client, then sends it one packet of data every second. I was wondering, does the SYN/ACK packet only get sent on initial connection, so it looks like t[详细]
2023-01-14 08:21 分类:问答