Commit Graph

80222 Commits

Author SHA1 Message Date
Constantine Gavrilov 5d0488cadc Refactor dissect_nvme_identify_ctrl_resp() function.
Since the intention is to add full decoding of the entire page, rewrite the function to use
add_tree_entries() and define decoding structures to avoid repeating the same code for
each decoded block.
2021-03-13 07:18:47 +00:00
Constantine Gavrilov 72443746a8 NVME Identify Controller: decode Optional Admin Command Support. 2021-03-13 07:18:47 +00:00
Constantine Gavrilov d1f5fa2965 NVME Identify Controller: decode NVMe Management Interface 2021-03-13 07:18:47 +00:00
Constantine Gavrilov d277368d26 NVME Identify Controller: decode Command Retry Delay Times 2021-03-13 07:18:47 +00:00
Constantine Gavrilov 23a3f83140 NVME Identify Controller: decode FRU Globally Unique Identifier. 2021-03-13 07:18:47 +00:00
Constantine Gavrilov c88eb867d6 NVME Identify Controller: decode Controller Type 2021-03-13 07:18:47 +00:00
Constantine Gavrilov f7ba8421cf NVME Identify Controller: add Read Recovery Levels decoding. 2021-03-13 07:18:47 +00:00
Constantine Gavrilov 7d20992d8f NVME Identify Controller: add and use add_decode_group(). 2021-03-13 07:18:47 +00:00
Constantine Gavrilov af803b6f01 NVME Identify Controller: Decode Contoller Attributes. 2021-03-13 07:18:47 +00:00
Constantine Gavrilov 04add823a5 NVME Identify Controller: Decode RTD3 fileds. 2021-03-13 07:18:47 +00:00
Constantine Gavrilov 84be51e614 NVME Identify Controller: Decode Optional Asyncrhonous Events Support. 2021-03-13 07:18:46 +00:00
Constantine Gavrilov de0a0a3568 NVME Identify Controller: decode additional fields:
* Firmware revision (FR)
* Recommended Arbitration Burst (RAB)
* IEEE OUI Identifier (IEEE)
* Controller Multi-Path I/O and Namespace Sharing Capabilities (CMIC)
* Print MDTS pages value
* Controller ID (CNTLID)
* Version (VER)
2021-03-13 07:18:46 +00:00
Valerii Zapodovnikov 381207c4e3 RTP: fixed comments, https 2021-03-13 04:05:12 +00:00
Gerald Combs e5adb4b506 GitLab CI: Speed up our fetching/cloning.
Fetching the complete Wireshark repository in GitLab's CI currently
takes about 3.5 minutes. GitLab CI lets you do shallow cloning, but only
up to 1000 commits. This isn't sufficient for any of our jobs that might
need a reachable tag since it's currently about 1200 commits away in
master.

Set GIT_DEPTH to 1 (which appears to trigger the required shallow clone
logic in GitLab's CI), then deepen it by setting GIT_FETCH_EXTRA_FLAGS
to "--depth=5000". This is *should* be much faster than a full checkout
and still give us a reachable tag:

$ git rev-list --count v3.3.0rc0..v3.5.0rc0
2330
$ git rev-list --count v3.1.0rc0..v3.3.0rc0
2198
$ git rev-list --count v2.9.0rc0..v3.1.0rc0
3449
2021-03-12 18:01:47 +00:00
Alexis La Goutte 71f4712532 ncsi: Fix warning found by Clang Analyzer
packet-ncsi.c:653:55: warning: Although the value stored to 'offset' is used in the enclosing expression, the value is never actually read from 'offset' [deadcode.DeadStores]
2021-03-12 12:33:52 +00:00
Alexis La Goutte c3687757b9 mbim: Fix warning found by Clang Analyzer
packet-mbim.c:2871:5: warning: Value stored to 'offset' is never read [deadcode.DeadStores]
packet-mbim.c:2976:5: warning: Value stored to 'offset' is never read [deadcode.DeadStores]
packet-mbim.c:4053:9: warning: Value stored to 'offset' is never read [deadcode.DeadStores]
2021-03-12 12:33:52 +00:00
Vahap Emin Ağaoğulları ed2955cf4c PTP: PTPv2 dissection updates
PTPv2 dissection dissected according to IEE Std 802.1AS-2011
This dissection updated according to IEE Std 802.1AS-2020.
2021-03-12 10:42:52 +00:00
ishaangandhi ee64d6362c ICMP: Support MTU in RFC 5837
This commit parses MTU's from interface identification objects when possible. Previously, they were unread.
2021-03-12 08:53:43 +00:00
Guy Harris c473eba8dc observer: rename source and update name.
Name the source to the code to read Observer files after the file
format, not the company that created it, got bought by JDSU, and then
ended up in Viavi when JDSU split.

Refer to the file format as "Viavi Observer" to reflect that.
2021-03-11 16:01:27 -08:00
Guy Harris 2561f1e9f8 libwiretap: don't have a central table of file type/subtype name mappings.
Let individual file type/subtype modules register their
backwards-compatibility names, rather than having a centralized table
that would need to be updated along with the module.
2021-03-11 13:56:40 -08:00
Guy Harris 98485a1c27 pcapng: small cleanups in pcap_open().
We don't need to initialize first_section before calling
pcapng_read_section_header_block(); it doesn't depend on it being
initialized, and sets byte_swapped, version_major, and version_minor if
what it reads is a valid SHB, so we don't need to set those in
pcap_open().

We don't need to set shb_off until we've deemed this to be a pcapng
file, so do so at the same point that we initialize

We also don't need to initialize wblock until we call
pcapng_read_section_header_block(), so do so all in one place.
2021-03-11 12:49:24 -08:00
Guy Harris e0afa7f2a4 Observer is now a product of Viavi.
JDSU bought Network Instruments, and then split into Viavi and Lumentum,
with Viavi getting Observer.
2021-03-11 20:02:14 +00:00
Nardi Ivan 20a6fea312 EAP: fix a memory leak 2021-03-11 19:52:38 +01:00
Jorge Mora 74d432ecc4 NFS: fix for EXCHANGE_ID SP4_SSV
The hash and encryption algorithms are arrays of OIDs.
2021-03-11 13:07:47 +00:00
Jirka Novak 24d59017a6 RTP Player: Added additional shortcuts
Added shortcuts:
- Mute/Unmute/Invert Mute
- Play/Pause/Stop

Removed outdated help in tooltip text. It makes no sense to use it, all
actions are available in context menu.
2021-03-11 12:44:48 +00:00
Guy Harris aab0bd12a5 pcapng: clean up pcapng_block_read().
Instead of pcapng_open() calling pcap_block_read() to do all the work of
reading the initial SHB, have it do the read of the initial SHB itself,
by calling the same routines that pcap_block_read() calls.

That way, pcap_block_read() doesn't have to be prepared to be called to
read that block, so it can treat all issues with an SHB that it reads as
errors, rather than possibly reporting them as "not a pcapng file", and
it doesn't have to support being called without a pointer to the
pcapng_t for the file being read, as it no longer ever is.  It can now
just return a gboolean success/failure indication.

That makes pcapng_open() a little more complicated but it makes
pcap_block_read() less complicated.

Fix some use of : as ' in comments while we're at it.
2021-03-11 10:27:36 +00:00
Martin Mathieson fa9d8fbc85 VP8: Show details of version field 2021-03-11 10:00:11 +00:00
Valerii Zapodovnikov 584442fd6d VP8 RTP: fixed wrong bit for "show bit" 2021-03-11 09:26:44 +00:00
Guy Harris a52ab28013 pcapng dissection: fix dissection of the if_filter IDB option.
Show the first octet of the option, giving the filter type.

Only display the rest of the option as a string if the type is 0,
meaning it's a libpcap-style filter string.

While we're at it, clean up the dissection of the rest of the options:

* do more proto_tree_add_item_ret_XXX to get the option value;
* don't bother constructing a string for the value if we don't have to;
* use proto_tree_add_item_ret_display_string for string values, so we
know they're printable.
2021-03-11 08:31:07 +00:00
Alexis La Goutte 73de7b1325 NAN(WiFi): Fix wrong variable size
NDPE Attribute is not dissected

Issue (and fix) reported by Darren Chen

Closed #17278
2021-03-11 07:58:45 +00:00
Chuck Craft 63b484c91a Qt: Copy->Value - don't zero pad hex values
Closes #17276
Update test scripts and datafiles for corrected output format.
2021-03-11 07:17:58 +00:00
Preston Hunt 11b7d17951 IEEE 802.11: add PASN authentication algorithm 2021-03-11 06:44:29 +00:00
Guy Harris f669bf2ec9 pcapng: ignore if_filter options with an unknown type.
We don't know how to process the type, so just ignore it.
2021-03-11 04:44:19 +00:00
Ronald Wahl 6210256229 LLDP: Allow organizational specific TLVs without payload
Currently organizational specific TLVs without payload cause an
exception which leads to a 'malformed packet' error. Add a check that
allows correctly parsing those TLVs.
2021-03-11 02:42:33 +01:00
Guy Harris 7446a16247 pcapng: get rid of the local pcapng_t in pcapng_open().
Pass a null pointer to pcapng_read_block(), instead.  In
pcapng_read_block(), treat that as the indication that we're trying to
read the purported first SHB, rather than treating a null section_info
pointer as that indication.

This addreses one, but not all, of the problems reported in issue #17281.
2021-03-10 22:06:58 +00:00
Martin Mathieson 933e7f5eb6 DECT: "tranceiver" -> "transceiver" 2021-03-10 21:21:56 +00:00
Guy Harris 598e32f933 commview: use the data rate to determine the modulation.
The band field of the header doesn't necessarily indicate the modulation
of the packet; use the data rate to determine the modulation.
2021-03-10 11:09:57 -08:00
Dario Lombardo 686f141e2c tools: add more packages to brew script. 2021-03-10 16:28:16 +00:00
Jirka Novak 649eab2dfe RTP player: It is possible to select SETUP packet related to RTP stream
When SETUP (or related signalling packet) exists, it is selected by
Shift+G. If RTP stream is "alone", first RTP packet of the stream is
selected.
2021-03-10 15:45:12 +00:00
Guy Harris dcd3e26a81 several: make the phy reflect the packet modulation.
Use the data rate and channel to determine 11b vs. 11g vs. 11a for:

* Aruba Networks encapsulated remote mirroring;
* Prism headers;
* *Peek remote protocol;
* Network Instruments^W^WViavi Observer;
* *Peek classic format;
* Shomiti Surveyor.

Note why we *don't* need to do that for NetMon captures.
2021-03-10 09:45:26 +00:00
Patrick Große 7b48fb91a0 DECT: Register dissector correctly
Register the DECT dissector correctly using register_dissector so
it can be used as sub-dissector etc.
2021-03-10 09:23:44 +01:00
Guy Harris b185260efb prism: clean up some things.
"CCK" really means "DSSS", whether it uses CCK or not, i.e.  it includes
both the legacy 802.11 DSSS PHY (1 Mb/s and 2 MB/s) and the 802.11b
HR/DSSS PHY (5.5 Mb/s and 11 Mb/s).  Change the text and the name of a
variable to match.

For OFDM, put the modulation type after the rate, as is done for the
text for other modulations.  Put "Rate:" before the rate for all
modulations as well.
2021-03-09 19:02:53 -08:00
Guy Harris 71905c6597 radiotap: fix a comment.
Radiotap doesn't supply a channel number, just a center frequency, so
the latter is what we use to guess the modulation.
2021-03-09 18:25:26 -08:00
Gerald Combs 4b07a92103 Windows: Update our spandsp packages.
Use the versions of lrint and lrintf defined by Visual C++. This should fix

    91>C:\buildbot\builders\wireshark-master-64\wireshark-win64-libs\spandsp-0.0.6-win64ws\include\spandsp/fast_convert.h(320,5): error C2169: 'lrint': intrinsic function, cannot be defined (compiling source file C:\buildbot\builders\wireshark-master-64\windows-2019-x64\build\plugins\codecs\G726\G726decode.c) [C:\buildbot\builders\wireshark-master-64\windows-2019-x64\build\cmbuild\plugins\codecs\G726\g726.vcxproj]
    91>C:\buildbot\builders\wireshark-master-64\wireshark-win64-libs\spandsp-0.0.6-win64ws\include\spandsp/fast_convert.h(325,5): error C2169: 'lrintf': intrinsic function, cannot be defined (compiling source file C:\buildbot\builders\wireshark-master-64\windows-2019-x64\build\plugins\codecs\G726\G726decode.c) [C:\buildbot\builders\wireshark-master-64\windows-2019-x64\build\cmbuild\plugins\codecs\G726\g726.vcxproj]

for Visual C++ 16.9.1 and later.
2021-03-09 14:51:32 -08:00
Arkady Gilinsky 84e8b8b1f5 oampdu: Fix "Queue Configuration" message parsing
Signed-off-by: Arkady Gilinsky <8351139-ark-g@users.noreply.gitlab.com>
2021-03-09 19:58:35 +00:00
Arkady Gilinsky 1084e72f78 oampdu: Process DPoE GetRequest messages for Link and User Port objects
* Currently GetRequest messages processed only from ONU object itself
   and parsed incorrectly when such a messages originated for Link
   and User Port objects. This commit is fixing this parsing issue.

Signed-off-by: Arkady Gilinsky <8351139-ark-g@users.noreply.gitlab.com>
2021-03-09 19:58:35 +00:00
Martin Mathieson 2753c4c27e Expert info: check group and severity
Add a check for valid group and severity values, and fix violations foud.
2021-03-09 19:14:29 +00:00
Jirka Novak ce786ed265 Rtp player: It is possible to select multiple rows in stream's list and graph
Changes:
- It is possible to select multiple streams in list and in graph
- Select All/None/Invert implemented in list of streams and in graph
- Indication of "Selected" stream redesigned in graph
- Mouse hovering shows related row/wave
- All operations adapted to multiselection
2021-03-09 16:49:09 +00:00
Dr. Lars Völker 5d709459c4 TECMP: Adding missing reserved flag to timestamp (BUGFIX)
This patch fixes a bug in the current TECMP dissector that leads to
wrong timestamps, whenever the reserved flag is set to true.

Closes: #17279
2021-03-09 13:32:07 +00:00
Preston Hunt 1dd97bc1ff IEEE 802.11: add az LMR public action frame
Add dissection of Location Measurement Report public action frames.
2021-03-09 11:16:19 +00:00