aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-05-21WIN32 only: add an "Authors" notebook tab, to show the content ofUlf Lamping1-5/+8
2004-05-21install (and uninstall) AUTHORS-SHORT and COPYING filesUlf Lamping1-1/+5
2004-05-21convert AUTHORS file to a shorter version (without the tasks done)Ulf Lamping2-4/+32
2004-05-21From Thomas Anders enhancements to PacketCableRonnie Sahlberg2-43/+87
2004-05-21code cleanup (e.g. removed unused function parameters),Ulf Lamping4-22/+41
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris5-5/+37
2004-05-21GCC warns about zero-length format strings, presumably either becauseGuy Harris1-17/+17
2004-05-21Make the XPM data an array of "const char *", to get rid of a compilerGuy Harris1-1/+1
2004-05-21Get rid of a no-longer-used variable.Guy Harris1-3/+1
2004-05-21Include <string.h> to declare "strdup()".Guy Harris1-2/+3
2004-05-21split helper text page function into a generic and a help specific part,Ulf Lamping1-9/+25
2004-05-21gtk_window_present() new dialog windows, to be sure they get on topUlf Lamping1-1/+2
2004-05-21Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris3-9/+10
2004-05-20complete new layout of the summary dialogUlf Lamping1-159/+184
2004-05-20simple_list_new(): hide title row, if titles == NULLUlf Lamping1-4/+8
2004-05-20"datafile_dir" in "init_plugins()" is used regardless of whether we'reGuy Harris1-13/+8
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogUlf Lamping3-160/+127
2004-05-20as it's difficult to create a list widget for both supported GTK versions,Ulf Lamping2-2/+95
2004-05-20separate dir functions from the plugin init,Ulf Lamping3-33/+98
2004-05-20code cleanupUlf Lamping1-4/+2
2004-05-20call gtk_window_present() only on GTK2 and aboveUlf Lamping1-1/+3
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping5-136/+261
2004-05-20added a depend to ethereal-tap-register.c,Ulf Lamping1-2/+2
2004-05-20avoid using ushort (not available on all platforms), use guint16 insteadUlf Lamping1-2/+2
2004-05-20update menu check items, if name resolution prefs changedUlf Lamping3-11/+22
2004-05-19workaround for GTK2 bug: bring main window back to front,Ulf Lamping1-1/+11
2004-05-19Fixes to LMP for draft-09 support.Ashok Narayanan2-35/+26
2004-05-19Remove hf argument to common routines for dissecting domain sids. MostTim Potter6-84/+54
2004-05-18Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATHJörg Mayer1-5/+5
2004-05-18update to packetcable dissect all of apreq/aprep packetsRonnie Sahlberg1-7/+228
2004-05-18New protocol : PacketCable : PKTCRonnie Sahlberg5-3/+219
2004-05-18this is a hack, to workaround a bug in GTK2.x!Ulf Lamping1-3/+13
2004-05-17GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping2-17/+35
2004-05-17In rpc programs statistics, change RTT (RoundTripTime) to SRTRonnie Sahlberg2-8/+8
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashRonnie Sahlberg7-56/+56
2004-05-16From Yaniv Kaul: add support for 3 MS-Exchange, non-RFC compliantGuy Harris1-2/+6
2004-05-16don't show simple_dialogs, if main window iconified (minimized),Ulf Lamping1-1/+25
2004-05-16From Yaniv Kaul: note that authentication types 1 and 2 are from RFCGuy Harris1-3/+3
2004-05-15From Gisle Vanem: export dfilter_dump from libethereal for the benefitGuy Harris1-0/+1
2004-05-15From Thomas Anders: fix --with-net-snmp to let it handle either theGuy Harris1-3/+6
2004-05-15From James H. Cloos Jr: update the list of audio and video codecs.Guy Harris4-8/+22
2004-05-15From Martin Mathieson: mark the "this is a suspected resend" Boolean andGuy Harris1-8/+14
2004-05-15From Carlos Pignataro: support for MPLS over GRE.Guy Harris3-4/+8
2004-05-15Move common routines from packet-dcerpc-samr.c to packet-dcerpc-nt.cTim Potter2-398/+445
2004-05-15Remove call to PROTO_ITEM_SET_LINK().Tim Potter1-2/+1
2004-05-15remove FI_LINK again,Ulf Lamping2-16/+2
2004-05-15remove FI_LINK again,Ulf Lamping3-10/+5
2004-05-14More updates to packetcable kerberosRonnie Sahlberg2-11/+46
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-15/+20
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping2-8/+23