[Wireshark-dev] Adding new preference guidelines

2020-12-10 Thread chuck c
I didn't find anything in the Developer Guide or README files. Is there a quintessential example that could be used as a template? ___ Sent via:Wireshark-dev mailing list Archives:

[Wireshark-dev] Google - Finding Critical Open Source Projects

2020-12-10 Thread Moshe Kaplan
https://opensource.googleblog.com/2020/12/finding-critical-open-source-projects.html If you look at the listing of the top 200 C programs ( https://commondatastorage.googleapis.com/ossf-criticality-score/index.html), you can see Wireshark listed as number 114. Moshe

Re: [Wireshark-dev] How does this not blow up?

2020-12-10 Thread chuck c
It does "blow up" with 3.5.0rc0. Not sure why it works with 3.4.1. On Thu, Dec 10, 2020 at 4:06 PM Jaap Keuter wrote: > Hi, > > In "ui/win32/file_dlg_win32.c" > > static void > format_handle_wm_initdialog(HWND dlg_hwnd, print_args_t *args) { > HWND cur_ctrl; > ... > switch

[Wireshark-dev] How does this not blow up?

2020-12-10 Thread Jaap Keuter
Hi, In "ui/win32/file_dlg_win32.c" static void format_handle_wm_initdialog(HWND dlg_hwnd, print_args_t *args) { HWND cur_ctrl; ... switch (args->print_dissections) { case print_dissections_none: case print_dissections_collapsed: SendMessage(cur_ctrl,