aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-10-03From Steve Limkemann:guy3-73/+600
2003-10-02RTNET has no preferences, so don't register a preferences module for it.guy1-6/+1
2003-09-29xyzzyjmayer1-0/+1
2003-09-24From Anders Broman: fix a crash, and fix trailing whitespace onguy1-19/+47
2003-09-24From Tomas Kukosa:guy7-28/+34
2003-09-09Use the right value_string table for the filter mode inguy1-2/+2
2003-09-09Fix the URL for the DOCSIS specifications.guy1-2/+2
2003-09-09The PDU length is the length field minus the length of the EHDR *minusguy1-2/+2
2003-09-09Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus Interfaceguy1-15/+3
2003-09-09Put each TLV in a tree of its own, and put the TLV type and lengthguy1-30/+49
2003-09-09Update the URL for the DOCSIS 1.1 specifications.guy1-31/+18
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer19-195/+41
2003-09-03From Anders Broman: use a value_string table rather than a switch toguy1-452/+113
2003-09-02"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toguy1-5/+3
2003-08-26From Anders Broman, updates and fixes to MEGACOsahlberg1-231/+336
2003-08-25Include the header files required by new APIs in the plugin API table.guy1-1/+4
2003-08-24From Erwin Rol, updates to teh ArtNet plugin dissectorsahlberg3-494/+1051
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someguy5-0/+92
2003-08-23The Python 1.5.2 I have installed didn't seem to like "+=", so use "x =guy1-3/+3
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someguy1-1/+27
2003-08-19Define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use itguy1-2/+2
2003-08-18Get plugins/README.interface into the source tarball.guy1-1/+2
2003-08-18Check in Xass-list, so the CVS tree can be built on Windows withoutguy5-0/+73
2003-08-18From Matthijs Melchior:guy4-249/+39
2003-08-17From Erwin Rol:guy5-9/+11
2003-08-16There's no such function as "delete_giop_user_module()", so don't put itguy6-7/+1
2003-08-06As per Bernd Becker's suggestion, add "register_giop_user_module()" andguy6-1/+14
2003-08-06Remove the reference to the nonexistent packet-lwres.h; it was tripping upgerald1-2/+2
2003-08-05From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theguy1-19/+1
2003-08-05From Lars Roland: make Makefile.nmake for lwres resemble the newerguy1-5/+3
2003-08-05Add the usual .cvsignore file.guy1-0/+19
2003-08-05LWRES support, from Oleg Terletsky.guy7-4/+1695
2003-07-31From Tomas Kukosa: add "find_dissector_table()",guy6-1/+38
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatguy1-3/+36
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for somesahlberg1-25/+140
2003-07-25Get rid of carriage returns - some compilers don't like them.guy1-53/+53
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