aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/funnel_stat.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-71/+69
2009-12-14From Valerio Messina:jake1-1/+1
2009-08-27Add #include <stdio.h>wmeier1-0/+2
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2009-04-16Fix the last of the Win64 problems in the gtk directory.gerald1-4/+4
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.wmeier1-6/+6
2008-08-11try to avoid:lego1-9/+3
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...lego1-4/+27
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyulfl1-1/+0
2008-04-13sort #includes by directoriesulfl1-14/+14
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...ulfl1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-7/+7
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-4/+4
2008-04-06remove GTK1 codeulfl1-68/+0
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2006-12-27+ browser_open_url()lego1-1/+4
2006-11-15fix a warningulfl1-1/+1
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-11-07Warning fixes (void) instead of (), no newline at end of file.jmayer1-1/+1
2006-10-19Include gtk/main.h to declare main_filter_packets().guy1-0/+1
2006-10-05have the funnel client passing the destructors for btn data structures to the...lego1-6/+6
2006-10-04Misterious bug with cf_read() solved... had nothing to do with cf_read :)lego1-10/+35
2006-10-03- Make sure that the registration files are created whenever there's a changelego1-1/+7
2006-10-03more Lua APIs:lego1-1/+58
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tlego1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-30remove some useless code.lego1-9/+7
2006-03-30TextWindow:lego1-8/+64
2006-03-05wrong name.lego1-1/+1
2006-03-05+ retap_packets()lego1-5/+52
2006-02-18squelch some compiler warningsulfl1-3/+3
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-2/+14
2006-02-06- fix a leaklego1-6/+7
2006-02-06fix some variable declarations bugs (code not conforming to ANSI-C)ulfl1-3/+8
2006-02-06another gtk_resize_window()sahlberg1-0/+5
2006-02-06gtk1.x does not have gtk_window_resize()sahlberg1-0/+5
2006-02-06The simple dialoglego1-23/+144
2006-02-06"text_window_delete_event_cb()" returns a gboolean; declare it as such.guy1-1/+1
2006-02-05* add an option to funnel_register_menu to retap the packets right after been...lego1-7/+54
2006-02-05- add a register_menu funnel lego1-7/+29
2006-02-04GTK1 buid failed, this should fix it.lego1-5/+5
2006-02-04VC6 doesn't like empty structs.lego1-3/+13
2006-02-04The funneled GUI mini API.lego1-0/+240