aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use itGuy Harris2003-08-191-2/+2
* Get plugins/README.interface into the source tarball.Guy Harris2003-08-181-1/+2
* Check in Xass-list, so the CVS tree can be built on Windows withoutGuy Harris2003-08-185-0/+73
* From Matthijs Melchior:Guy Harris2003-08-184-249/+39
* From Erwin Rol:Guy Harris2003-08-175-9/+11
* There's no such function as "delete_giop_user_module()", so don't put itGuy Harris2003-08-166-7/+1
* As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris2003-08-066-1/+14
* Remove the reference to the nonexistent packet-lwres.h; it was tripping upGerald Combs2003-08-061-2/+2
* From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theGuy Harris2003-08-051-19/+1
* From Lars Roland: make Makefile.nmake for lwres resemble the newerGuy Harris2003-08-051-5/+3
* Add the usual .cvsignore file.Guy Harris2003-08-051-0/+19
* LWRES support, from Oleg Terletsky.Guy Harris2003-08-057-4/+1695
* From Tomas Kukosa: add "find_dissector_table()",Guy Harris2003-07-316-1/+38
* Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris2003-07-301-3/+36
* Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg2003-07-261-25/+140
* Get rid of carriage returns - some compilers don't like them.Guy Harris2003-07-251-53/+53
* Remove duplicate targets and circular rules, as pointed out by Guy.Gerald Combs2003-07-231-3/+2
* Fix a "make distcheck" failure.Gerald Combs2003-07-221-4/+22
* Fix a couple of distcheck failures.Gerald Combs2003-07-191-2/+2
* Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris2003-07-191-2/+1
* Include the same headers that "plugin_api.h" does.Guy Harris2003-07-181-6/+8
* From Matthijs Melchior: generate all declarations and definitions forGuy Harris2003-07-1814-1044/+1531
* Fix unused variable warning.Tim Potter2003-07-161-2/+2
* Make the top-level protocol tree entry cover all the data beingGuy Harris2003-07-081-92/+86
* From Christoph Wiest: redo MEGACO dissector to more fully parseGuy Harris2003-07-012-266/+2619
* From Lars Roland: clean the rtnet plugin directory when "nmake -fGuy Harris2003-06-171-1/+3
* Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris2003-06-148-18/+17
* Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris2003-06-149-36/+18
* From Jason House: fix the return types of the pointers toGuy Harris2003-06-131-3/+3
* Link the plugin with glib, as it now calls "g_free()".Guy Harris2003-06-121-2/+3
* Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris2003-06-124-4/+16
* Get rid of allocations of unused buffers.Guy Harris2003-06-121-3/+1
* Add new routines:Guy Harris2003-06-121-5/+5
* s/artnet/rtnet/g.Gerald Combs2003-06-111-5/+5
* From Erwin Rol: RTNET/TDMA support.Guy Harris2003-06-119-4/+1207
* From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs2003-06-034-4/+12
* Update Anand Narwani's email address.Gerald Combs2003-05-2826-51/+51
* From Matthijs Melchior: don't export functions also implemented asGuy Harris2003-05-014-20/+12
* The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris2003-04-304-22/+18
* From Matthijs Melchior: export the exception mechanism routines toGuy Harris2003-04-304-4/+69
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-303-8/+9
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-294-9/+17
* From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris2003-04-244-4/+113
* Add the usual .cvsignore file.Guy Harris2003-04-211-0/+19
* From Erwin Rol: ArtNET support.Guy Harris2003-04-2111-5/+2519
* From Lars Roland:Guy Harris2003-04-164-15/+24
* Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris2003-04-084-4/+8
* Add packet-mgcp.h to the distribution.Gerald Combs2003-03-071-3/+3
* "transid" values are guint32's, and should be printed with "%u" (onGuy Harris2003-03-061-3/+4
* From Lars Ronald :Ronnie Sahlberg2003-03-066-30/+387