aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_cmd_args.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-12CMakeLists.txt: Make sure TSHARK_TAP_SRC is defined beforeGerald Combs1-4/+4
register_tap_files so that the "-z" flag works for TShark. epan/stat_cmd_args.c: Fixup whitespace. svn path=/trunk/; revision=40443
2008-06-23Rename an argument to avoid colliding with a global variable.Guy Harris1-3/+3
svn path=/trunk/; revision=25559
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ↵Luis Ontanon1-3/+6
the callback for multiple registrations. svn path=/trunk/; revision=17252
2005-08-31Keep the list of possible "-z" arguments sorted, so we can display themGuy Harris1-6/+15
in sorted order (to make it a bit easier to find the one you're interested in). svn path=/trunk/; revision=15638
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-0/+121
implementing the "-z" command-line arguments, it doesn't deal with *all* issues for stats. svn path=/trunk/; revision=15483