aboutsummaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authorABHIMANYU <agupta07@sourceforge.net>2012-02-28 20:36:55 -0800
committerGuy Harris <guy@alum.mit.edu>2012-02-28 20:36:55 -0800
commit2c233065b663b176f8fd9679aa674aefe38c3dd4 (patch)
treedb9c8bbb83d1ddfa2e180dfd4a7020be0c80bcea /ethertype.h
parent93f33e57f52f612a36b59d1732ec153995fa4c4f (diff)
downloadtcpdump-2c233065b663b176f8fd9679aa674aefe38c3dd4.tar.gz
TIPC support.
Reviewed-and-much-modified-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethertype.h b/ethertype.h
index fc5e515c..8c063396 100644
--- a/ethertype.h
+++ b/ethertype.h
@@ -100,6 +100,9 @@
#ifndef ETHERTYPE_AARP
#define ETHERTYPE_AARP 0x80f3
#endif
+#ifndef ETHERTYPE_TIPC
+#define ETHERTYPE_TIPC 0x88ca
+#endif
#ifndef ETHERTYPE_8021Q
#define ETHERTYPE_8021Q 0x8100
#endif