~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to ethertype.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-04 10:33:48 UTC
  • mfrom: (7.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120104103348-6i4d0riwu9laykex
Tags: 4.2.1-1ubuntu1
* Resynchronise with Debian.  Remaining changes (LP: #892285):
  - Add enforcing AppArmor profile.
* Refreshed manpage patch to apply to new upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
#ifndef ETHERTYPE_8021Q
104
104
#define ETHERTYPE_8021Q         0x8100
105
105
#endif
 
106
 
 
107
/* see:
 
108
        http://en.wikipedia.org/wiki/IEEE_802.1Q
 
109
    and http://en.wikipedia.org/wiki/QinQ
 
110
*/
 
111
#ifndef ETHERTYPE_8021Q9100
 
112
#define ETHERTYPE_8021Q9100     0x9100
 
113
#endif
 
114
#ifndef ETHERTYPE_8021Q9200
 
115
#define ETHERTYPE_8021Q9200     0x9200
 
116
#endif
 
117
#ifndef ETHERTYPE_8021QinQ
 
118
#define ETHERTYPE_8021QinQ      0x88a8
 
119
#endif
106
120
#ifndef ETHERTYPE_IPX
107
121
#define ETHERTYPE_IPX           0x8137
108
122
#endif