wireshark/extcap
Guy Harris ab07f8e0f8 Have a routine to do all the work of initializing libwiretap.
Have programs that use libwiretap call that routine rather than
separately calling some or all of init_open_routines(),
wtap_register_plugin_types(), and wtap_opttypes_initialize().

Also don't have routines internal to libwiretap call those.  Yes, this
means doing some initialization work when it isn't necessary, but
scattering on-demand calls throughout the code is a great way to forget
to make those calls.

Change-Id: I5828e1c5591c9d94fbb3eb0a0e54591e8fc61710
Reviewed-on: https://code.wireshark.org/review/19069
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-12-04 21:42:44 +00:00
..
.editorconfig Move extcap EditorConfig settings to source dir 2016-03-23 00:24:52 +00:00
Makefile.am extcap: add udpdump. 2016-09-16 08:07:30 +00:00
androiddump.c Have a routine to do all the work of initializing libwiretap. 2016-12-04 21:42:44 +00:00
ciscodump.c extcap: put missed parameters into the help 2016-10-19 06:44:05 +00:00
extcap-base.c extcap: put missed parameters into the help 2016-10-19 06:44:05 +00:00
extcap-base.h extcap: put missed parameters into the help 2016-10-19 06:44:05 +00:00
randpktdump.c extcap: put missed parameters into the help 2016-10-19 06:44:05 +00:00
ssh-base.c extcap: make extcap use the ws_strtoi/u functions. 2016-09-16 14:21:16 +00:00
ssh-base.h extcap: make extcap use the ws_strtoi/u functions. 2016-09-16 14:21:16 +00:00
sshdump.c sshdump: use g_shell_quote in the right way. 2016-11-02 19:36:39 +00:00
udpdump.c extcap: put missed parameters into the help 2016-10-19 06:44:05 +00:00