aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-10As we are (correctly) calling the IP dissector regardless of whether aGuy Harris1-4/+7
2002-10-10Fixed minor error in call ordering.Ed Warnicke1-2/+2
2002-10-08Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris1-3/+2
2002-10-06Remove unnecessary config* stuffJörg Mayer1-7/+0
2002-10-06Ignore *.la and *.loJörg Mayer1-8/+7
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke12-4/+659
2002-09-23Fix two minor typos by Anand V. NarwaniJörg Mayer1-3/+3
2002-09-12Handle ignored files more flexible. This also fixes the newest filesJörg Mayer1-47/+2
2002-09-12From Anand Narwani: fix an error in decoding classifier TLV's.Guy Harris1-4/+4
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris28-11/+390
2002-08-30From Anand Narwani: updates to fix:Guy Harris2-12/+60