packet
How to read a FSM diagram
How do i take this diagram and translate it into a useable program. I\'m not really sure how to read this diagram. If someone could just kind of walk me through, 开发者_Python百科maybe show an examp[详细]
2023-03-21 16:10 分类:问答Packet modification with netfilter queue?
I\'m currently trying to use codes with libnetfilter_queue in userspace to modify packets that were queued in the NFQUEUE target in iptables. However I have little idea as to how to go about doing it.[详细]
2023-03-21 03:50 分类:问答Adding payload in packet
Can I insert image or document (in MBs) as a data in packet using scapy? This is what I did to send data.[详细]
2023-03-18 08:48 分类:问答Server emulator for existing software
For example we have chat client application executable (and we can change server Endpoint). How I can analyze sockets, packets send to server and back? So I can write server emulator for that client?[详细]
2023-03-17 03:22 分类:问答Looking For A Packet Description Language (Preferably With A C# Implementation) [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-16 07:13 分类:问答How to block packets using snort?
I know detection of packets using snort and wireshark. Now my question is how to block this detected packet using snort. And give me idea about how to create custom rules snort?[详细]
2023-03-13 06:05 分类:问答How to add jcap.jar and its Javadoc into Netbeans
i want to add jpcap.jar the path is this: C:\\WINDOWS\\Sun\\Java\\lib\\ext how to do this? import java.lang.ClassLoader;[详细]
2023-03-11 21:01 分类:问答wcf message logging uploading files
I\'m sending files from clients to a server using WCF with different bindings. I need to know the sizes of the packets 开发者_开发知识库that the client send. How should I configure diagnostics in the[详细]
2023-03-11 20:09 分类:问答Encryption with AES algorithm in Java
I made a packet p, with some integers and boolean values.The packet is as follows: TCPPacket p=new TCPPacket(481,516,23,42,true,false,false,false,false,false,false,false,10,10);[详细]
2023-03-11 18:13 分类:问答Detect HTTPS using SharpPCap
I am using SharpPCap to filter packets. Does anyone know how to detect if a packet is for a secured http c开发者_StackOverflow中文版onnection?You would have to sniff the traffic from the start of the[详细]
2023-03-10 07:02 分类:问答