summaryrefslogtreecommitdiff
path: root/src/protocol/vlan.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/vlan.rs')
-rw-r--r--src/protocol/vlan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/vlan.rs b/src/protocol/vlan.rs
index 7f64780..7533e41 100644
--- a/src/protocol/vlan.rs
+++ b/src/protocol/vlan.rs
@@ -9,7 +9,7 @@ use nom::IResult;
* Struct
******************************************************************************/
-#[derive(Clone, Copy, Debug, PartialEq, Eq)]
+#[derive(Clone, Debug, PartialEq, Eq)]
pub struct VlanHeader {
// A 3 bit number which refers to the IEEE 802.1p class of service and maps to the frame priority level.
pub priority_code_point: u8,