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