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

« back to all changes in this revision

Viewing changes to src/links.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2006-10-15 13:34:14 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061015133414-77itbhydih1z3amr
* Sync with Ubuntu fixes (by Oliver Grawert and Michael Vogt)
  * added fix for /var/run detection (since it is a tmpfs by default on
    Ubuntu) [and fixed ubuntu fix]
  * added support for ath devices
  * fixed FTBFS by changing linux/if_tr.h to netinet/if_tr.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#define LINK_LOOPBACK           5
6
6
#define LINK_ISDN_RAWIP         6
7
7
#define LINK_ISDN_CISCOHDLC     7
 
8
#define LINK_CISCOHDLC  7
8
9
#define LINK_FDDI               8
9
10
#define LINK_FRAD               9
10
11
#define LINK_DLCI               10
11
12
#define LINK_TR                 11
 
13
#define LINK_IPIP       12
 
14
#define LINK_VLAN       13
12
15
#define LINK_INVALID            0
13