aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* "gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris2005-08-2114-284/+27
* Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris2005-08-218-8/+16
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-2162-127/+134
* The routines registered with "register_stat_cmd_arg()" *are* called ifGuy Harris2005-08-205-83/+123
* We already have a tap that registers as a command-line stat under theGuy Harris2005-08-201-10/+0
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-2048-48/+48
* Explain in more detail the split between the stuff in ui_util.h and inGuy Harris2005-08-202-3/+5
* And if we add a file, add it to Makefile.am as well Jörg Mayer2005-08-201-0/+1
* - Include the .h files in their .c files.Jörg Mayer2005-08-201-0/+2
* One file missed in last checkinJörg Mayer2005-08-201-1/+2
* - Declare some functions staticJörg Mayer2005-08-2035-1424/+1457
* - Include ../ui_util.h into files that implement functions declard inJörg Mayer2005-08-203-1/+4
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-2082-1436/+1430
* For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris2005-08-202-0/+319
* remove sprintf from mtp3Ronnie Sahlberg2005-08-201-3/+5
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-192-20/+5
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-1947-47/+47
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-1961-226/+272
* From Michael Lum:Ronnie Sahlberg2005-08-194-15/+13
* Include <string.h> to declare "strrchr()".Guy Harris2005-08-191-16/+18
* Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris2005-08-191-10/+10
* fix #305: don't get file creation date/time of the file but just use the file...Ulf Lamping2005-08-181-2/+34
* init the file set submenu items, so that the next and previous file items are...Ulf Lamping2005-08-181-0/+1
* strdup -> g_strdup and alikeUlf Lamping2005-08-171-3/+3
* Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer2005-08-162-13/+5
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-4/+4
* Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg2005-08-121-0/+1
* removed tons of MSVC const related warnings.Ulf Lamping2005-08-1019-47/+47
* don't warn the user about the WinPcap 3.1 release version as being unknownUlf Lamping2005-08-101-1/+2
* "g_locale_to_utf8()" returns a "gchar *", and the string it returns isGuy Harris2005-08-091-1/+1
* fix some MSVC const warningsUlf Lamping2005-08-085-7/+7
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-069-45/+45
* Squelch more const pointer warnings.Guy Harris2005-08-061-1/+1
* Make some structure members that are always set from mallocated data notGuy Harris2005-08-061-3/+2
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-0638-150/+140
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-054-63/+63
* have the definition of init_hostlist_table *ACTUALLY* match its declaration.Luis Ontanon2005-08-051-1/+1
* have the definition of init_hostlist_table match the declaration.Luis Ontanon2005-08-051-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-0560-155/+154
* Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer2005-08-021-5/+5
* add some minor comments around the GTK main loopUlf Lamping2005-08-021-0/+2
* Some warning fixes for "no previous declaration"Jörg Mayer2005-08-021-1/+1
* Fix more "no previous declaration" warningsJörg Mayer2005-08-0213-27/+31
* Warning fixesJörg Mayer2005-07-282-2/+2
* There aren't any clists here, and the clist arrows aren't used.Guy Harris2005-07-271-2/+0
* do not try to free the isup tap data.Luis Ontanon2005-07-261-4/+0
* two bugfixes:Ulf Lamping2005-07-252-19/+21
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-248-37/+38
* Remove the isup messages tap as it's been superceeded by the stats_tree oneLuis Ontanon2005-07-242-422/+0
* From Alejandro Vaquero:Luis Ontanon2005-07-241-1/+4