summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/winpcap/pcap/vlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/winpcap/pcap/vlan.h')
-rw-r--r--src/lib/winpcap/pcap/vlan.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/winpcap/pcap/vlan.h b/src/lib/winpcap/pcap/vlan.h
index b0cb7949be1..90b7884cada 100644
--- a/src/lib/winpcap/pcap/vlan.h
+++ b/src/lib/winpcap/pcap/vlan.h
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
- * The Regents of the University of California. All rights reserved.
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,10 +37,10 @@
#define lib_pcap_vlan_h
struct vlan_tag {
- u_int16_t vlan_tpid; /* ETH_P_8021Q */
- u_int16_t vlan_tci; /* VLAN TCI */
+ u_int16_t vlan_tpid; /* ETH_P_8021Q */
+ u_int16_t vlan_tci; /* VLAN TCI */
};
-#define VLAN_TAG_LEN 4
+#define VLAN_TAG_LEN 4
#endif