packet
Is there a library for parsing/formatting TCP packets or anything that would help doing it?
My application uses tcp to connect to my server and I am packet sniffing it to see how it works using wireshark, the first thing that crossed my mind is the packets that are coming to me in hex so man[详细]
2023-03-08 10:45 分类:问答How can I parse an ethernet packet using libpcap?
I\'m using libpcap in C++ for reading packets from pcap files, e.g.: rc = pcap_next_ex((pcap_t*)handle, &header, (const unsigned char**)packet);[详细]
2023-03-08 05:23 分类:问答Follow tcp stream - Where does field "Stream index" come from?
Wireshark has a that feature call开发者_JS百科ed \"follow tcp stream\", under the menu item \"Analyze\".[详细]
2023-03-07 20:53 分类:问答Average UDP packet loss and packet re-ordering
I\'d like to 开发者_运维技巧garner fellow SO\'ers experience with regards to the issue of UDP packet loss (or drop-out).[详细]
2023-03-06 20:22 分类:问答How to use tun/tap interface to split packets, tunnel and then reassemble. (similar to MLPPP)
I am looking to create a client/server application that I can use to slit network packets in half, tunnel each half of the packet over a separate udp connection (because each udp connection will be go[详细]
2023-03-06 10:35 分类:问答Is there a max packet size in Silverlight Polling Duplex?
Is there 开发者_如何学Pythona max packet size in Silverlight Polling Duplex? My client code -which just simply prints the item count of the pushed list to a label- does work for 500 items in list but[详细]
2023-03-05 20:41 分类:问答Packet Delay Variation (PDV)
I am currently implementing video streaming application where the goal is to utilize as much as possible gigabit ethernet bandwidth[详细]
2023-03-05 15:30 分类:问答Android: Force data to be sent over radio vs WiFi
Is it possible to force an Android application to use only the mobile radio connection (3g/4g/etc), disallowing the use of WiFi?[详细]
2023-03-03 08:44 分类:问答Is the network card used when the WCF service and the app calling the service are both hosted on the same machine?
If I host Web service and WCF service on the same machine. The web service consumes the WCF service. Will the communication go through only memory or also the physical network card.[详细]
2023-03-02 06:01 分类:问答How do I print a computed score for all input in a file?
Here is some Perl code which takes two files as input. The files contain TCP packets. It trains itself for the normal packets using the packets in first file and then prints the anomalous packets in t[详细]
2023-03-01 12:17 分类:问答