aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pcli
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
top-level configure.in when running configure. svn path=/trunk/; revision=10699
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
line to every Makefile.am file for a given plugin XXX: XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@ This way symbols defined in libethereal and GLib are resolved when linking the plugin dissector modules. svn path=/trunk/; revision=10601
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-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-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-02-25Put in a blank between "Intercept" and "packets".Guy Harris1-2/+2
svn path=/trunk/; revision=7196
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris1-3/+3
Map "pcli.pcli.udp_port" to "pcli.udp_port". svn path=/trunk/; revision=7025
2002-10-24Added a pointer to more information on PCLIEd Warnicke1-1/+4
svn path=/trunk/; revision=6496
2002-10-10As we are (correctly) calling the IP dissector regardless of whether aGuy Harris1-4/+7
protocol tree is being built or not, we must also construct a tvbuff to hand to that dissector regardless of whether a protocol tree is being built or not. svn path=/trunk/; revision=6402
2002-10-10Fixed minor error in call ordering.Ed Warnicke1-2/+2
svn path=/trunk/; revision=6401
2002-10-08Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris1-3/+2
RFC, and has nothing to do with PCLI. svn path=/trunk/; revision=6375
2002-10-06Remove unnecessary config* stuffJörg Mayer1-7/+0
svn path=/trunk/; revision=6369
2002-10-06Ignore *.la and *.loJörg Mayer1-8/+7
svn path=/trunk/; revision=6368
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke10-0/+648
svn path=/trunk/; revision=6366