aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris47-47/+47
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris61-226/+272
2005-08-19From Michael Lum:Ronnie Sahlberg4-15/+13
2005-08-19Include <string.h> to declare "strrchr()".Guy Harris1-16/+18
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris1-10/+10
2005-08-18fix #305: don't get file creation date/time of the file but just use the file...Ulf Lamping1-2/+34
2005-08-18init the file set submenu items, so that the next and previous file items are...Ulf Lamping1-0/+1
2005-08-17strdup -> g_strdup and alikeUlf Lamping1-3/+3
2005-08-16Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer2-13/+5
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-4/+4
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg1-0/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping19-47/+47
2005-08-10don't warn the user about the WinPcap 3.1 release version as being unknownUlf Lamping1-1/+2
2005-08-09"g_locale_to_utf8()" returns a "gchar *", and the string it returns isGuy Harris1-1/+1
2005-08-08fix some MSVC const warningsUlf Lamping5-7/+7
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer9-45/+45
2005-08-06Squelch more const pointer warnings.Guy Harris1-1/+1
2005-08-06Make some structure members that are always set from mallocated data notGuy Harris1-3/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris38-150/+140
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping4-63/+63
2005-08-05have the definition of init_hostlist_table *ACTUALLY* match its declaration.Luis Ontanon1-1/+1
2005-08-05have the definition of init_hostlist_table match the declaration.Luis Ontanon1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer60-155/+154
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-5/+5
2005-08-02add some minor comments around the GTK main loopUlf Lamping1-0/+2
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer13-27/+31
2005-07-28Warning fixesJörg Mayer2-2/+2
2005-07-27There aren't any clists here, and the clist arrows aren't used.Guy Harris1-2/+0
2005-07-26do not try to free the isup tap data.Luis Ontanon1-4/+0
2005-07-25two bugfixes:Ulf Lamping2-19/+21
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris8-37/+38
2005-07-24Remove the isup messages tap as it's been superceeded by the stats_tree oneLuis Ontanon2-422/+0
2005-07-24From Alejandro Vaquero:Luis Ontanon1-1/+4
2005-07-24remove the old http packet count tap as it has been superceeded by the new st...Luis Ontanon2-523/+0
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-0/+3
2005-07-19Avoid the selected item been white on white by making all analysis widows col...Luis Ontanon1-4/+5
2005-07-19fix various doxygen warningsUlf Lamping5-7/+7
2005-07-19from Graeme Hewson: "Fixes for ethereal config files"Ulf Lamping1-4/+4
2005-07-18GTK 1.2 does not define the macro GDK_IS_DRAWABLE which made compilation of...Ronnie Sahlberg1-0/+10
2005-07-17From Francisco AlcobaLuis Ontanon3-176/+826
2005-07-15make io-stat able to do SUM(*) for FT_RELATIVE_TIME fieldsRonnie Sahlberg1-0/+5
2005-07-12From Irene Ruengeler: Handle multiple gap reports correctly and use correct n...Michael Tüxen2-11/+9
2005-07-10Just pass &cfile to select_tcpip_session(); we don't need to passGuy Harris1-17/+16
2005-07-10Fix some comment typos.Guy Harris1-2/+2
2005-07-10Get rid of an unused argument.Guy Harris1-5/+5
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-3/+4
2005-07-10It works reasonably well with extensive testing so here goes :Ronnie Sahlberg1-249/+304
2005-07-09MSVC: fix some guint64 related compiler errorsUlf Lamping1-6/+12
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please review...Ulf Lamping2-2/+6