aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* From Tomas Kukosa: add some more routines to the plugin API.Guy Harris2002-08-141-1/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris2002-07-161-1/+5
* From Anand V. Narwani:Guy Harris2002-07-121-1/+4
* Fix a compiler warning.Guy Harris2002-05-141-2/+2
* From Ruud Linders: report errors from "g_module_open()".Guy Harris2002-05-141-3/+9
* Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris2002-05-051-2/+3
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-1/+8
* From John Mackenzie: put missing initializations of table entries inGuy Harris2002-02-231-4/+20
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-221-1/+5
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-201-3/+6
* Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris2002-02-021-1/+4
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+2
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+2
* Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris2001-12-031-2/+2
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-1/+2
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-3/+1
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-211-3/+1
* 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-041-2/+9
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-291-7/+1
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-7/+2
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-6/+5
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-2/+1
* To check whether something is a directory, call "test_for_directory()"Guy Harris2001-09-141-2/+2
* From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris2001-09-041-1/+2
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-291-1/+2
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-2/+1
* Plug a memory leak.Guy Harris2001-08-211-2/+3
* Fix some Win32 compilation warnings and errors.Guy Harris2001-08-211-8/+8
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-72/+36
* Fix some compile problems on Windows.Guy Harris2001-08-191-9/+10
* On Win32, use the default installation directory for Ethereal as theGuy Harris2001-08-181-5/+91
* Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris2001-07-221-1/+10
* Get rid of support for non-tvbuffified plugin dissectors.Guy Harris2001-04-251-3/+1
* Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris2001-04-251-1/+3
* The plugins code has an API that uses a type from "prefs.h"; includeGuy Harris2001-04-021-1/+3
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-392/+21
* Add "col_clear()" to the list of functions in the transfer vector forGuy Harris2001-01-281-4/+2
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-16/+35
* Tvbuffify the PIM dissector.Guy Harris2001-01-131-2/+1
* Move the libethereal version to 0.8.15, and use the C preprocessorGilbert Ramirez2001-01-121-5/+5
* Change version numbers to 0.8.15Gilbert Ramirez2001-01-121-5/+5
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Get the suffix for dynamically-loaded modules by means of a hackGuy Harris2000-11-291-9/+31
* Move Win32 version to 0.8.14.1Gilbert Ramirez2000-11-281-3/+3
* Move to version 0.8.14Gilbert Ramirez2000-11-201-5/+5
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-6/+6
* Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris2000-11-151-15/+33