~ubuntu-branches/ubuntu/natty/iptraf/natty-proposed

« back to all changes in this revision

Viewing changes to src/ifstats.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2005-02-26 10:37:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050226103701-pqfbo1f0nch5h3rw
Tags: 2.7.0-7
Documentation/iptraf.8: use \- to denote the dash signs before options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
***/
7
7
 
8
8
struct iflist {
9
 
    char ifname[8];
 
9
    char ifname[18];
10
10
    unsigned int encap;
11
11
    unsigned long long iptotal;
12
12
    unsigned long badtotal;