1
vote
6answers
72 views
How Can I Reverse Engineer a Network Protocol (Metatrader 4)?
I need to reverse engineer the Metatrader 4 network protocol. MT4 Server doesn't have an API and I have found zero documentation about its protocol.
Any ideas about where I can st …
5
votes
6answers
425 views
Network Communication Design Patterns
I've come to realize that several questions I asked in the past, such as this really boil down to a more fundamental question.
Are there any well known design patterns for network …
0
votes
1answer
10 views
HTTP: max length of etag
Does the HTTP protocol specify a max length for the ETag?
0
votes
3answers
265 views
Is SCTP good for peer-to-peer apps?
I am considering using SCTP instead of TCP for a p2p app written in C. Should I do it? Also how does the speed of SCTP compare to the speed of TCP?
EDIT:
I found that SCTP can be …
0
votes
1answer
29 views
Tunneling A Protocol Through HTTP - Advice
What are the best examples of real life protocols that tunnel through HTTP? XMPP/Jabber? I'm looking for actual links to documentation? or specs for how they tunnel.
I'm in workin …
0
votes
2answers
64 views
DNS answer returning NS records without IP addresses , is this normal ?
In my application, I have to send notification e-mails from time to time. In order to send mail (over SMTP), I have to get the MX server of that particular domain (domain part of e …
1
vote
3answers
168 views
Packet Sniffing using Raw Sockets in linux in c
I need to write packet sniffer in Linux that detect http packet that send and save the url that request .
I see code in security-freak
and run related code . This code run and on …
0
votes
1answer
11 views
Open System Interconnection Reference Model 7 layer example?
A long time ago I tried to study the Open System Interconnection Reference Model 7 layer network protocol standard and gave up after I couldn't find any actual examples of an appli …
0
votes
0answers
40 views
Wireshark does not see interfaces (winXP) [closed]
Short story:
Wireshark is working....on my winXP-32b
... usage ....
Long long time later
Wireshark does not work
It can't find any usefull interface (just VPN)
ipconfig /all
…
2
votes
5answers
109 views
Using TCP for real-time commands: Nagle arithmetic causes huge delays, what should I do?
I'm writing a socket server and flash game client. The game requires real-time commands such as movement and turning. It is important for these commands to be sent by the server to …
3
votes
3answers
609 views
How to send a WOL package(or anything at all) through a nic which has no IP address?
I'm trying to send a WOL package on all interfaces in order to wake up the gateway(which is the DHCP server, so the machine won't have an IP yet).
And it seems that I can only bin …
1
vote
1answer
93 views
Any good C++/C NNTP libs?
I came across some crusty and limited efforts awhile back but I was wondering if there was something truly functional that I missed, preferably in C++ but C is better than nothing. …
2
votes
5answers
220 views
Python TCP stack implementation
Is there a python library which implements a standalone TCP stack?
I can't use the usual python socket library because I'm receiving a stream of packets over a socket (they are be …
1
vote
3answers
3k views
how to (simply) generate POST http request from java to do the file upload
I would like to upload files from java application/applet using POST http event. I would like to avoid to use any library not included in SE, unless there is no other (feasible) o …
0
votes
1answer
73 views
Problem when creating Asynchronous Pluggable Protocol on Vista
Hello,
I have created a tutorial for creating a dzone protocol (so that I can type dzone:n in firefox to get the new links for example), it works great but when at the end I want …
