aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-08-26From Anders Broman, updates and fixes to MEGACORonnie Sahlberg1-231/+336
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris1-1/+4
2003-08-24From Erwin Rol, updates to teh ArtNet plugin dissectorRonnie Sahlberg3-494/+1051
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris5-0/+92
2003-08-23The Python 1.5.2 I have installed didn't seem to like "+=", so use "x =Guy Harris1-3/+3
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-1/+27
2003-08-19Define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use itGuy Harris1-2/+2
2003-08-18Get plugins/README.interface into the source tarball.Guy Harris1-1/+2
2003-08-18Check in Xass-list, so the CVS tree can be built on Windows withoutGuy Harris5-0/+73
2003-08-18From Matthijs Melchior:Guy Harris4-249/+39
2003-08-17From Erwin Rol:Guy Harris5-9/+11
2003-08-16There's no such function as "delete_giop_user_module()", so don't put itGuy Harris6-7/+1
2003-08-06As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris6-1/+14
2003-08-06Remove the reference to the nonexistent packet-lwres.h; it was tripping upGerald Combs1-2/+2
2003-08-05From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theGuy Harris1-19/+1
2003-08-05From Lars Roland: make Makefile.nmake for lwres resemble the newerGuy Harris1-5/+3
2003-08-05Add the usual .cvsignore file.Guy Harris1-0/+19
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris7-4/+1695
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris6-1/+38
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris1-3/+36
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