artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eceea3
)
Fix wrong ETHERTYPE_IPV6
author
denis
<denis@openbsd.org>
Mon, 1 Jan 2018 19:41:01 +0000
(19:41 +0000)
committer
denis
<denis@openbsd.org>
Mon, 1 Jan 2018 19:41:01 +0000
(19:41 +0000)
OK jca@ kettenis@ job@
lib/libpcap/ethertype.h
patch
|
blob
|
history
diff --git
a/lib/libpcap/ethertype.h
b/lib/libpcap/ethertype.h
index
f2ba6f2
..
2c44f30
100644
(file)
--- a/
lib/libpcap/ethertype.h
+++ b/
lib/libpcap/ethertype.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ethertype.h,v 1.
8 2014/04/11 04:08:58 lteo Exp $
*/
+/* $OpenBSD: ethertype.h,v 1.
9 2018/01/01 19:41:01 denis Exp $
*/
/* $NetBSD: ethertype.h,v 1.2 1995/03/06 11:38:17 mycroft Exp $ */
/*
@@
-76,7
+76,7
@@
#define ETHERTYPE_8021Q 0x8100
#endif
#ifndef ETHERTYPE_IPV6
-#define ETHERTYPE_IPV6 0x8
0f3
+#define ETHERTYPE_IPV6 0x8
6dd
#endif
#ifndef ETHERTYPE_LOOPBACK
#define ETHERTYPE_LOOPBACK 0x9000