diff options
Diffstat (limited to 'pcapplusplus.h')
-rw-r--r-- | pcapplusplus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcapplusplus.h b/pcapplusplus.h index 04756e6..9b18351 100644 --- a/pcapplusplus.h +++ b/pcapplusplus.h @@ -22,6 +22,7 @@ public: std::vector<pcpp::Packet>::iterator parsedPacketsBegin(); std::vector<pcpp::Packet>::iterator parsedPacketsEnd(); bool randomizeIp(size_t index, bool isSourceIp); + bool setIp(size_t index, const std::string & ip, bool isSourceIp); bool getPcapStatistics(pcpp::IFileDevice::PcapStats & stats); static const pcpp::Layer *getFirstLayer(const pcpp::Packet & packet); |