aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-07-23Remove duplicate targets and circular rules, as pointed out by Guy.gerald1-3/+2
2003-07-22Fix a "make distcheck" failure.gerald1-4/+22
2003-07-19Fix a couple of distcheck failures.gerald1-2/+2
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"guy1-2/+1
2003-07-18Include the same headers that "plugin_api.h" does.guy1-6/+8
2003-07-18From Matthijs Melchior: generate all declarations and definitions forguy14-1044/+1531
2003-07-16Fix unused variable warning.tpot1-2/+2
2003-07-08Make the top-level protocol tree entry cover all the data beingguy1-92/+86
2003-07-01From Christoph Wiest: redo MEGACO dissector to more fully parseguy2-266/+2619
2003-06-17From Lars Roland: clean the rtnet plugin directory when "nmake -fguy1-1/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy8-18/+17
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy9-36/+18
2003-06-13From Jason House: fix the return types of the pointers toguy1-3/+3
2003-06-12Link the plugin with glib, as it now calls "g_free()".guy1-2/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.guy4-4/+16
2003-06-12Get rid of allocations of unused buffers.guy1-3/+1
2003-06-12Add new routines:guy1-5/+5
2003-06-11s/artnet/rtnet/g.gerald1-5/+5
2003-06-11From Erwin Rol: RTNET/TDMA support.guy9-4/+1207
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISgerald4-4/+12
2003-05-28Update Anand Narwani's email address.gerald26-51/+51
2003-05-01From Matthijs Melchior: don't export functions also implemented asguy4-20/+12
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theguy4-22/+18
2003-04-30From Matthijs Melchior: export the exception mechanism routines toguy4-4/+69
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald3-8/+9
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemguy4-9/+17
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesguy4-4/+113
2003-04-21Add the usual .cvsignore file.guy1-0/+19
2003-04-21From Erwin Rol: ArtNET support.guy11-5/+2519
2003-04-16From Lars Roland:guy4-15/+24
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toguy4-4/+8
2003-03-07Add packet-mgcp.h to the distribution.gerald1-3/+3
2003-03-06"transid" values are guint32's, and should be printed with "%u" (onguy1-3/+4
2003-03-06From Lars Ronald :sahlberg6-30/+387
2003-02-25Put in a blank between "Intercept" and "packets".guy1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy2-7/+7
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.guy1-3/+3
2003-01-24Remove an unused function prototypejmayer1-3/+1
2003-01-15#if 0 out the binary protocol stuff, as there's only a dissector forguy1-24/+37
2003-01-14Give it an RCS ID.guy1-0/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy12-4/+864
2003-01-11Fix the copyright notice, give it an RCS ID, and fix the introductoryguy1-4/+5
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureguy1-1/+1
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"guy1-5/+5
2002-11-28Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesguy1-2/+2
2002-11-14From Tomas Kukosa: export more routines to plugins.guy4-4/+125
2002-10-24Added a pointer to more information on PCLIhagbard1-1/+4
2002-10-15When registering a protocol, make sure there are no other protocols withguy1-3/+3
2002-10-10As we are (correctly) calling the IP dissector regardless of whether aguy1-4/+7
2002-10-10Fixed minor error in call ordering.hagbard1-2/+2