From fa8792d5faeabbd212dd252670bcca8d5b6eb412 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 21 Mar 2017 19:12:26 +0200 Subject: flow stat parsers refactor and adding tests Signed-off-by: Ido Barnea --- src/common/Network/Packet/EthernetHeader.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/Network/Packet/EthernetHeader.h') diff --git a/src/common/Network/Packet/EthernetHeader.h b/src/common/Network/Packet/EthernetHeader.h index cf93e850..f5de1e06 100755 --- a/src/common/Network/Packet/EthernetHeader.h +++ b/src/common/Network/Packet/EthernetHeader.h @@ -82,11 +82,8 @@ public: // Retrieve VLAN fields for tag and protocol information inline uint16_t getVlanTag (); inline uint16_t getVlanProtocol (); - inline uint16_t getQinQTag (); - inline uint16_t getQinQProtocol (); void dump (FILE* fd); - public: MacAddress myDestination; MacAddress mySource; @@ -94,8 +91,6 @@ private: uint16_t myProtocol; uint16_t myVlanTag; uint16_t myVlanProtocol; - uint16_t myQinQTag; - uint16_t myQinQProtocol; }; #include "EthernetHeader.inl" -- cgit 1.2.3-korg