aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-08-25timestamp display precision:Ulf Lamping5-24/+182
2005-08-25http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377Luis Ontanon1-3/+4
2005-08-25Fix sorting in the "Ports" columns. Add a comment about address sorting.Gerald Combs1-12/+16
2005-08-25The "secs" field of a "struct wtap_nstime" is a time_t, so it could beGuy Harris1-2/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping13-95/+77
2005-08-24From Graeme HewsonRonnie Sahlberg1-2/+3
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aGuy Harris2-63/+34
2005-08-21Use "g_strdup_printf()" rather than formatting into a fixed-lengthGuy Harris1-46/+41
2005-08-21Use the tap_dfilter_dlg mechanism.Guy Harris1-116/+10
2005-08-21Use the tap_dfilter_dlg code.Guy Harris1-116/+10
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris52-54/+54
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping1-0/+39
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris14-284/+27
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris8-8/+16
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris62-127/+134
2005-08-20The routines registered with "register_stat_cmd_arg()" *are* called ifGuy Harris5-83/+123
2005-08-20We already have a tap that registers as a command-line stat under theGuy Harris1-10/+0
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris48-48/+48
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inGuy Harris2-3/+5
2005-08-20And if we add a file, add it to Makefile.am as well Jörg Mayer1-0/+1
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-08-20One file missed in last checkinJörg Mayer1-1/+2
2005-08-20- Declare some functions staticJörg Mayer35-1424/+1457
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer3-1/+4
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping82-1436/+1430
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris2-0/+319
2005-08-20remove sprintf from mtp3Ronnie Sahlberg1-3/+5
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2-20/+5
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