aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-134-8/+8
* Include "conversation.h", as the plugin API now includes the routines toGuy Harris2001-11-041-1/+2
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-044-13/+51
* In "plugin_api_defs.h", just doGuy Harris2001-11-042-161/+145
* Fix some declarations to match the signatures of "tvb_find_guint8()" andGuy Harris2001-11-012-6/+6
* Sigh. Well, if you make the function declarations external, that meansGuy Harris2001-10-316-3/+205
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-293-27/+3
* Enable building of the coseventcomm plugin on Win32.Gilbert Ramirez2001-10-174-18/+106
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-4/+4
* From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris2001-09-043-3/+8
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-293-3/+7
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-283-13/+3
* Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris2001-07-223-6/+41
* Update .cvsignore.Guy Harris2001-07-211-0/+3
* CosEventComm dissector, from Frank Singleton.Guy Harris2001-07-204-4/+867
* Get rid of zero-length arrays.Guy Harris2001-07-201-0/+4
* Added .cvsignoreEd Warnicke2001-07-201-0/+19
* GIOP CosNaming support, from Frank Singleton.Guy Harris2001-07-1912-4/+2359
* Add some additional items to .cvsignore files, for new files built whenGuy Harris2001-07-102-0/+2
* Fixed the make dist problem.Ed Warnicke2001-07-102-4/+4
* C sources are in $(srcdir) and not the current directoryUwe Girlich2001-07-092-4/+4
* Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke2001-07-085-21/+53
* Some additional cleanup.Ed Warnicke2001-07-082-2/+5
* Fixed problem with handling empty parameters.Ed Warnicke2001-07-052-5/+3
* Some minor changes to allow the mgcp plugin to be compiledEd Warnicke2001-07-041-8/+8
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-182-43/+43
* Get rid of support for non-tvbuffified plugin dissectors.Guy Harris2001-04-253-12/+3
* Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris2001-04-253-3/+11
* Tvbuffify the Gryphon dissector.Guy Harris2001-04-253-788/+892
* Signed vs. unsigned fixes from Joerg Mayer.Guy Harris2001-04-231-15/+19
* Get rid of NullTVB references.Guy Harris2001-04-231-3/+3
* "tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjustGuy Harris2001-04-021-2/+2
* Update the version of the MGCP plugin.Guy Harris2001-03-231-1/+1
* Get rid of no-longer-used "tvb_section_length()" routine.Guy Harris2001-03-221-14/+1
* Patch from Ed Warnicke.Olivier Abad2001-03-151-30/+14
* Add some win32-specific targets in .cvsignore's.Gilbert Ramirez2001-03-061-5/+5
* Updates from Ed Warnicke.Guy Harris2001-03-042-14/+21
* Update from Ed Warnicke.Guy Harris2001-03-042-40/+208
* Add "col_clear()" to the list of functions in the transfer vector forGuy Harris2001-01-283-3/+7
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-264-21/+4
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+10
* Tvbuffify the PIM dissector.Guy Harris2001-01-133-8/+3
* Increment module version.Gilbert Ramirez2001-01-122-2/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-093-12/+17
* Doesn't need #include "dfilter.h"Gilbert Ramirez2001-01-041-2/+1
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-034-16/+16
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-032-6/+7
* Updates from Ed Warnicke.Guy Harris2000-12-283-30/+49
* Preferences shouldn't supposed to have blanks in their names - it canGuy Harris2000-12-251-15/+15