| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | From Tomas Kukosa: add some more routines to the plugin API. | Guy Harris | 2002-08-14 | 1 | -1/+7 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Joerg Mayer: add #includes of "snprintf.h" in modules that used | Guy Harris | 2002-07-16 | 1 | -1/+5 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 1 | -1/+4 |
* | Fix a compiler warning. | Guy Harris | 2002-05-14 | 1 | -2/+2 |
* | From Ruud Linders: report errors from "g_module_open()". | Guy Harris | 2002-05-14 | 1 | -3/+9 |
* | Put the pointer to "tcp_dissect_pdus()" in the function pointer table | Guy Harris | 2002-05-05 | 1 | -2/+3 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -1/+8 |
* | From John Mackenzie: put missing initializations of table entries in | Guy Harris | 2002-02-23 | 1 | -4/+20 |
* | Handle TPKT packets split across segment boundaries, and multiple TPKT | Guy Harris | 2002-02-22 | 1 | -1/+5 |
* | Export "conversation_set_dissector()" in the plugin API table. | Guy Harris | 2002-02-20 | 1 | -3/+6 |
* | Routines added to the plugin table, and include-once #ifndef/#define | Guy Harris | 2002-02-02 | 1 | -1/+4 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 1 | -1/+2 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+2 |
* | Remove the no-longer-extant "conv_dissector_add()" from the list of | Guy Harris | 2001-12-03 | 1 | -2/+2 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -1/+2 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -3/+1 |
* | Remove the pointer to the global packet_info from the table of | Gilbert Ramirez | 2001-11-21 | 1 | -3/+1 |
* | Include "conversation.h", as the plugin API now includes the routines to | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Additional routines made available to plugins, from Tomas Kukosa. | Guy Harris | 2001-11-04 | 1 | -2/+9 |
* | Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the | Guy Harris | 2001-10-29 | 1 | -7/+1 |
* | Have a routine that takes a file name for a personal configuration file | Guy Harris | 2001-10-24 | 1 | -7/+2 |
* | Add a routine to get the directory in which personal configuration files | Guy Harris | 2001-10-22 | 1 | -6/+5 |
* | Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format | Guy Harris | 2001-10-21 | 1 | -2/+1 |
* | To check whether something is a directory, call "test_for_directory()" | Guy Harris | 2001-09-14 | 1 | -2/+2 |
* | From Thomas Wittwer: add "prefs_register_string_preference()" to the | Guy Harris | 2001-09-04 | 1 | -1/+2 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 1 | -1/+2 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -2/+1 |
* | Plug a memory leak. | Guy Harris | 2001-08-21 | 1 | -2/+3 |
* | Fix some Win32 compilation warnings and errors. | Guy Harris | 2001-08-21 | 1 | -8/+8 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -72/+36 |
* | Fix some compile problems on Windows. | Guy Harris | 2001-08-19 | 1 | -9/+10 |
* | On Win32, use the default installation directory for Ethereal as the | Guy Harris | 2001-08-18 | 1 | -5/+91 |
* | Add a bunch of routines used by GIOP plugins to the plugin address | Guy Harris | 2001-07-22 | 1 | -1/+10 |
* | Get rid of support for non-tvbuffified plugin dissectors. | Guy Harris | 2001-04-25 | 1 | -3/+1 |
* | Make "col_set_str()" and "tvb_reported_length_remaining()" available in | Guy Harris | 2001-04-25 | 1 | -1/+3 |
* | The plugins code has an API that uses a type from "prefs.h"; include | Guy Harris | 2001-04-02 | 1 | -1/+3 |
* | Get rid of support for old-style plugins (support for old-style plugins | Guy Harris | 2001-01-28 | 1 | -392/+21 |
* | Add "col_clear()" to the list of functions in the transfer vector for | Guy Harris | 2001-01-28 | 1 | -4/+2 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 1 | -16/+35 |
* | Tvbuffify the PIM dissector. | Guy Harris | 2001-01-13 | 1 | -2/+1 |
* | Move the libethereal version to 0.8.15, and use the C preprocessor | Gilbert Ramirez | 2001-01-12 | 1 | -5/+5 |
* | Change version numbers to 0.8.15 | Gilbert Ramirez | 2001-01-12 | 1 | -5/+5 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Get the suffix for dynamically-loaded modules by means of a hack | Guy Harris | 2000-11-29 | 1 | -9/+31 |
* | Move Win32 version to 0.8.14.1 | Gilbert Ramirez | 2000-11-28 | 1 | -3/+3 |
* | Move to version 0.8.14 | Gilbert Ramirez | 2000-11-20 | 1 | -5/+5 |
* | Fix a number of problems that caused compiles to fail if | Guy Harris | 2000-11-18 | 1 | -6/+6 |
* | Move the table of bit-swapped byte values to "epan/bitswap.c", and | Guy Harris | 2000-11-15 | 1 | -15/+33 |