| version 1.1 | | version 1.2 |
|---|
| | |
| * Routines for IPX communications. | | * Routines for IPX communications. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:00:03 donut | | * Revision 1.2 2003/03/09 06:34:08 donut |
| * Initial revision | | * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:00:03 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.10 1995/03/29 17:27:55 john | | * Revision 2.10 1995/03/29 17:27:55 john |
| * Added code to not duplicate broadcasts. | | * Added code to not duplicate broadcasts. |
| | |
| | | |
| typedef struct packet_data { | | typedef struct packet_data { |
| int packetnum; | | int packetnum; |
| byte data[IPX_MAX_DATA_SIZE]; | | sbyte data[IPX_MAX_DATA_SIZE]; |
| } __pack__ packet_data; | | } __pack__ packet_data; |
| | | |
| typedef struct ipx_packet { | | typedef struct ipx_packet { |