wireshark/capture
Juha Takala 8bc52f542b Add tshark ringbuffer option '-b nametimenum:value'
This is used to select ringbuffer savefile name template.  Choose one of two
savefile name templates:

If value is 1, make running file number part before start time part; this is
the original and default behaviour (e.g. log_00001_20210828164426.pcap).

If value is greater than 1, make start time part before running number part
(e.g. log_20210828164426_00001.pcap).

The latter makes alphabetical sortig order equal to creation time order, and
keeps related multiple file sets in same directory close to each other (e.g.
while browsing in wireshark "Open file" dialog).

Signed-off-by: Juha Takala <juha.takala+rauta@iki.fi>
2021-09-14 04:52:09 +00:00
..
.editorconfig
CMakeLists.txt CMake: Adjust wsutil includes and linking. 2021-07-14 03:56:05 +00:00
airpcap.h
airpcap_loader.c
airpcap_loader.h
capture-pcap-util-int.h If opening a capture device provides a warning, show it. 2021-06-23 02:31:31 -07:00
capture-pcap-util-unix.c If opening a capture device provides a warning, show it. 2021-06-23 02:31:31 -07:00
capture-pcap-util.c If opening a capture device provides a warning, show it. 2021-06-23 02:31:31 -07:00
capture-pcap-util.h If opening a capture device provides a warning, show it. 2021-06-23 02:31:31 -07:00
capture-wpcap.c If opening a capture device provides a warning, show it. 2021-06-23 02:31:31 -07:00
capture-wpcap.h
capture_ifinfo.c capture: Lower priority for some status messages 2021-06-14 22:05:35 +00:00
capture_ifinfo.h
capture_session.h
capture_sync.c Add tshark ringbuffer option '-b nametimenum:value' 2021-09-14 04:52:09 +00:00
capture_sync.h Clean up handling of --capture-comment. 2021-07-15 05:43:36 +00:00
capture_win_ifnames.c Refactor our logging and extend the wslog API 2021-06-11 09:40:28 +00:00
capture_win_ifnames.h
iface_monitor.c
iface_monitor.h
ws80211_utils.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ws80211_utils.h