Skip to content

Qt: add limit + offset options when loading a file.

Dario Lombardo requested to merge crondaemon/wireshark:dario/limit into master

When loading very large files, it can be very convenient to load just a part of the file (limit) starting at a certain point (offset). This change adds those 2 new options when loading files.

Supports negative offsets as well.

Edited by Dario Lombardo

Merge request reports