mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Move cur_pos from packet into packet manager loop.
This commit is contained in:
parent
c2500d03d6
commit
96d0e11bb8
39 changed files with 148 additions and 169 deletions
|
@ -94,8 +94,10 @@ private:
|
|||
* It is assumed that an IP header follows.
|
||||
*
|
||||
* @param packet The packet to adapt.
|
||||
*
|
||||
* @param data Pointer to remaining payload.
|
||||
*/
|
||||
void CustomEncapsulationSkip(Packet* packet);
|
||||
void CustomEncapsulationSkip(Packet* packet, const uint8_t* data);
|
||||
|
||||
AnalyzerPtr Dispatch(uint32_t identifier);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue