getPhyLessPduPtr -> skip ethernet pdus

This commit is contained in:
stubbfel
2017-03-02 00:38:04 +01:00
parent 1f40e10d5c
commit 76e86f556a
2 changed files with 12 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ public:
private:
Tins::PDU * getPhyLessPduPtr(IN const Tins::PDU & pdu) const;
Tins::PDU * getPhyLessPduPtr(IN Tins::PDU & pdu) const;
void addPduToHashList(IN Tins::PDU &pdu);
bool searchAndRemoveHashListItem(IN const std::size_t removedHash);