aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-054-4/+9
* From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris2001-12-192-2/+2
* Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris2001-12-172-4/+0
* From Motonori Shindo:Guy Harris2001-12-124-9/+9
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-104-23/+23
* Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris2001-12-034-9/+11
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-036-32/+37
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-263-8/+3
* Finish removing the pointer to the no-longer-extant global "packet_info"Guy Harris2001-11-242-5/+2
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-212-5/+2
* 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