aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai24-16/+496
Change-Id: I9c09f55673187f6fee723fcd72798fb6b9958b03 Reviewed-on: https://code.wireshark.org/review/32745 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-22ws_pipe: fix return value of ws_pipe_spawn_async on error pathPeter Wu1-3/+3
The function returns a GPid, not a gboolean. Callers (mmdbresolv and extcap) only assume WS_INVALID_PID to be invalid (as documented). Change-Id: I40b491272a451f569864fa3259009d6d3fcce772 Fixes: v2.5.1rc0-413-g1a0987904f ("Generalize our process spawning code.") Reviewed-on: https://code.wireshark.org/review/32933 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Tomasz Moń <desowin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-22rpm: update rpm package dependencies and spec to work on current os versionsDániel Bakai3-27/+131
Change-Id: Iaa0bd9513869e65b96b6014d66ca3cfd917dbe64 Reviewed-on: https://code.wireshark.org/review/32938 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-22ieee80211: Add FTM Request & Report dissectorKrunal Soni1-0/+250
Fine Time Measurement protocol has been introduced as part of 802.11mc, wireshark software is missing the support of parsing the FTM. Add necessary changes to parse FTM frames. Bug: 15721 Change-Id: I86c6a8db25ffc99df146e0fa1c1cc05bf29710d2 Reviewed-on: https://code.wireshark.org/review/32935 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-21[Automatic update for 2019-04-21]Gerald Combs5-17/+98
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Iec8f16d997b8c4d74b233d04455cb10e2b5472e1 Reviewed-on: https://code.wireshark.org/review/32925 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-21wireshark-filter: clarifications and update links in manualPeter Wu1-5/+8
Clarify *display* filter, add link to User's Guide, and update to https. Change-Id: I9a2152213cf5b4cb3daf15e62c73074524d92f94 Reviewed-on: https://code.wireshark.org/review/32912 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-21macOS: Add a notarization script.Gerald Combs1-0/+99
According to https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution notarization will be required in a future release of macOS. Add a script for doing so. The process requires submitting our .dmg to Apple, waiting for it to finish, and stapling a ticket to our .dmg. Change-Id: I5b9c0c36cc2182fdd0baeada823aaacba7730a88 Reviewed-on: https://code.wireshark.org/review/32906 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-21dumpcap: Fix pipe read deadlock on WindowsTomasz Moń1-0/+6
The deadlock would occur if pipe was closed before the requested number of bytes was read. Bug: 15695 Change-Id: I1236dd397d3c268dd52233ea78fb58165d0c9398 Reviewed-on: https://code.wireshark.org/review/32907 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-21wsutil: Refactor WIN32 ws_pipe_wait_for_pipe()Tomasz Moń1-54/+75
The ws_pipe_wait_for_pipe() implementation had multiple issues: * Use auto-reset events with ConnectNamedPipe (should be manual-reset) * Leaking event handles * Not checking return value from CreateEvent() * Waiting on closed handles This change fixes all the above mentioned issues. Bug: 15696 Change-Id: Ia0c389a902655f85eccb0c59288b4a7d49da48c9 Reviewed-on: https://code.wireshark.org/review/32896 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Tomasz Moń <desowin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-21ISAKMP: Adding some payload types (RFC6407)Uli Heilmeier1-50/+408
Adding some more payload types defined in RFC6407 (Group Domain of Interpretation). Bug: 15693 Change-Id: I0f53c1c5eb92165e456bec63f2a85ef5eee506df Reviewed-on: https://code.wireshark.org/review/32915 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-21Revert "ProfiNet: Fix order in AssetManagment"Başak Kalfa1-4/+4
This reverts commit 1e98cee5e1797839b515703f6a48cc0efedbbdb7. According to Profinet specification, DeviceSubId, DeviceId, VendorId, Organization must be in reverse order. Change-Id: I3db3d7d83813239784557286479b37448f70db55 Reviewed-on: https://code.wireshark.org/review/32683 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-04-21Update email address for Kaz Kylheku and URL for Kazlib.Guy Harris2-4/+4
Change-Id: I9365cda23e9edece327e04afc882158b87a9f273 Reviewed-on: https://code.wireshark.org/review/32920 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-04-20RPM: fix build since GLIB2_MIN_VERSION was removedPeter Wu1-2/+2
Instead of reintroducing the variable, inline the version. This matches with other version checks in the same file and debian/control. Change-Id: I4dc178575b8f24e7f8e07e8d761e245f14c65ffa Fixes: v3.1.0rc0-566-g8c26217548 ("CMake: bail out if minimum GLib version is not satisfied") Reviewed-on: https://code.wireshark.org/review/32917 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-20BTMESH: Provisioning Capabilities PDU field fixPiotr Winiarczyk1-1/+1
Fixing Provisioning Capabilities PDU field name. Change-Id: I1afca19d2e91bb113a5ab34c907211a56ab50603 Reviewed-on: https://code.wireshark.org/review/32911 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20ISAKMP: Update Notify message valuesMichail Koreshkov1-24/+65
Change-Id: Id1ecce619fa20aec49a03133d40fc305def7a7c4 Reviewed-on: https://code.wireshark.org/review/32914 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20Qt: Fix deadlock in extcap toolbar creationTomasz Moń1-2/+2
Deadlock happened if extcap was writing to control pipe before it sent the pcap data and the pipe buffer was not able to hold all the data. The solution is to start reading data from extcap control pipe in capture prepare. This bug was introduced in 018f6bff18785a1c3971a1ccfe3b1b5243d4d154 which was reviewed on https://code.wireshark.org/review/23211 Unfortunately neither the commit message nor the review contains any explaination why it delays the extcap control pipe opening. Bug: 15261 Change-Id: I10d006128f6eb7d63f751d230edbd905eb46416b Reviewed-on: https://code.wireshark.org/review/32898 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20ZEBRA: show correct Zebra route IPv6 source prefixJaap Keuter1-1/+1
The copied code for Zebra route IPv6 source prefix uses the normal prefix length instead of the source prefix length. Change to use the source prefix length instead. CID 1440379. Change-Id: I043ed5d37d2c5a3a279ef8ff573364ca6f5e627b Reviewed-on: https://code.wireshark.org/review/32905 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20text import: make TCP dest port truly direction dependantJaap Keuter1-1/+0
During introduction of proper direction support this line was left over, causing TCP dest port to remain independant of direction. This change simply drops the line. See CID 1444115 Change-Id: I4ff362925e422bc57cfa3842127ddaf8695cf303 Reviewed-on: https://code.wireshark.org/review/32902 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20Adding the missing generic method to support multiple vendor-defined ext typesDr. Lars Voelker3-20/+47
The current EAP dissector assumes that all vendor-defined extended types are WPS. This does not allow for adding new vendor-defined payloads. This codes cleans up the limitation. The Vendor-ID can be registered using a dissector table, while the Vendor-Type is passed as data. Change-Id: Idc75108fd42b9b2153089db503b137c6eeefe274 Signed-off-by: Dr. Lars Voelker <lars-github@larsvoelker.de> Reviewed-on: https://code.wireshark.org/review/32888 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20CMake: fix Windows build when all binaries are disabledPeter Wu1-14/+16
CLEAN_C_FILES is empty if all BUILD_xxx options are disabled. Bug: 15662 Change-Id: I133b4d00336eb17f7eaeb0d6517ed83c30180373 Reviewed-on: https://code.wireshark.org/review/32895 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20CMake: silence -Wunsafe-loop-optimizations for GCC 7Peter Wu1-5/+10
Clang does not implement this option, so do not bother checking it there. GCC 6 is fine, GCC 7 is broken and GCC 8 is fixed again. Change-Id: I3bc9ff4e934e05b1b3ce7d4c4a41bf40d6e38655 Reviewed-on: https://code.wireshark.org/review/32904 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20Revert "Test: Disable a wmem compilation warning."Peter Wu1-4/+0
This reverts commit bdf26a35f696a1524364945a2c868e57c97d1729. This caused a warning on AppleClang 9.1.0.9020039 on Travis CI: ../epan/wmem/wmem_test.c:692:1: warning: unknown warning group '-Wunsafe-loop-optimizations', ignored [-Wunknown-warning-option] A better workaround is to globally disable the warning for broken GCC versions. Change-Id: I3d878c4dccd5afc28e4bf8394f9adae2e6c35deb Reviewed-on: https://code.wireshark.org/review/32903 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-19gitlab-ci: add regression test suite.Dario Lombardo1-10/+46
Change-Id: I4142da87437a456c2e550c6a03c41bea92215438 Reviewed-on: https://code.wireshark.org/review/32836 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-19checkAPIs: Check for non-UTF-8 instead of non-ASCII.Gerald Combs1-2/+5
Replace our check for non-ASCII characters with one that checks for a proper UTF-8 encoding. Change-Id: I8386f5d4376b05bc10358c0d2849a214d8ff00a0 Reviewed-on: https://code.wireshark.org/review/32866 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-19WSDG/Capture: Fix typo in extcap_example.py namePeter Wu1-6/+6
Change-Id: I0f1bff75e90f37d07afcbe3bb786965db9cb442e Reviewed-on: https://code.wireshark.org/review/32900 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-19travis: update to Qt 5.12.3 to fix Windows buildsPeter Wu3-6/+7
The Qt installer always seems to install the latest version while the version was assumed to be fixed. This configuration will likely break again with the next Qt update, but it fixes the current Windows builds. Change-Id: Icf4a8fdf10c15e6f6a6eb0451ff30662da613567 Reviewed-on: https://code.wireshark.org/review/32893 Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-19CMake: bail out if minimum GLib version is not satisfiedPeter Wu2-13/+25
Require glibconfig.h to be found and extract the version from this file, this has been present since the original GLib commit and is still present in the meson build system introduced with 2.53.4. Bug: 15706 Change-Id: I2e938a339d48d6815ed7cc46462735b93418377f Reviewed-on: https://code.wireshark.org/review/32894 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-19wsutil: use environment variable WIRESHARK_EXTCAP_DIR when possiblePeter Wu2-50/+39
The WIRESHARK_EXTCAP_DIR environment variable is currently only used on Windows, and on UN*X when not running from the build directory. In order to avoid copying the sampleif.py test utility to the program directory, let's prioritize the environment variable over the build directory. Update the outdated comments while at it, the version directory has been removed long time ago. (The comments are based on the one for plugins.) This also fixes the test suite on macOS where the extcap subdirectory is located in the appbundle directory and not the build directory. Change-Id: I329bb233b1dd0b9c1422c2ebd60a6455347e1d62 Reviewed-on: https://code.wireshark.org/review/32890 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-19Qt: Do not turn empty parameter values into spacesTomasz Moń1-1/+1
Before this change extcap parameters without value would be silently changed into a single space on parameters load. This could lead to not only passing unexpected values to extcap call arguments but also "auto-fill" text values without user consent. Example scenario to observe this problem using extcap_example.py was: 1. Open "Example interface 1 for extcap" configuration 2. Click Restore Defaults 3. Enter message, so the capture can be started 4. Make sure "Save parameter on capture start" is enabled 5. Start capture 6. Notice that capture starts normally and extcap arguments are ok 7. Stop capture 8. Start capture again 9. Notice that parameters were reloaded and the extcap was called with following unwanted arguments: --logfile " " --radio " " --multi " " Bug: 15065 Change-Id: I9cd87d9cc8c7e4f8893a066e9f10aa760b52bb97 Reviewed-on: https://code.wireshark.org/review/32887 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18ENIP: Add more Ethernet Link attributesDylan Ulis2-2/+200
Add attributes 11-13 Bug: 15610 Change-Id: Ie780ee1f12b6d4ad8f1d42c1d9e534e208f8a58c Reviewed-on: https://code.wireshark.org/review/32882 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18ITS: Enhance ETSI ITS support (ETSI TS 103 301 and ETSI TS 103 097)Anders Broman13-3468/+4118
Bug: 15703 Change-Id: Iba080ba21862be078174db6098200f1ef63ea9d6 Reviewed-on: https://code.wireshark.org/review/32885 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18Diameter: Add 3GPP AVP 1706 and bit decodingAnders Broman2-1/+21
in 1426 Access-Restriction-Data Change-Id: I358ddffa1b395adeaa96494f572471619d8b40a6 Reviewed-on: https://code.wireshark.org/review/32884 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18NFS: Fix header field type in dissect_rpc_array callsJorge Mora1-2/+7
The field type must be FT_NONE in dissect_rpc_array to avoid warning: Trailing stray characters. Change-Id: I259e1fe5491b3ab95234c3521aa2c2b575650856 Reviewed-on: https://code.wireshark.org/review/32880 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18wsutil: Warn on empty argumentsTomasz Moń1-2/+8
Callers should not include empty strings in arguments list. Log warning message instead of silently dropping remaining arguments. Change-Id: Ia68c7b90cec860e032f81a4008aa005b07ebcfd5 Ping-Bug: 15586 Reviewed-on: https://code.wireshark.org/review/32849 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Only do the read loop in the TRY block.Guy Harris1-26/+25
That's slightly less arbitrary. Change-Id: Ie505a5d128f00ae3a1d9280ab076e483a85e2be3 Reviewed-on: https://code.wireshark.org/review/32881 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-04-17IEEE1609dot2: Update to the latest ASN1 files.Anders Broman4-657/+968
Bug: 15703 Bug: 15704 Change-Id: I0574abc5c72835d9e7ca835790c10e55d9e86593 Reviewed-on: https://code.wireshark.org/review/32879 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Diameter 3GPP: Dissect S6t feature listAnders Broman1-7/+88
Change-Id: I0eeb0a40cba67c4e73b16d48b85ad028286407c5 Reviewed-on: https://code.wireshark.org/review/32878 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17NAS-5GS: Fix Item length in QoS rules.Anders Broman1-4/+5
Change-Id: Iddd1888a4757b4bbac3cccbb84b8068f54090fc4 Reviewed-on: https://code.wireshark.org/review/32877 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Diameter: Prettify subdissection of bitfields.Anders Broman3-40/+236
Change-Id: I818e00fc3e8e2ff3da50f2075f6e7f9ec085ca2d Reviewed-on: https://code.wireshark.org/review/32876 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Diameter: Update AVPs from TS 29.336 v15.6.0Anders Broman2-2/+81
Bug: 15700 Change-Id: Icea7af58eeb1c5586092065d94e9ce37546306e5 Reviewed-on: https://code.wireshark.org/review/32875 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17extcap: Improve example multicheck valuesTomasz Moń1-2/+16
Multicheck values can be checkable or uncheckable depending on the "enabled" option. Moreover, multicheck values can be stacked into a tree by providing a "parent" option. Modify the example extcap to illustrate these possibilities. Bug: 13355 Change-Id: I0c50ff873c07eca5cc4ae8036b87cbb440d318b3 Reviewed-on: https://code.wireshark.org/review/32842 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17CIP: Don't parse error responses as SuccessDylan Ulis2-4/+4
Remove most cases where we were processing CI_GRC_SERVICE_ERROR as a success condition. Leave CI_GRC_SERVICE_ERROR in some cases where this may make sense, eg: Modbus embedded messages may still want to be parsed as the embedded format. Bug: 15669 Change-Id: I44cae1ea8d3bacd6291a3118750f8a9e825de044 Reviewed-on: https://code.wireshark.org/review/32874 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-17CIP Security: Fix some off by 1Dylan Ulis1-0/+4
Some offsets were not incremented after being read, but the next field assumed it was incremented. Change-Id: Ifb523bc37f454cfc76d077d34c3efa2663fb6b9e Reviewed-on: https://code.wireshark.org/review/32873 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-16DCOM - Add dissector for IProvideClassInfoalexsirr3-0/+101
Bug: 15508 Change-Id: Ief643578407f202ebf501d67e4a55e70317db0ca Reviewed-on: https://code.wireshark.org/review/32034 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-16test: fix sampleif.py on weird systems using Python 3.6 and olderPeter Wu1-1/+6
Setting PYTHONIOENCODING=utf-8 would also work, but only if it is done for every test that could possibly invoke the extcap. Let's patch the script instead to force UTF-8 for its output encoding. Thanks to Greg for the suggestion at https://stackoverflow.com/a/4374457/427545 Change-Id: I2e39e65e49465392c5b077c8b13ed931073661fb Reviewed-on: https://code.wireshark.org/review/32868 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15Readability improvements to WSUG - IntroductionMoshe Kaplan1-48/+50
Change-Id: I39270092772daa0c119c2fb2ece2fcb1cbad2d8c Reviewed-on: https://code.wireshark.org/review/32867 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-15extcap: Fix Python 3 bytes handling in exampleTomasz Moń1-2/+1
In Python 3 strings cannot be joined with bytes. This change has no effect for Python 2. Ping-Bug: 15694 Change-Id: I2eb62698ce323f8156ed98b7fe88e4e43e59c784 Reviewed-on: https://code.wireshark.org/review/32843 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-15test: run test_tshark_extcap_interfaces with capture support only.Dario Lombardo1-1/+2
Fix tests without pcap. Change-Id: Ib3057d072bd8ced3d1c04b862f6fd7cc07400aa8 Reviewed-on: https://code.wireshark.org/review/32837 Reviewed-by: Dario Lombardo <lomato@gmail.com> Tested-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-15ZigBee: Remove unused hfKenneth Soerensen1-5/+0
Change-Id: I744d0cfee7ca6a0256e8f651986a64556edac0eb Reviewed-on: https://code.wireshark.org/review/32864 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-15ZigBee: Dissect Snapshot Payload Type namesKenneth Soerensen1-1/+1
Change-Id: I5897542d011d6ba9461b94387795206e358fbf88 Reviewed-on: https://code.wireshark.org/review/32863 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>