~ubuntu-branches/ubuntu/wily/tcpdump/wily

« back to all changes in this revision

Viewing changes to ethertype.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-08-08 20:06:38 UTC
  • mfrom: (7.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120808200638-fzv1zks6p7a1qb2f
Tags: 4.3.0-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Add enforcing AppArmor profile.
  - debian/control: Build-Depends on dh-apparmor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
#ifndef ETHERTYPE_AARP
101
101
#define ETHERTYPE_AARP          0x80f3
102
102
#endif
 
103
#ifndef ETHERTYPE_TIPC
 
104
#define ETHERTYPE_TIPC          0x88ca
 
105
#endif
103
106
#ifndef ETHERTYPE_8021Q
104
107
#define ETHERTYPE_8021Q         0x8100
105
108
#endif