| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | "g_malloc()" takes the number of bytes to allocate, not the number of | Guy Harris | 2004-06-23 | 1 | -2/+3 |
* | Add paragraph about freeing tvbuffs. | Gilbert Ramirez | 2004-06-23 | 1 | -7/+14 |
* | Build and install the HTMLized man pages on UN*X. | Guy Harris | 2004-06-23 | 3 | -5/+93 |
* | Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c". | Guy Harris | 2004-06-23 | 5 | -47/+73 |
* | Mark some unused variables as such. | Guy Harris | 2004-06-22 | 1 | -3/+3 |
* | To test whether we can build with OS X frameworks, try building with | Guy Harris | 2004-06-22 | 1 | -6/+27 |
* | add functionality, to show html files from the local installation | Ulf Lamping | 2004-06-22 | 4 | -34/+153 |
* | Handle cases where PRI[doxu]64 is defined, but u_int64_t isn't. (Solaris 8 | Gerald Combs | 2004-06-22 | 1 | -5/+11 |
* | add Henrik Brix Andersen as the original author of webbrowser.c | Ulf Lamping | 2004-06-22 | 1 | -6/+9 |
* | "Home page" is typically two words. | Guy Harris | 2004-06-22 | 1 | -2/+2 |
* | Style tweaks, and finish an unfinished comment. | Guy Harris | 2004-06-22 | 1 | -1/+3 |
* | On Mac OS X, use Launch Services to start a Web browser with a given URL. | Guy Harris | 2004-06-22 | 3 | -10/+69 |
* | Change type of argument of dnd_open_file_cmd to get ethereal compiled. | Michael Tüxen | 2004-06-21 | 1 | -2/+2 |
* | Add experimental feature of opening a webbrowser, to show some of the | Ulf Lamping | 2004-06-21 | 7 | -9/+210 |
* | if more than one file is (drag and) dropped into the program, | Ulf Lamping | 2004-06-21 | 4 | -90/+193 |
* | Change to GLib 2.4.2 and GTK+ 2.4.3. | Gerald Combs | 2004-06-21 | 1 | -5/+5 |
* | Remove trailing comma at end of enum | Jörg Mayer | 2004-06-21 | 1 | -2/+2 |
* | use the "correct" resize function for the file selection dialog | Ulf Lamping | 2004-06-21 | 1 | -3/+14 |
* | add GTK2.4 and alike libs to the setup target, | Ulf Lamping | 2004-06-20 | 1 | -2/+4 |
* | add GTK2.4 and alike libs to the setup target, | Ulf Lamping | 2004-06-20 | 1 | -5/+30 |
* | bugfix: is using last_open_dir with GTK2.4 file chooser | Ulf Lamping | 2004-06-20 | 1 | -4/+20 |
* | In "show_fragment()", use common code to put the top-level entry into | Guy Harris | 2004-06-20 | 1 | -30/+26 |
* | bugfix: handle NULL pointer correct, | Ulf Lamping | 2004-06-20 | 1 | -2/+9 |
* | preference setting, so "ask for unsaved capture files" can be switched off | Ulf Lamping | 2004-06-20 | 7 | -16/+41 |
* | preference setting for the option to "avoid" the capture info dialog | Ulf Lamping | 2004-06-20 | 4 | -15/+57 |
* | added an option to "avoid" the capture info dialog completely. | Ulf Lamping | 2004-06-20 | 4 | -20/+67 |
* | add merge.obj to the linking of mergecap.exe | Ulf Lamping | 2004-06-20 | 1 | -3/+3 |
* | preview: add 3 seconds timeout, and show the information got so far. | Ulf Lamping | 2004-06-20 | 1 | -12/+33 |
* | bugfix: prefix for int64 output on win32 must be "I64" not "i64" | Ulf Lamping | 2004-06-20 | 1 | -5/+5 |
* | Include <string.h> to declare "strlen()". | Guy Harris | 2004-06-20 | 1 | -2/+4 |
* | Make the elapsed time value an "unsigned int" (if the stop time is | Guy Harris | 2004-06-20 | 1 | -16/+13 |
* | The sequence number in COTP packets is either unused (for TP0) or | Guy Harris | 2004-06-20 | 1 | -4/+12 |
* | add preview information to the open and merge dialog boxes | Ulf Lamping | 2004-06-19 | 1 | -10/+314 |
* | From Dennis Lim: add routines used by dissectors for ONC RPC protocols | Guy Harris | 2004-06-19 | 10 | -4/+135 |
* | From Carles Kishimoto: add support for GMPLS extensions, as per the I-D | Guy Harris | 2004-06-19 | 4 | -12/+48 |
* | If the user hasn't explicitly said they want to build with Heimdal, | Guy Harris | 2004-06-19 | 1 | -5/+5 |
* | From Thomas Anders: display the Security Parameter Lifetime as a | Guy Harris | 2004-06-19 | 1 | -2/+5 |
* | Pick up the stuff I did for tcpdump to figure out the right strings to | Guy Harris | 2004-06-19 | 6 | -18/+170 |
* | "ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily a | Guy Harris | 2004-06-18 | 1 | -7/+7 |
* | Add local MAC addresses for MS-Loadbalancing (not all, see comment in wka.tmpl) | Jörg Mayer | 2004-06-18 | 2 | -4/+59 |
* | add timestamp of first and last packet to summary dialog | Ulf Lamping | 2004-06-18 | 1 | -6/+52 |
* | Add the kerberos linking options to the right magic variable | Jörg Mayer | 2004-06-18 | 1 | -7/+7 |
* | Fix compile errors on Suse 9.1: | Jörg Mayer | 2004-06-18 | 2 | -5/+5 |
* | merge: remove code duplication in merge.c and mergecap.c (put it in merge.c), | Ulf Lamping | 2004-06-18 | 4 | -451/+262 |
* | merge: bugfixes and code cleanup | Ulf Lamping | 2004-06-18 | 3 | -40/+44 |
* | added some tooltips, minor code cleanup | Ulf Lamping | 2004-06-18 | 1 | -5/+13 |
* | Use an adverb to modify a verb. | Guy Harris | 2004-06-17 | 1 | -2/+2 |
* | Include <string.h> to declare "strdup()". | Guy Harris | 2004-06-17 | 1 | -1/+3 |
* | add Merge functionality to Ethereal in an experimental state. | Ulf Lamping | 2004-06-17 | 5 | -5/+797 |
* | add implementation of button mask ESD_BTNS_YES_NO | Ulf Lamping | 2004-06-17 | 1 | -7/+14 |