mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Remove encap_hdr_size (replaced by skip analyzer).
This commit is contained in:
parent
aa4506ad06
commit
0925b3bbec
5 changed files with 0 additions and 58 deletions
|
@ -89,16 +89,6 @@ private:
|
|||
*/
|
||||
AnalyzerPtr InstantiateAnalyzer(const std::string& name);
|
||||
|
||||
/**
|
||||
* Skips a fixed amount of packet data that is defined by encap_hdr_size.
|
||||
* It is assumed that an IP header follows.
|
||||
*
|
||||
* @param packet The packet to adapt.
|
||||
*
|
||||
* @param data Pointer to remaining payload.
|
||||
*/
|
||||
void CustomEncapsulationSkip(Packet* packet, const uint8_t* data);
|
||||
|
||||
std::map<std::string, AnalyzerPtr> analyzers;
|
||||
Dispatcher root_dispatcher;
|
||||
AnalyzerPtr default_analyzer = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue