Skip to content

[pull] master from kevoreilly:master#317

Merged
pull[bot] merged 2 commits intothreatcode:masterfrom
kevoreilly:master
Oct 23, 2025
Merged

[pull] master from kevoreilly:master#317
pull[bot] merged 2 commits intothreatcode:masterfrom
kevoreilly:master

Conversation

@pull
Copy link

@pull pull bot commented Oct 23, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

josh-feather and others added 2 commits October 23, 2025 16:53
* Allow .pcapng files to be generated at download-time, in addition to during processing
Generating .pcapng files during processing results in double the amount of network data being stored on disk. This is because the original .pcap is required for reprocessing. This change introduces functionality that enables .pcapng files to be generated when the file download is attempted (when the file is required).

This brings two benefits:
1. PCAP-NG files aren't generated for every detonation, reducing the amount of disk space used.
2. Reduces processing time.

It's worth noting that the tradeoff is that it can be quite expensive to generate the .pcapng in the web thread if the PCAP is significant in size.

* Refactor PcaptoNg __init__ function

Initialize variables in a more robust fashion.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Move utils.pcap to lib.cuckoo.common.pcap_utils

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Oct 23, 2025
@pull pull bot added the ⤵️ pull label Oct 23, 2025
@pull pull bot merged commit e593cbe into threatcode:master Oct 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants