Commit Graph

79369 Commits

Author SHA1 Message Date
Dario Lombardo 024d91a493
cirrus: remove FreeBSD 11.4.
Many packages needed to build Wireshark are missing from pkg in
FreeBSD 11.4. They're only available in ports. That doesn't mean
that Wireshark is not compilable on FreeBSD 11.4, but that it
requires a long build from ports that is unlikely compatible with
Cirrus' CI (and its timeouts).
2020-12-18 23:20:34 +01:00
Teyut efabf1d291 wlan: fix wrong reported length for reassembled payloads
There is no need to remove the FCS at the end of the reassembled payload since FCS bytes have already been removed from the fragments. Also, the way it was removed in the code was wrong: it set the reported length of the reassembled payload to the reported length of the last fragment only.

Revert "ieee802.11: Make sure we do not include the FCS in the next_tvb."

This reverts commit 094297ec77.
2020-12-18 11:40:22 +00:00
Dr. Lars Völker ff23fb9f0c SOME/IP-SD: hidden fields for entries are 16 bytes off (Bugfix)
This patch fixes a bug that lead to 7 hidden fields being off by
16 bytes.

Closes #17091
2020-12-18 10:14:28 +00:00
Gael Langlais b06b760dd2 UI: Fix Firewall ACL rules
Fix the Cisco Extended, IPFilter and IPFirewall inbound rules.

Closes #16446
2020-12-18 07:30:37 +00:00
Alexis La Goutte 4713e04143 Aruba(IAP): Fix and update model list 2020-12-18 06:32:48 +00:00
Guy Harris 1949b6a5ee macos-setup: don't configure p11-kit to use libffi.
See comment for an explanation.
2020-12-17 21:45:14 +00:00
Nardi Ivan 01e64f996b QUIC: update to draft-33
QUIC (final?) constants for v1 are defined in draft-33
2020-12-17 21:19:27 +00:00
Guy Harris 2db0c64034 macos-setup: remove tabs.
Consistenly use spaces for indentation.
2020-12-17 12:43:43 -08:00
Anders Broman 3bf1f18e48 Fix duplicated filters 2020-12-17 17:31:26 +00:00
Gerald Combs 9772fc5be0 GitLab CI: Add a dist (tarball) build.
Add most of the tarball build steps from the master Buildbot config.
2020-12-17 17:01:59 +00:00
Jim Young 2e137f31fa Update comments: From wtap_pkthdr to wtap_rec.
Fixup some overlooked comments to reflect refactoring made back
in 2018 with commit 1f5f63f8ef.
2020-12-17 13:23:14 +00:00
Anders Broman 1694820e84 GTPv2: Update IE 8.12 Indication 2020-12-17 12:35:01 +00:00
Vadim Yanitskiy cf6f049456 GSM A-bis/OML: fix dissect_oml_attrs(): do not dissect empty IEs
Before:

  FOM Attribute ID: SW Description
      FOM Attribute Length: 0
      FOM Attribute Value: <MISSING>
  FOM Attribute ID: File ID
      FOM Attribute Length: 8
      FOM Attribute Value: 3136386435303200

After:

  FOM Attribute ID: SW Description
      FOM Attribute Length: 0
  FOM Attribute ID: File ID
      FOM Attribute Length: 8
      FOM Attribute Value: 3136386435303200
2020-12-17 09:16:13 +00:00
Frédéric Perrin 7010b4236f bfd: add ports for BFD on LAG and seamless BFD 2020-12-17 08:51:19 +00:00
Guy Harris ca13c3ce49 macos-setup: get rid of a debugging "set -x". 2020-12-16 23:23:13 -08:00
Guy Harris 9fbf79c045 macos-setup: various cleanups.
In uninstall_autoconf, when running uninstall subfunctions, pass the
arguments to the subfunctions.

When uninstalling Ninja, remove the "we've finished installing this"
indicator file.

Get rid of a debugging "set +x".
2020-12-16 18:14:30 -08:00
Guy Harris 190442d76e macos-setup: set SDKROOT when running xcrun.
That lets it find the right SDK path if you're not using the default
SDK.
2020-12-16 14:09:22 -08:00
Gerald Combs bf45e8c3f1 macOS: Add a workaround for libsnappy.
Work around an issue with libsnappy similar to what we do with libssh.
2020-12-16 21:31:29 +00:00
Pascal Quantin 6deafe8afa F1AP: upgrade dissector to v16.3.1 2020-12-16 21:58:11 +01:00
Gerald Combs d4b40c0047 Qt: Force layer backing on Big Sur when needed.
Make sure NSView.wantsLayer is true by setting QT_MAC_WANTS_LAYER=1 at
startup if we're running on Big Sur and we were built with a version of
Qt susceptible to QTBUG-87014. Fixes #17075?
2020-12-16 20:28:16 +00:00
Guy Harris f2af1ea66d macos-setup: fix uninstallation of libtasn1.
Fix a copy-and-pasteo.
2020-12-16 11:54:53 -08:00
Đorđije Manojlović 7e8392c784 R-GOOSE dissector: Fix subtree item lengths 2020-12-16 15:28:45 +00:00
Anders Broman adb1b59495 Fix duplicated filter names. 2020-12-16 15:13:31 +01:00
Anders Broman 4735eddfef Fix duplicated filter names 2020-12-16 12:58:38 +00:00
Guy Harris 19ffed19bd fcdns: the Owner Id field is a 3-octet FC address, not a text string.
Make it FT_BYTES with SEP_DOT, like other 3-octet FC addresses.
2020-12-16 12:28:28 +00:00
Pascal Quantin 7b4abddef2 LPPa: upgrade dissector to v16.1.0 2020-12-16 12:02:37 +01:00
Pascal Quantin 4427c11571 NRPPa: upgrade dissector to v16.1.0 2020-12-16 09:54:06 +00:00
Guy Harris ed6f6a49aa fcswils: fix a comment.
In an ESS capability object, the well-known type and well-known subtype
fields are 1 byte, not 2 bytes.
2020-12-16 08:44:09 +00:00
Martin Mathieson 58dc84ab04 ORAN: check valid sample bit width from prefs 2020-12-16 06:16:06 +00:00
Pascal Quantin 099554adb0 extract_asn1_from_spec.pl: fix parsing with CRLF line ending 2020-12-16 04:48:53 +00:00
Gerald Combs 3e3194092c GitLab CI: Switch from clang 10 to clang 11.
The wireshark/wireshark-ubuntu-dev currently ships with both clang 10
and 11. Upgrade to clang 11.
2020-12-15 15:16:40 -08:00
Jaap Keuter 3f0fc1b232 FC: use ETHERTYPE_UNK when applicable, no excuses
Two interlocking problems cause the dissection of FC to fail in some cases,
as shown in the capture of the related issue.

The FC dissector assumes that ETHERTYPE_UNK in the data structure passed
to it is coming from the MDS header dissector only, and thus that header
sizes have to be taken into account. This is not / no longer the case.
It always passes down ETHERTYPE_FCFT. Therefore the MDS header size
checking does not apply to ETHERTYP_UNK, so is removed as condition.

The other FC related dissectors were forced to setup a data structure to
pass to FC for it to handle that part of the frame. Because these weren't
related to ethernet, these lazily set the ethertype field in the data
structure to 0. This unfortunately matches ETHERTYPE_UNK, triggering the
MDS header size checking in FC, leading to this issue. With the first
problem resolved, now make it explicit that unknown ethertype is indicated
by ETHERTYPE_UNK, not '0'.

Addresses primary part of issue #17084
2020-12-15 20:26:29 +00:00
Jaap Keuter 354a6fd015 FCdNS: use correct header field for field of flags
closes #17084
2020-12-15 19:56:15 +00:00
Gerald Combs 9c1893b565 GitLab CI: Try to optimize our ccache maximium size. 2020-12-15 19:29:53 +00:00
Anders Broman 5dff85e84b Fix duplicated filter names. 2020-12-15 14:43:43 +00:00
robionekenobi 253c49b73e packet-mq: Improve MQINQ Display
Improve display of Integer value (use standard, no alignement)
Reduce un-needed space in table display for Prm.
Use, where possible, 'xxx: Text (decimal)' display for Integer value
2020-12-15 13:01:34 +00:00
Martin Mathieson b7cb24c1fd check_typed_item_calls.py: some tweaks 2020-12-15 11:54:48 +00:00
Anders Broman 0fdbe0839d asn2wrs: Rename duplicated filter names 2020-12-15 10:54:58 +00:00
Dario Lombardo d13a7899ec github: use macos 11.0 in macos image.
Fix: #17063.
2020-12-15 08:12:10 +00:00
Martin Mathieson 99cc1280dc VCDU: Sequence Count is 3 bytes. 2020-12-15 06:05:05 +00:00
Pascal Quantin 4bf4a46f9b Qt: add support for new netsh syntax in Firewall ACL Rules window
Closes #17083
2020-12-14 22:39:53 +00:00
Pascal Quantin 5ed3a4dc02 Windows: clean libpcap package 2020-12-14 19:23:22 +00:00
Pascal Quantin 0d11bbeeaf Windows: upgrade Npcap to 1.10 2020-12-14 19:44:35 +01:00
Jirka Novak ff3fffcf5c VoIP: VoIP calls statistics are cleared when retap is issued
Every press of Play Stream or Prepare Filter caused incorrect increasing
of Packets count and added Comments.
The reason was that callinfo statistics were not clear before recap
therefore all new values were added to exiting ones.
Patch solves it.
2020-12-14 13:29:38 +00:00
Yoni Gilad 6048e027ec SCTP: Fix marking of dependent frames for tshark
In SCTP reassembly, dependent frames were only marked on the second pass,
but tshark requires them to be marked on the first pass in order to write
them with -w <FILE>. This fix marks the dependencies on the first pass.
Fixes #16773.
2020-12-14 11:20:10 +00:00
Gerald Combs ac8ac25da1 GitLab CI: Increase our merge-req:ubuntu-gcc-ctest parallelization. 2020-12-14 09:58:30 +00:00
Guy Harris 5bb776bfe3 TDS: make dissect_tds_prelogin_response() return a Boolean.
It either returns 1 or 0, and that's intended as a Boolean; make it
return a gboolean and use TRUE and FALSE rather than 1 and 0.
2020-12-13 23:07:23 -08:00
Guy Harris 5a53365f60 TDS: show the COLMETADATA results token flags in hexadecimal.
All other bitflag fields are shown in hex; this one should be, too.
2020-12-13 22:40:09 -08:00
Martin Mathieson 701d72754a ORAN: trivial comments and formatting changes 2020-12-13 19:55:44 +00:00
Gerald Combs 21928345d3 [Automatic update for 2020-12-13]
Update manuf, services enterprise numbers, translations, and other items.
2020-12-13 17:05:48 +00:00