aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/afp_stat.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-06Add support for PARAM_ENUM tap parameters, and use the tap_param_dlgGuy Harris1-1/+0
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris1-1/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-2/+8
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+0
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+1
2008-09-03The AFP field containing the command is "afp.command", not "afp.cmd". Guy Harris1-1/+1
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-4/+3
2008-04-13sort #includes by directoriesUlf Lamping1-6/+7
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping1-1/+1
2008-04-12remove unrequired "references" to gtkglobals.hUlf Lamping1-1/+0
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-3/+3
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher1-2/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-12Add userdata arguments to a bunch of stat initialization routines toGuy Harris1-1/+1
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris1-117/+10
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer1-1/+1
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris1-0/+318