aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.h
AgeCommit message (Collapse)AuthorFilesLines
1999-11-22Fixed the way IPX network name resolution works with name resolutionGilbert Ramirez1-1/+3
turned off (the '-n' option), and made it a bit faster by removing sprintf()'s. svn path=/trunk/; revision=1088
1998-10-14I've started to figure out the difference between NetBIOS over IPX forGilbert Ramirez1-1/+3
Netware, and NetBIOS over IPX for WinNT (NWLink). svn path=/trunk/; revision=53
1998-09-23I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now thatGilbert Ramirez1-0/+93
I've started concentrating on the NetWare modules again, packet-ncp.c is going to start to grow. I also added IPX RIP to packet-ipx.c. Additionally, I added the END_OF_FRAME macro to packet.h, which is useful for many dissect() routines. (and I already modified packet-bootp.c and packet-data.c to use this macro) svn path=/trunk/; revision=22