summaryrefslogtreecommitdiff
path: root/ipx.h
Commit message (Expand)AuthorAgeFilesLines
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* whitespace cleanupitojun2002-06-111-2/+2
* Don't declare an object of type "struct ipxHdr" - the object isn't used.guy2002-03-051-2/+2
* Handle IPX socket 0x553, which is some kind of NetBIOS-over-IPX socket.guy2001-01-151-2/+3
* IPX socket 0x85be is for Cisco EIGRP over IPX.guy2001-01-151-1/+2
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-11/+11
* Initial revisionmcr1999-10-071-0/+29