PC/TCP Packet Driver: Difference between revisions

Content deleted Content added
cleaned up a bit
No edit summary
Line 1:
'''PC/TCP Packet Driver''' is an [[Application programming interface|API]] created in 1986 by [[FTP Software]] for [[network card|network cards]] under [[DOS]]. It uses an [[INT (x86 instruction)|x86 interrupt number]] (INT) between 60h ..and 80h, most commonly 60h. The exact interrupt is detected at runtime.
 
An application scans through the handlers for vectors 60h through 80h until it finds one with the text string "PKT DRVR" in the 12 bytes immediately following the entry point.{{clarify|post-text= - techspeak, relevance?|date=August 2012}}