Bug ID |
12371
|
Summary |
Capture filenames not sortable
|
Product |
Wireshark
|
Version |
2.0.3
|
Hardware |
x86-64
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Capture file support (libwiretap)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 2.0.3 (v2.0.3-0-geed34f0 from master-2.0)
--
If you capture circular buffer files over different days the filenames are not
easily sortable. Currently the files are of the form:
name_index_datetime.pcapng
In Windows Explorer when sorted by Name, all the files are sorted by index
first then datetime. This makes it difficult to select all the files pertaining
to a captured suite. IMHO the following format would allow for better sorting:
name_datetime_index.pcapng
You are receiving this mail because:
- You are watching all bug changes.