mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/bit-348'
* origin/topic/jsiwek/bit-348: Update SNMP analyzer's DeliverPacket method signature. Fix reassembly of data w/ sizes beyond 32-bit capacities (BIT-348). Conflicts: src/analyzer/protocol/file/File.cc src/analyzer/protocol/file/File.h
This commit is contained in:
commit
116ed370a2
77 changed files with 1628 additions and 1542 deletions
|
@ -40,7 +40,7 @@ void File_Analyzer::DeliverStream(int len, const u_char* data, bool orig)
|
|||
orig, file_id_resp);
|
||||
}
|
||||
|
||||
void File_Analyzer::Undelivered(int seq, int len, bool orig)
|
||||
void File_Analyzer::Undelivered(uint64 seq, int len, bool orig)
|
||||
{
|
||||
TCP_ApplicationAnalyzer::Undelivered(seq, len, orig);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue