aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-23Qt: Handle ApplicationPaletteChange events in the welcome page.Gerald Combs6-92/+121
Update our various welcome page style sheets when we receive an ApplicationPaletteChange event. It looks like ApplicationPaletteChange is the proper way to detect a system-wide theme change, since we can infinitely recurse if we hold things wrong inside a regular PaletteChange event (I'm guessing setting CSS background and foreground colors were the culprits in this case). Switch from PaletteChange to ApplicationPaletteChange everywhere. Ping-Bug: 15511 Change-Id: I6e7aa627d9ca1d1d3872ab31620ea5c579061191 Reviewed-on: https://code.wireshark.org/review/33703 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-23Qt: Split the filter dropdown arrow icon into dark and light versions.Gerald Combs12-65/+212
The capture and display filter widgets set their dropdown arrow icons using CSS, which means we can't use a template icon without a significant amount of hackery. This is the only instance where we set an icon using CSS, so split it into dark and light versions and use them as appropriate. Ping-Bug: 15511 Change-Id: I699ddc327d8eb109129e60bcb5036b14e6e34414 Reviewed-on: https://code.wireshark.org/review/33696 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-23QUIC: add 0-RTT decryption support (draft -20)Peter Wu3-34/+91
Since the key log format nor wire format provides any information on the 0-RTT cipher, perform trial decryption. Tested with quant-dsb.pcapng Bug: 13881 Change-Id: I1c082bccf12d1ed6d12def6e8cc1b3d9bce1d93a Reviewed-on: https://code.wireshark.org/review/33695 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-21Qt: Convert the rest of the preference dialog list buttons.Gerald Combs18-372/+295
We no longer use the old icon names, so remove their aliases from stock_icons.qrc. Ping-Bug: 15511 Change-Id: If3c5e2b95825207a401e12607fcb94cdcc8a51c8 Reviewed-on: https://code.wireshark.org/review/33689 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-06-21debian/control: Update Vcs-{Browser|Git} to point to SalsaBalint Reczey1-2/+2
Fixes Lintian warnings: I: wireshark source: vcs-field-uses-insecure-uri vcs-browser http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/trunk/ I: wireshark source: vcs-field-not-canonical http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/trunk/ https://anonscm.debian.org/viewvc/collab-maint/ext-maint/wireshark/trunk/ W: wireshark source: vcs-deprecated-in-debian-infrastructure vcs-browser http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/trunk/ I: wireshark source: vcs-field-uses-insecure-uri vcs-svn svn://svn.debian.org/svn/collab-maint/ext-maint/wireshark/trunk I: wireshark source: vcs-field-not-canonical svn://svn.debian.org/svn/collab-maint/ext-maint/wireshark/trunk svn://anonscm.debian.org/collab-maint/ext-maint/wireshark/trunk W: wireshark source: vcs-deprecated-in-debian-infrastructure vcs-svn svn://svn.debian.org/svn/collab-maint/ext-maint/wireshark/trunk Change-Id: I81456ec8569ccf2e554efb944b1c84e306c66c41 Reviewed-on: https://code.wireshark.org/review/33678 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-21debian/control: remove debhelper and cdbs from wireshark-devPeter Wu1-2/+2
Fixes lintian warnings: W: wireshark-dev: binary-package-depends-on-toolchain-package depends: debhelper W: wireshark-dev: binary-package-depends-on-toolchain-package depends: cdbs wireshark-dev does not depend on either cdbs or debhelper, remove it. A versioned debhelper dependency is present as Build-Depends however. Change-Id: Ic3393e7ecbaf6d4bdf032315e5da586823ae1e05 Reviewed-on: https://code.wireshark.org/review/33676 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-21debian/control: fix minor Lintian warnings related to Priority, etc.Peter Wu3-12/+9
Fixes the following Lintian 2.15.0 (Debian sid) warnings with WS 3.0.2: W: wireshark-common: extended-description-line-too-long W: wireshark-common: command-with-path-in-maintainer-script postrm:11 /usr/sbin/delgroup W: wireshark-dbg: priority-extra-is-replaced-by-priority-optional W: wireshark-doc: priority-extra-is-replaced-by-priority-optional Replace absolute path test in postrm and fix indentation. Remove the Priority line in binary packages since they default to the Source priority which is set to "optional". See https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities Change-Id: Ib07f6414348cbbfb1e7177643d9b9acfd9f1a477 Reviewed-on: https://code.wireshark.org/review/33675 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-21debian/copyright: Mention GPLv3+ code snippet in tools/pidl/idl.ypBalint Reczey1-0/+4
Change-Id: Ia0af1532358585c6cd1aaaa17466145297d81393 Reviewed-on: https://code.wireshark.org/review/33670 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-21Netflow: added some private Cisco IEsUli Heilmeier1-1/+566
Used documentation referenced in bug. Bug: 15850 Change-Id: I8da743b101d41bbd169a2ae24412f3672f86e25c Reviewed-on: https://code.wireshark.org/review/33688 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-21ieee802.11: Add some expert infos when Phy Capabilities are short.Richard Sharpe1-1/+37
This helps developers know they are missing bits of data that should be there by adding an expert info rather than showing a malformed packet. Bug: 15861 Change-Id: Iacd85be228c60e4e3dcef344a38506568172e0da Reviewed-on: https://code.wireshark.org/review/33691 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-20Qt: Convert the list management icons to templates.Gerald Combs14-115/+101
Move the rest of the list management icons (remove, copy, clear, up, and down) to the stock_icons directory. Convert them to templates by adding ".template" to their name. Switch the UAT dialog to the "new" icons. Convert the image README to .adoc. To do: - Make sure the icons are actually black. - Convert the rest of the preference dialogs and other consumers. Ping-Bug: 15511 Change-Id: Ie39afd52585ecbb644812be9f2762fede6e449ba Reviewed-on: https://code.wireshark.org/review/33687 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-06-20iso14443: add unverified crc to the proto treeMartin Kaiser1-9/+18
If an iso14443 message contains crc bytes but we do not know the card type, we cannot verify if the crc is correct or not. Add the crc bytes to the proto tree in this case and mark them as unverified. Change-Id: I2d95f2e4e5edc20095df58930b3176376a8786aa Reviewed-on: https://code.wireshark.org/review/33686 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-20iso7816: display ef and record number in the info columMartin Kaiser1-6/+14
Add the elementary file (EF) number to the info column for read record messages. If the read record message requests a single record, add the record number as well. Change-Id: I15dc29733e9b07d5d56759b4f94a3398a6c00a43 Reviewed-on: https://code.wireshark.org/review/33685 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-20Use I/O Graphs instead of IO graphs everywhere.Dario Lombardo19-38/+38
Change-Id: I6ce866b03632965dd1bad6eff361d91dd210c62b Reviewed-on: https://code.wireshark.org/review/33680 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-20XRA: do not decode packetpointer if not presentBruno Verstuyft1-1/+2
Change-Id: Id1dff9050ba2224833ee9a83298e0da95d8b3a9c Reviewed-on: https://code.wireshark.org/review/33683 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-20DOCSIS: REG-ACK: do not show TLV Data if not presentBruno Verstuyft1-2/+6
Change-Id: I655b5b9eb75d339afbd8b9184ef85ffb7dd33774 Reviewed-on: https://code.wireshark.org/review/33681 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2019-06-20Remove some leftover GTK+ images.Gerald Combs5-14403/+0
Change-Id: I3cb24987410a80ef37333ac2aa0bf7fee8e1c44f Reviewed-on: https://code.wireshark.org/review/33684 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2019-06-20cdma2k: Fix duplicated fileds name.Anders Broman1-4/+4
Change-Id: I63c8215a6c34abd0aeada529ce4748454db90130 Reviewed-on: https://code.wireshark.org/review/33682 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-20NAS 5GS: Framwork for dissecting UPDP messages.Anders Broman3-3/+275
Change-Id: Id08fe25cdf118e6912fa3f201dfd07bde5ebdaf9 Reviewed-on: https://code.wireshark.org/review/33679 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-20Remove the UTF-8 validation from proto_tree_add_string().Guy Harris1-4/+0
proto_tree_add_item() does no validation if ENC_UTF_8 is used as the encoding, so there's no guarantee that the value of a string field is valid UTF-8, and in some dissectors UTF-8 strings are fetched with other mechanisms and then added with proto_tree_add_string(). We need to do some cleanup on string handling. Bug: 15848 Change-Id: Ifc43111dbb47c478fa11280f2f771d90202499fa Reviewed-on: https://code.wireshark.org/review/33677 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-06-19Fix error message for an unknown pcapng version number.Guy Harris1-1/+1
We were using fields in the pcapng_t that weren't set yet to report the version number in question; use the variables we were checking. Change-Id: Ib03bafe62d8c7b1aa54b2ef22640e3b00722142a Ping-Bug: 15862 Reviewed-on: https://code.wireshark.org/review/33671 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-06-19BSSMAP: Use correct IE number for Selected PLMN IDPau Espin Pedrol2-11/+5
Since IE number used to match during parsing is implied from enum position, having those enum values commented out make BE_SELECTED_PLMN_ID fall in the wrong position (expected 0x94), and thus not matching it correctly during parse. Enabling the not-yet fully supported IEs which were under "ifdef 0" doesn't make the current situation worse than before, so let's simply enable it and pass NULL as a function for those. Change-Id: I70063e653acf588f3d07bb8900afa3a48e124d6d Reviewed-on: https://code.wireshark.org/review/33667 Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19DIAMETER: Add MIP6-Feature-Vector flag decodeMichail Koreshkov2-7/+113
Change-Id: I1b4e4567dcafef88fcb5d2157899dfb88a8e2640 Reviewed-on: https://code.wireshark.org/review/33657 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19OSPF: Add Local/Remote Interfafe ID and Remote IPv4 Address Sub-TLV (rfc8379)Taisuke Sasaki1-0/+32
Change-Id: Ib6ffe4614e2b1e51939cdb4e29e9d5cc8c59434f Reviewed-on: https://code.wireshark.org/review/33655 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19DOCSIS: Added Energy Management (EM) messagesBruno Verstuyft1-0/+184
Change-Id: I8e148d4da7d051aa85b16e299427c0be0fb35b05 Reviewed-on: https://code.wireshark.org/review/33659 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19Revert "Qt: Remove unnecessary ColumnText object"Roland Knall3-31/+36
This has to be a complete overhaul of PacketListRecord. For now it is reverted This reverts commit d95262bf7420ba56ccfded85ebeec6f32ea7069a. Change-Id: Id72dc6911f68c9b811110332588b3da474791d31 Reviewed-on: https://code.wireshark.org/review/33666 Reviewed-by: Roland Knall <rknall@gmail.com>
2019-06-19LPPa: upgrade dissector to v15.2.1Pascal Quantin9-18/+116
Change-Id: I48e4a33f66a121ec1fd380540e382101e6f9a0c1 Reviewed-on: https://code.wireshark.org/review/33665 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-19PCEP: Add Segment Routing Policy Candidate Paths TLV (type 40)Alexis La Goutte1-0/+26
from draft-barth-pce-segment-routing-policy-cp Bug: 15834 Change-Id: I4e9383da32bafcab5b9f8180cd05a85a6e2ccd19 Reviewed-on: https://code.wireshark.org/review/33653 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19couchbase: Format seqnos as decimalDave Rigby1-15/+15
Couchbase DCP sequence numbers start from zero, incrementing by one for each message; and are generally displayed inside Couchbase as decimal. For ease of use with Wireshark dumps, print them as decimal instead of hex. Change-Id: I590fe137b96263d589e0ccc3161b57ffee40854b Reviewed-on: https://code.wireshark.org/review/33660 Reviewed-by: Ben Huddleston <ben.huddleston@couchbase.com> Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Reviewed-by: Jim Walker <jim@couchbase.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19GTP: Pas the right subtre to extension header dissectors.Anders Broman1-1/+1
Change-Id: I099583eb6eb1a4362592b921236d1ff352745838 Reviewed-on: https://code.wireshark.org/review/33661 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19sshdump: fix bug in --remote-sudo.Dario Lombardo2-2/+3
Fix documentation as well. Bug: 15845 Change-Id: I1b4e50c21887afa6a60b76de6cc169a1d0b5067a Reviewed-on: https://code.wireshark.org/review/33658 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19Babel: prevent an infinite loop while parsing sub-TLVPascal Quantin1-6/+21
While at it, ensure that we have no overflow when parsing the sub-TLV. Bug: 15856 Change-Id: I2ceb30fd8a6abc2577c9df7baf6ceb45ee5f5b38 Reviewed-on: https://code.wireshark.org/review/33656 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-19PCEP: Add ASSOCIATION (sub) errorAlexis La Goutte1-0/+17
from draft-ietf-pce-association-group Bug: 15834 Change-Id: I0b97d2bcdbfc9b9cc987c64070240384d721a559 Reviewed-on: https://code.wireshark.org/review/33652 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19GTP:Fix a typoAnders Broman1-2/+2
Change-Id: I23131977c39af01596dc3b37b608bc3172b737c8 Reviewed-on: https://code.wireshark.org/review/33654 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19PCEP: Add OP-CONF-ASSOC-RANGE (29) TLVAlexis La Goutte1-0/+44
Bug: 15834 Change-Id: Ic00dfc7dec02287e8fe934b8f9f6ff7acefadc3c Reviewed-on: https://code.wireshark.org/review/33643 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19Tools: Add a "last n commits" option to cppcheck.sh.Gerald Combs1-9/+21
Add a `-l n` option which will check the .c and .cpp files from the last [n] commits. Fix some shellcheck warnings. Change-Id: I8185d6c6c5b08576315b47847795d210d47b042e Reviewed-on: https://code.wireshark.org/review/33646 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-19PCEP: Update Association value (draft-minei-pce-association-group)Alexis La Goutte1-11/+11
with last draft, there is temporary registered value to IANA Global Association Source (30) Extended Association Id(31) ASSOCIATION (40) Bug: 15834 Change-Id: I07a1eefdf650a295a6b9d9ae457f9d85204dab63 Ping-Bug: 11782 Reviewed-on: https://code.wireshark.org/review/33641 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-18GSM RLC/MAC: fix dissection of SI Message List IEPascal Quantin1-1/+40
Change-Id: Ia3a4255ecd78e480135bbbbeccd9c0268c105400 Reviewed-on: https://code.wireshark.org/review/33648 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-18USB: workaround for compatibility with USBPcap captures < 1.5.0.0Pascal Quantin1-15/+81
Bug: 15842 Change-Id: I63188c30e1747a65c2a2a7cce498b5777122fec3 Reviewed-on: https://code.wireshark.org/review/33628 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Reviewed-by: Tomasz Moń <desowin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-18MBIM: remove USBPcap / usbmon specific codePascal Quantin2-13/+11
This is no more required. Change-Id: Ib88066eaa0cb7f8b30cfe93bbdc797882802b992 Reviewed-on: https://code.wireshark.org/review/33642 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-18MBIM: use conversation as identifier in reassembly codePascal Quantin1-2/+2
Change-Id: I43a5fd81e1faba15d5491e12acb3c4dcda04ccab Reviewed-on: https://code.wireshark.org/review/33640 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-18Windows: upgrade Npcap to 0.996 and USBPcap to 1.5.0.0Pascal Quantin2-8/+8
Change-Id: Ie6590e1a31a5aaa6e96f6f718991cc42a1e40d8a Reviewed-on: https://code.wireshark.org/review/33639 Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-18Revert "travis: add -e to ci script."Peter Wu1-1/+0
This reverts commit 5d0fec3363c571040ebf3cd065d32b0e00008472. "set -e" breaks all macOS builds after completing the script block. Change-Id: I5c297fd4b1b816d3143fa8fd8a51eb848c7c2de4 Reviewed-on: https://code.wireshark.org/review/33638 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-06-17CMakeList: We require minimum c++11Anders Broman1-0/+5
Change-Id: I685901dac2e950678362b3b8759c22dceec39176 Reviewed-on: https://code.wireshark.org/review/33636 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17TCP: add expert items to MSS optionJaap Keuter1-1/+23
The TCP MSS option is annotated by expert items as follows: - in a SYN packet the lack of the MSS option could indicate a misconfigured node. - in a non-SYN packet the presence of the MSS option could indicate a malfunctioning node. Change-Id: Ie3827cd6c7dcf605ac2f72a3a080418611637070 Reviewed-on: https://code.wireshark.org/review/33632 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17OSPF: Add Node/Link MSD TLVs (rfc8476)Taisuke Sasaki1-18/+69
Change-Id: I016a7ea75c8c9d2f3f778546a5a06e26121c8e0f Reviewed-on: https://code.wireshark.org/review/33631 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17NRPPa: Add dissector for TS 38.455 V15.2.1Anders Broman16-83/+5521
Change-Id: I66da8ced410163c872af1d4161f2c9fc38f72ff8 Reviewed-on: https://code.wireshark.org/review/33590 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu8-30/+91
pcapng spec update is here: https://github.com/pcapng/pcapng/pull/62 Bug: 15571 Change-Id: I2f1921b1da70ac0bab8c38dd5138a9dfe7843fea Reviewed-on: https://code.wireshark.org/review/33300 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17smb2; Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
Change-Id: Ie024c1f4724cc15f63e741544564c3872211c4d1 Reviewed-on: https://code.wireshark.org/review/33627 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17Qt: Filter expression toolbar dark mode updates.Gerald Combs9-27/+44
Move plus-8.png to stock_icons/8x8 and rename it list-add.template.png which conforms to the Freedesktop icon naming specifications and makes it a template icon. Update our style sheet when we recive a QEvent::PaletteChange. Ping-Bug: 15511 Change-Id: I4b8ddcb4eb64f11faec21d5df4a3fd7fdc5cf488 Reviewed-on: https://code.wireshark.org/review/33626 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>