aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet
AgeCommit message (Collapse)AuthorFilesLines
2003-11-27From Erwin Rol: RTCFG support.Guy Harris1-1/+334
Add in a URL to the RTNET home page. svn path=/trunk/; revision=9102
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+3
svn path=/trunk/; revision=8991
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
than repeating the list from the setting of OBJECTS. svn path=/trunk/; revision=8893
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". svn path=/trunk/; revision=8672
2003-10-02RTNET has no preferences, so don't register a preferences module for it.Guy Harris1-6/+1
svn path=/trunk/; revision=8589
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2-9/+4
- get rid of ...-static.o files in the build process (now done via config.h instead of compiler flag) - make packet-rtnet link statically (remove one unused function, rename another one) svn path=/trunk/; revision=8389
2003-08-17From Erwin Rol:Guy Harris3-6/+8
Update e-mail address. Register the ARP dissector, as the RT-Net dissector tries to find it. svn path=/trunk/; revision=8176
2003-07-16Fix unused variable warning.Tim Potter1-2/+2
svn path=/trunk/; revision=8025
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
variables the user configures - the user isn't expected to change GLIB_LIBS or GTK_LIBS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate libraries for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7885
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
variables the user configures - the user isn't expected to change GLIB_CFLAGS or GTK_CFLAGS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate "/I" flags for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7884
2003-06-11s/artnet/rtnet/g.Gerald Combs1-5/+5
svn path=/trunk/; revision=7840
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris7-0/+1198
svn path=/trunk/; revision=7839