aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-05-31From Thomas Anders fix some memory leaksetxrab1-1/+4
2004-05-30From Thomas Anders patch adds sub parameter dissection to the MGCP pluginetxrab1-7/+148
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-12/+12
2004-05-23Add translation of result codesetxrab1-4/+48
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy2-4/+31
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot18-37/+37
2004-04-25Fix the fixjmayer3-11/+3
2004-04-25It's proto_register_rudp not proto_reg_rudpjmayer1-2/+2
2004-04-25Give --enable-static a chance to succeed:jmayer3-26/+90
2004-04-23Get rid of bogus extra "proto_tree_add_text()" arguments.guy1-3/+2
2004-04-21Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp...etxrab1-22/+30
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryguy6-2/+10
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot18-18/+37
2004-03-30From Albert Chin: the Sun WorkShop 5.0 compiler and HP-UX 10.20 compilerguy1-4/+11
2004-03-30From Lars Roland: have "make clean" and "make distclean" clean up theguy1-1/+13
2004-03-30From Duncan Sargeant: include "moduleinfo.h" so that the plugins get theguy3-3/+9
2004-03-26Call plugin_address_table_init() before proto_register_protocol().gerald1-3/+3
2004-03-26Update for Tomas Kukosa's new APIs to get the parent and theguy5-1/+14
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemguy1-1/+4
2004-03-25Add .cvsignore files to the new plugins.guy3-0/+57
2004-03-25Squelch compiler warnings, and remove some trailing blanks from lines.guy3-39/+39
2004-03-25Add the usual extra files to the new plugins.guy15-0/+1029
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Managementguy14-4/+930
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toguy6-29/+61
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy3-7/+7
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.guy11-295/+1843
2004-03-08Add the URL of the specifications page.guy1-2/+6
2004-03-08Use "tvb_format_text()" on the port name, so that if there are bytes inguy1-5/+3
2004-03-07Fetch the port name string using "tvb_get_string()", so that we don'tguy1-7/+15
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.guy7-3/+64
2004-03-02Note to self: If you update the code, you should update the docs too.jmayer3-9/+11
2004-02-22Make the default ASN.1 file be "no file", not {Ethereal installguy1-14/+20
2004-02-21Include "report_err.h" to declare "report_open_failure()" andguy1-1/+2
2004-02-21Regenerate the files from the latest list of exported functions.guy5-1/+14
2004-02-21Move "dissect_per_bit_string()" to the end, to preserve the order ofguy1-3/+3
2004-02-21Add routines that can be called from dissectors to report file open andguy2-4/+10
2004-02-20Fix a typo.guy1-2/+2
2004-02-20On Win32, don't treat "file not found" as an error when trying to loadguy1-3/+13
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.gerald1-1/+5
2004-02-18From Erwin Rol: update RTnet plugin to the latest spec.guy2-101/+202
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSsahlberg1-1/+3
2004-02-10Add "tvb_strsize()".guy6-2/+8
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-6/+4
2004-02-05Update a comment.guy1-2/+9
2004-02-02From Lars Roland: fix the declaration of "tvb_strneql()".guy2-3/+3
2004-02-01packet-dcerpc-afs4int.cjmayer2-3/+3
2004-01-25Delete generated files during distclean instead of maintainerclean, sogerald1-2/+2
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.gerald2-3/+3
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.ulfl1-3/+9
2004-01-24Trivial signed/unsigned warning fixesjmayer1-12/+12