aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg1-25/+140
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris1-53/+53
2003-07-23Remove duplicate targets and circular rules, as pointed out by Guy.Gerald Combs1-3/+2
2003-07-22Fix a "make distcheck" failure.Gerald Combs1-4/+22
2003-07-19Fix a couple of distcheck failures.Gerald Combs1-2/+2
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris1-2/+1
2003-07-18Include the same headers that "plugin_api.h" does.Guy Harris1-6/+8
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris14-1044/+1531
2003-07-16Fix unused variable warning.Tim Potter1-2/+2
2003-07-08Make the top-level protocol tree entry cover all the data beingGuy Harris1-92/+86
2003-07-01From Christoph Wiest: redo MEGACO dissector to more fully parseGuy Harris2-266/+2619
2003-06-17From Lars Roland: clean the rtnet plugin directory when "nmake -fGuy Harris1-1/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris8-18/+17
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris9-36/+18
2003-06-13From Jason House: fix the return types of the pointers toGuy Harris1-3/+3
2003-06-12Link the plugin with glib, as it now calls "g_free()".Guy Harris1-2/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris4-4/+16
2003-06-12Get rid of allocations of unused buffers.Guy Harris1-3/+1
2003-06-12Add new routines:Guy Harris1-5/+5
2003-06-11s/artnet/rtnet/g.Gerald Combs1-5/+5
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris9-4/+1207
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs4-4/+12
2003-05-28Update Anand Narwani's email address.Gerald Combs26-51/+51
2003-05-01From Matthijs Melchior: don't export functions also implemented asGuy Harris4-20/+12
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris4-22/+18
2003-04-30From Matthijs Melchior: export the exception mechanism routines toGuy Harris4-4/+69
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs3-8/+9
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris4-9/+17
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris4-4/+113
2003-04-21Add the usual .cvsignore file.Guy Harris1-0/+19
2003-04-21From Erwin Rol: ArtNET support.Guy Harris11-5/+2519
2003-04-16From Lars Roland:Guy Harris4-15/+24
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris4-4/+8
2003-03-07Add packet-mgcp.h to the distribution.Gerald Combs1-3/+3
2003-03-06"transid" values are guint32's, and should be printed with "%u" (onGuy Harris1-3/+4
2003-03-06From Lars Ronald :Ronnie Sahlberg6-30/+387
2003-02-25Put in a blank between "Intercept" and "packets".Guy Harris1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2-7/+7
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris1-3/+3
2003-01-24Remove an unused function prototypeJörg Mayer1-3/+1
2003-01-15#if 0 out the binary protocol stuff, as there's only a dissector forGuy Harris1-24/+37
2003-01-14Give it an RCS ID.Guy Harris1-0/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris12-4/+864
2003-01-11Fix the copyright notice, give it an RCS ID, and fix the introductoryGuy Harris1-4/+5
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris1-1/+1
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris1-5/+5
2002-11-28Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesGuy Harris1-2/+2
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris4-4/+125
2002-10-24Added a pointer to more information on PCLIEd Warnicke1-1/+4
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-3/+3