aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet
AgeCommit message (Expand)AuthorFilesLines
2006-06-02remove plugin.c in distlcleanjmayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-3/+3
2006-05-21name changesahlberg3-6/+6
2006-04-22Convert most other plugin dissectors to use the make-dissector-regguy4-41/+158
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-02In RTnet, make sure we don't pass a null handle to call_dissector(). Addgerald1-6/+4
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-0/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-6/+4
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-8/+8
2005-03-05Preparations for dropping the old plugin api.lroland2-15/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+2
2004-12-30We now require gint64/guint64 support to build Ethereal, so get rid ofguy1-56/+2
2004-11-29Make rtnet plugin compile again with MSVClroland1-10/+15
2004-11-24Updates from Erwin Rol.guy2-331/+635
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weguy1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherguy1-2/+11
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18 .cvsignore is deadjmayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy3-3/+3
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot1-1/+2
2004-02-18From Erwin Rol: update RTnet plugin to the latest spec.guy2-101/+202
2003-11-27From Erwin Rol: RTCFG support.guy1-1/+334
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).guy1-4/+3
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy1-3/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
2003-10-02RTNET has no preferences, so don't register a preferences module for it.guy1-6/+1
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer2-9/+4
2003-08-17From Erwin Rol:guy3-6/+8
2003-07-16Fix unused variable warning.tpot1-2/+2
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-06-11s/artnet/rtnet/g.gerald1-5/+5
2003-06-11From Erwin Rol: RTNET/TDMA support.guy7-0/+1198