aboutsummaryrefslogtreecommitdiffstats
path: root/clopts_common.c
Commit message (Expand)AuthorAgeFilesLines
* Move some more stuff into wsutil.Guy Harris2014-06-291-69/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No need to include epan header files here; include things directly as necessary.Jeff Morriss2013-07-121-4/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris2011-04-111-47/+0
* Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris2011-04-111-0/+47
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-54/+9
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-1/+1
* Change read_prefs() to use GStrings instead of (re)allocating memoryGerald Combs2005-06-131-1/+12
* Add a "-G fields3" report which prints the bitmask of the field, and avoidsGilbert Ramirez2005-05-271-0/+2
* Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs2005-03-111-0/+3
* Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"Guy Harris2005-02-271-0/+42
* Hoist the code for handling "-G" into a common module.Guy Harris2004-09-101-0/+63