Diff for /embedaddon/iftop/options.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:57:34 version 1.1.1.2, 2016/10/18 14:04:50
Line 56  typedef struct { Line 56  typedef struct {
     int aggregate_dest;      int aggregate_dest;
     int paused;      int paused;
     int showhelp;      int showhelp;
       int timed_output;
       int no_curses;
       int num_lines;
     int bandwidth_in_bytes;      int bandwidth_in_bytes;
     option_sort_t sort;      option_sort_t sort;
   
Line 78  typedef struct { Line 81  typedef struct {
     struct in_addr netfilternet;      struct in_addr netfilternet;
     struct in_addr netfiltermask;      struct in_addr netfiltermask;
   
       int netfilter6;
       struct in6_addr netfilter6net;
       struct in6_addr netfilter6mask;
   
       /* Account for link-local traffic. */
       int link_local;
   
     char *config_file;      char *config_file;
     int config_file_specified;      int config_file_specified;
   
Line 86  typedef struct { Line 96  typedef struct {
   
 void options_set_defaults();  void options_set_defaults();
 void options_read(int argc, char **argv);  void options_read(int argc, char **argv);
   void options_read_args(int argc, char **argv);
   void options_make();
   
 #endif /* __OPTIONS_H_ */  #endif /* __OPTIONS_H_ */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>