johnthacker
johnthacker
With the non-native dialog (or native dialogs on other platforms like Windows or MacOS), a QColorDialog (or other QDialog) that is set to be modal stays on top. The GTK3...
See [here.](https://www.intel.com/content/www/us/en/developer/articles/technical/use-predefined-macros-for-specific-code-for-intel-dpcpp-compiler-intel-cpp-compiler-intel-cpp-compiler-classic.html) The clang based compiler defines `__INTEL_LLVM_COMPILER` instead of `__INTEL_COMPILER`. `SYCL_LANGUAGE_VERSION` is present if SYCL is supported.
Update dictionary.iea with Air Marshal RADIUS attributes provided by Peter Deacon, an IEA Software employee, in https://gitlab.com/wireshark/wireshark/-/issues/6486 These vendor RADIUS attributes are attested in https://www.iea-software.com/docs/airmarshal2/airmarshalv2.pdf
"auxilliary" -> "auxiliary" Cisco documents do seem to use the correct spelling, e.g. https://www.cisco.com/c/en/us/td/docs/wireless/asr_5000/21-28/rcr/21-28-change-reference/m_5g-cell-id-support.html https://www.cisco.com/c/en/us/td/docs/wireless/asr_5000/21-28/epdg-admin/21-28-epdg-admin.pdf
### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? 1. Read the man page, whether [online](https://freeradius.org/radiusd/man/dictionary.html) or...
Explicitly cast the result to prevent MSVC from warning about possible shortening from implicit casts. Fix #7
MSVC reports many C4244 shortening warnings on the return type (which can be errors in many build systems): ``` jtckdint.h(458,1): warning C4244: '=': conversion from '__ckd_uintmax_t' to 'char', possible loss...
Some of the include files, notably pcap.h, have a modified version of the original 4-clause BSD license where the advertising clause refers to the Computer Systems Engineering Group at Lawrence...
The rpcap protocol compiles filters into BPF programs and sends the bytecode to the remote device. This does not work properly if the filter requires knowledge of BPF extensions to...
- [X] This is not a security issue (See first line). `pcap_lookupnet` has special handling for a number of device names to just silently return 0, but doesn't have any...