Skip to content

Commit

Permalink
Fixes poc_assign from seladb#1129
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Aug 4, 2023
1 parent 0725fa1 commit 0a0ea75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Packet++/header/NflogLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ namespace pcpp
if(recordRawData == nullptr)
m_Data = nullptr;
else
{
// to pass from some unknown paddings after tlv with type NFULA_PREFIX
while (*recordRawData == 0)
recordRawData += 1;
m_Data = (NflogTLVRawData*)recordRawData;
}
}

/**
Expand Down

0 comments on commit 0a0ea75

Please sign in to comment.