- 22 May, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 18 May, 2022 1 commit
-
-
Some versions of BIG-IP create Type 2 Version 0 records with the Type 2 Version 1 size. Allow for the decoding of these records. (cherry picked from commit 0cab39a8)
-
- 15 May, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 08 May, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 05 May, 2022 1 commit
-
-
Peter Wu authored
The handshake hash is used to derive TLS decryption keys when the Extended Master Secret (EMS) extension is in use. ssl_calculate_handshake_hash updates this hash only when the master secret has not been determined yet. During TLS renegotiation, there are two master secrets: one before, and one after. Before this fix, the second calculated master secret is wrong because the second Client Hello is missing in the handshake hash. It was missing because the handshake hash was not being updated since the master secret for the first handshake was still present, and the decryption state was only reset after that hash update. To fix this, make sure to clear the SSL_MASTER_SECRET flag before updating the handshake hash when needed. Additionally, clear the handshake hash when processing the Client Hello just to make sure that any previous state is gone. Fixes #18059 (cherry picked from commit 62100da7)
-
- 04 May, 2022 2 commits
-
-
Gerald Combs authored
[skip ci]
-
Gerald Combs authored
[skip ci]
-
- 02 May, 2022 1 commit
-
-
Gerald Combs authored
-
- 01 May, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 25 Apr, 2022 1 commit
-
-
Alexis La Goutte authored
Duplicate Dialog Token field Fix #18050 (cherry picked from commit 19dc602f)
-
- 24 Apr, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 21 Apr, 2022 2 commits
-
- 20 Apr, 2022 3 commits
-
-
Sparkle's XPC services are only needed if we're sandboxing, so remove them. [skip ci] (cherry picked from commit c2fd5055)
-
Sign our XPCs. Add another Brotli fixup. (cherry picked from commit d024502c)
-
Update our application bundle script to handle Sparkle 2 and its assets. (cherry picked from commit 486fd46f)
-
- 18 Apr, 2022 1 commit
- 17 Apr, 2022 2 commits
-
-
[skip ci] (cherry picked from commit 05c86efc)
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 15 Apr, 2022 1 commit
- 14 Apr, 2022 3 commits
-
-
ENC_TIME_MIP6 and ENC_TIME_CLASSIC_MAC_OS_SECS were added recently by factoring them out of specific dissectors, but they weren't documented. I added documentation, based on comments in the dissector code they came from. (cherry picked from commit 0e86ea6c)
- 12 Apr, 2022 1 commit
- 10 Apr, 2022 3 commits
-
-
We use debian-setup.sh and rpm-setup.sh to build the containers in https://gitlab.com/wireshark/wireshark-containers/. Make sure they fail with a nonzero exit status, otherwise we might end up with an invalid container image. Make sure OPTIONS is defined in all of the setup scripts that use it. (cherry picked from commit bd6ee447) Conflicts: tools/arch-setup.sh tools/msys2-setup.sh tools/rpm-setup.sh
-
Gerald Combs authored
The Sparkle project recently released Sparkle 2.0.0, which deprecates the version 1 API. Add version discovery to FindSparkle.cmake and require version 1 until we add support for the new API. Ping #17861. (cherry picked from commit a6e24a62) Conflicts: CMakeLists.txt
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 07 Apr, 2022 1 commit
-
-
RFC 8781 shows in section 4 that the prefix field of the PREF64 option header is always 96 bits (or 12 bytes), regardless of the prefix length code that only specifies which parts of the prefix are significant. The option itself thus always has a fixed length. Even if they are not used in the significant part of the prefix itself, the unused bits are still part of the prefix field of the PREF64 option and the offset must be adapted accordingly. The previous implementation would fail to correctly parse any PREF64 option with a PLC other than 0 (i.e. the full 96 bits) due to the unused remaining bits in the option not being consumed. Closes #18033. (cherry picked from commit aac695d6)
-
- 03 Apr, 2022 3 commits
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
- 27 Mar, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 23 Mar, 2022 2 commits
-
-
Gerald Combs authored
[skip ci]
-
Gerald Combs authored
[skip ci]
-
- 21 Mar, 2022 1 commit
-
-
Gerald Combs authored
-
- 20 Mar, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 19 Mar, 2022 1 commit
-
-
John Thacker authored
dissect_http_message might get called with a nonzero offset into the tvb if there are multiple messages/segments in a frame. Only send data starting from that offset to the follow tap, instead of starting at tvb offset 0. Fix #18006 (cherry picked from commit 37a00545)
-
- 15 Mar, 2022 1 commit
-
-
Guy Harris authored
This allows the "needs to be reloaded" indication to be set in the close process, as is the case for ERF; having a routine that returns the value of that indication is not useful if it gets seet in the close process, as the handle for the wtap_dumper is no longer valid after wtap_dump_close() finishes. Fixes #17989. (backported from commit 109b92b5)
-
- 13 Mar, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-
- 06 Mar, 2022 1 commit
-
-
Gerald Combs authored
Update manuf, services enterprise numbers, translations, and other items.
-