| Commit message (Expand) | Author | Age | Files | Lines |
* | Load lua scripts in the plugins directory, both global and personal. | Stig Bjørlykke | 2009-10-23 | 1 | -10/+2 |
* | (FWIW) One step towards including stdio.h & stdlib.h only when req'd. | Bill Meier | 2009-08-26 | 1 | -1/+2 |
* | Clean up white space. | Guy Harris | 2009-05-05 | 1 | -268/+281 |
* | From Jakub Zawadzki: | Jaap Keuter | 2009-03-11 | 1 | -0/+1 |
* | ETH -> WS updates. | Gerald Combs | 2008-10-27 | 1 | -4/+4 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -14/+14 |
* | - Remove GLIB1 code | Stephen Fisher | 2008-04-07 | 1 | -42/+0 |
* | This patch adds support for configuration profiles, which can be used to | Stig Bjørlykke | 2008-01-14 | 1 | -1/+1 |
* | new codec table for registering codecs by name | Tomas Kukosa | 2007-10-25 | 1 | -4/+35 |
* | Make sure that wiretap plugins are loaded before dissectors are (if a new enc... | Luis Ontanon | 2007-08-07 | 1 | -0/+1 |
* | Have editcap and capinfos loading the wiretap plugins. | Luis Ontanon | 2007-05-25 | 1 | -8/+22 |
* | Prepare wireshark and tshark for wiretap plugins | Luis Ontanon | 2007-05-24 | 1 | -28/+63 |
* | Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X; | Guy Harris | 2007-01-02 | 1 | -68/+58 |
* | image/wireshark.rc.in | Jörg Mayer | 2006-06-02 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -2/+2 |
* | ethereal->wireshark | Ronnie Sahlberg | 2006-05-22 | 1 | -1/+1 |
* | ethereal->wireshark updates | Ronnie Sahlberg | 2006-05-22 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -5/+5 |
* | Add code to check whether the app was started with special privileges | Guy Harris | 2006-02-06 | 1 | -4/+12 |
* | Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in | Guy Harris | 2005-11-07 | 1 | -1/+1 |
* | Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the | Guy Harris | 2005-11-07 | 1 | -1/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -33/+15 |
* | several times replacing: | Ulf Lamping | 2005-08-18 | 1 | -1/+1 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -6/+2 |
* | Remove support for the old plugin api. | Lars Roland | 2005-03-16 | 1 | -51/+7 |
* | Call the "new-style init" routine for plugins a "register" routine, as | Guy Harris | 2005-03-07 | 1 | -44/+73 |
* | "report_err.h" declares "report_failure()", so it doesn't need to be | Guy Harris | 2005-03-06 | 1 | -1/+0 |
* | Warning fix: | Jörg Mayer | 2005-03-06 | 1 | -0/+1 |
* | Squelch some compiler warnings. | Guy Harris | 2005-03-06 | 1 | -1/+4 |
* | Preparations for dropping the old plugin api. | Lars Roland | 2005-03-05 | 1 | -12/+39 |
* | The stats tree stuff should ultimately allow us to have plugin taps, so | Guy Harris | 2005-02-27 | 1 | -60/+104 |
* | Move the following files from /trunk to /trunk/epan: | Lars Roland | 2005-02-09 | 1 | -2/+2 |
* | add some of the DCE/RPC functions to the plugin API | Ulf Lamping | 2005-01-12 | 1 | -0/+1 |
* | Don't cast pointers passed as arguments - pass a pointer to the right | Guy Harris | 2005-01-02 | 1 | -4/+8 |
* | As "get_persconffile_path()" doesn't return a "const char *", neither | Guy Harris | 2004-12-31 | 1 | -5/+5 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move the xDLC helper routines into epan. | Guy Harris | 2004-09-28 | 1 | -1/+1 |
* | Move various checksum routines and headers to epan. | Guy Harris | 2004-09-28 | 1 | -1/+1 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | Add proto_tree_add_debug_text(), rtcp_add_address(), and | Guy Harris | 2004-09-23 | 1 | -0/+2 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -6/+6 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Add "crc16_ccitt_tvb()" to the plugin API and the list of functions | Guy Harris | 2004-06-30 | 1 | -1/+2 |
* | From Dennis Lim: add routines used by dissectors for ONC RPC protocols | Guy Harris | 2004-06-19 | 1 | -1/+2 |
* | Get rid of a no-longer-used variable. | Guy Harris | 2004-05-21 | 1 | -3/+1 |
* | "datafile_dir" in "init_plugins()" is used regardless of whether we're | Guy Harris | 2004-05-20 | 1 | -13/+8 |
* | separate dir functions from the plugin init, | Ulf Lamping | 2004-05-20 | 1 | -22/+45 |
* | From Tomas Kukosa: add packet-ber.c routines to the plugin API. | Guy Harris | 2004-03-04 | 1 | -1/+2 |