wireshark/extcap
Guy Harris bbc8cbfb9c If you use data_file_url(), you must first call init_progfile_dir().
And if you call init_progfile_dir(), you must call
init_process_policies() before that.

And even if you *don't* use data_file_url(), you might use it in the
future, or you might use other calls to get data file paths, so make
*all* the extcap programs make those calls.

(Yes, this is important on macOS, for example; it may also be important
on Windows.  On other UN*Xes we may just compile in the data file path,
but that's not true on *all* our platforms.)

Change-Id: I99265ed69ec24096884ec067feddd7d7f3855436
Reviewed-on: https://code.wireshark.org/review/32775
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-04-08 02:57:53 +00:00
..
.editorconfig Win32: Make extcap utilities console applications. 2018-10-12 19:01:49 +00:00
CMakeLists.txt CMake: rewrite FindSystemd.cmake file 2019-01-31 13:15:47 +00:00
androiddump.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00
ciscodump.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00
dpauxmon.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00
dpauxmon_user.h extcap: Support for DisplayPort AUX channel monitors 2018-05-14 10:44:37 +00:00
extcap-base.c extcap: save debug flag and use it to activate ssh debug. 2018-11-14 04:58:38 +00:00
extcap-base.h Put the main() and wmain() routines for CLI programs into a separate file. 2018-12-13 00:52:11 +00:00
randpktdump.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00
sdjournal.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00
ssh-base.c ssh-base: fix no previous prototype for ‘extcap_log’ [-Wmissing-prototypes] 2018-12-26 20:14:37 +00:00
ssh-base.h extcap: save debug flag and use it to activate ssh debug. 2018-11-14 04:58:38 +00:00
sshdump.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00
udpdump.c If you use data_file_url(), you must first call init_progfile_dir(). 2019-04-08 02:57:53 +00:00