wireshark/capture
David Perry 6bc8c6c682 tshark: more efficient -b printname:FILE
Since creating !12280 I've [learned][1] that it's a Bad Idea to create
an array of size `FILENAME_MAX`. Revised to instead use
`g_strdup_printf()`; it's a bit annoying to allocate memory in this way
but better in the long run.

[1]: https://stackoverflow.com/a/65174437/6692652
2023-09-26 15:55:39 -04:00
..
.editorconfig
airpcap.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
airpcap_loader.c Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
airpcap_loader.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture-pcap-util-int.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture-pcap-util-unix.c Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture-pcap-util.c Work around stub routines in macOS 14 (Sonoma) libpcap. 2023-09-23 00:36:03 -07:00
capture-pcap-util.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture-wpcap.c Tools: Add gu?long to convert-glib-types.py 2023-06-18 21:44:30 +00:00
capture-wpcap.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture_ifinfo.c With -D, always let the user know if capture_interface_list() fails. 2023-08-27 17:20:12 -07:00
capture_ifinfo.h Add and expand comments on capture_interface_list(). [skip ci] 2023-08-26 17:19:05 -07:00
capture_session.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture_sync.c tshark: more efficient -b printname:FILE 2023-09-26 15:55:39 -04:00
capture_sync.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture_win_ifnames.c Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
capture_win_ifnames.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
CMakeLists.txt CMake: Fix libnl unused link dependencies 2023-02-06 15:04:46 +00:00
iface_monitor.c Fix build on Linux with libnl. 2023-06-27 19:00:37 +00:00
iface_monitor.h capture: Add header files to Doxygen 2021-11-30 06:27:26 +00:00
ws80211_utils.c Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00
ws80211_utils.h Convert capture/*.[ch] to C99 types 2023-06-14 19:50:03 +00:00