aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2001-11-13Hopefully the last time I have to change my e-mail address.gram4-8/+8
2001-11-04Include "conversation.h", as the plugin API now includes the routines toguy1-1/+2
2001-11-04Additional routines made available to plugins, from Tomas Kukosa.guy4-13/+51
2001-11-04In "plugin_api_defs.h", just doguy2-161/+145
2001-11-01Fix some declarations to match the signatures of "tvb_find_guint8()" andguy2-6/+6
2001-10-31Sigh. Well, if you make the function declarations external, that meansguy6-3/+205
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theguy3-27/+3
2001-10-17Enable building of the coseventcomm plugin on Win32.gram4-18/+106
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-4/+4
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theguy3-3/+8
2001-08-29Add a "proto_item_append_text()" routine, which is likeguy3-3/+7
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,guy3-13/+3
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressguy3-6/+41
2001-07-21Update .cvsignore.guy1-0/+3
2001-07-20CosEventComm dissector, from Frank Singleton.guy4-4/+867
2001-07-20Get rid of zero-length arrays.guy1-0/+4
2001-07-20Added .cvsignorehagbard1-0/+19
2001-07-19GIOP CosNaming support, from Frank Singleton.guy12-4/+2359
2001-07-10Add some additional items to .cvsignore files, for new files built whenguy2-0/+2
2001-07-10Fixed the make dist problem.hagbard2-4/+4
2001-07-09C sources are in $(srcdir) and not the current directorygirlich2-4/+4
2001-07-08Fixed the {tethereal,ethereal}_static targets so that thehagbard5-21/+53
2001-07-08Some additional cleanup.hagbard2-2/+5
2001-07-05Fixed problem with handling empty parameters.hagbard2-5/+3
2001-07-04Some minor changes to allow the mgcp plugin to be compiledhagbard1-8/+8
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy2-43/+43
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.guy3-12/+3
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inguy3-3/+11
2001-04-25Tvbuffify the Gryphon dissector.guy3-788/+892
2001-04-23Signed vs. unsigned fixes from Joerg Mayer.guy1-15/+19
2001-04-23Get rid of NullTVB references.guy1-3/+3
2001-04-02"tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjustguy1-2/+2
2001-03-23Update the version of the MGCP plugin.guy1-1/+1
2001-03-22Get rid of no-longer-used "tvb_section_length()" routine.guy1-14/+1
2001-03-15Patch from Ed Warnicke.oabad1-30/+14
2001-03-06Add some win32-specific targets in .cvsignore's.gram1-5/+5
2001-03-04Updates from Ed Warnicke.guy2-14/+21
2001-03-04Update from Ed Warnicke.guy2-40/+208
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forguy3-3/+7
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsguy4-21/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+10
2001-01-13Tvbuffify the PIM dissector.guy3-8/+3
2001-01-12Increment module version.gram2-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy3-12/+17
2001-01-04Doesn't need #include "dfilter.h"gram1-2/+1
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy4-16/+16
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy2-6/+7
2000-12-28Updates from Ed Warnicke.guy3-30/+49
2000-12-25Preferences shouldn't supposed to have blanks in their names - it canguy1-15/+15