aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rmi.h
AgeCommit message (Collapse)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-2/+2
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-05-29Java RMI protocol support, from Michael Stiller.Guy Harris1-0/+100
svn path=/trunk/; revision=5590