Improve packet analyzer API.

This commit is contained in:
Jan Grashoefer 2020-08-31 17:13:22 +02:00 committed by Tim Wojtulewicz
parent d5ca0f9da5
commit 90eb97876f
40 changed files with 138 additions and 136 deletions

View file

@ -140,13 +140,6 @@ public:
[[deprecated("Remove in v4.1. Use ToRawPktHdrval() instead.")]]
RecordVal* BuildPktHdrVal() const;
/**
* Returns the end of the captured data for bound checking.
*
* @return End of the packet data.
*/
const u_char* const GetEndOfData() const;
/**
* Describes the packet, with standard signature.
*/
@ -228,7 +221,7 @@ public:
*/
bool l3_checksummed;
// Wrapper to generate a packet-level weird. Has to be public for llanalyzers to use it.
// Wrapper to generate a packet-level weird. Has to be public for packet analyzers to use it.
void Weird(const char* name);
private: