Don't use a global capture_opts in the capturing engine (this isn't a good idea)...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Dec 2004 09:09:35 +0000 (09:09 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Dec 2004 09:09:35 +0000 (09:09 +0000)
commit2e48f1639af5db6609a874f7d2e45299c39f7dfc
treede1cdbec9c926a405377e4e9006c3bfcd8d5161b
parent63495d717fa970029e9c71a8c0d6014ea1182352
Don't use a global capture_opts in the capturing engine (this isn't a good idea). Do some more "housekeeping" in the capturing part.

Hopefully the unspecified forward declaration of capture_options_t in main.h is portable, but buildbot will tell me. This way I need the internals of that struct only at the places I really use it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12853 f5534014-38df-0310-8fa8-9805f1628bb7
capture.c
capture.h
capture_loop.c
capture_sync.c
capture_sync.h
gtk/capture_dlg.c
gtk/capture_if_dlg.c
gtk/capture_info_dlg.c
gtk/main.c
gtk/main.h