aboutsummaryrefslogtreecommitdiffstats
path: root/clopts_common.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-07-12No need to include epan header files here; include things directly as necessary.Jeff Morriss1-4/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris1-47/+0
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris1-0/+47
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-54/+9
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-06-13Change read_prefs() to use GStrings instead of (re)allocating memoryGerald Combs1-1/+12
2005-05-27Add a "-G fields3" report which prints the bitmask of the field, and avoidsGilbert Ramirez1-0/+2
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs1-0/+3
2005-02-27Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"Guy Harris1-0/+42
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris1-0/+63