On 4/26/2012 10:18 PM, jasse...@itelefonica.com.br wrote:
> My wishes:
> 1) Support for class 6 packet drivers
> 2) TCP/IP packet logging capability
> 3) A TSR version
>
>   Best regards,
>   JAS
>

1) mTCP does not support serial (class 6) directly.  But DOSPPP can be 
used with mTCP and I have used one of the SLIP drivers for testing.  The 
trick is to tell the packet driver to emulate Ethernet over the serial 
link.  I have a very detailed TXT file in the next version that 
describes using DOSPPP with mTCP and a Linux machine as the gateway.  
You can have this earlier if you need it - send me an email offline.

2) Every mTCP application has a debug mode that can be turned on by an 
environment variable that logs the contents of packets it is working 
with, including parsing out some of the IP and TCP headers.  Are you 
looking for something more like "tcpdump" or a general purpose packet 
sniffer?

3) A TSR would be a different project. The design trade-offs that I made 
work well for a statically compiled library, but probably not for a 
TSR.  (The library can make use of lots of buffer space and has 
performance features that I would not try to put in a TSR.)


Regards,
Mike



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to