Commit Graph

79819 Commits

Author SHA1 Message Date
Alexis La Goutte 4569260b22 ieee80211: fix conflict
'wlan.s1g.twt_information.next_twt' exists multiple times with incompatible types: FT_UINT48 and FT_UINT32
 'wlan.s1g.twt_information.next_twt' exists multiple times with incompatible types: FT_UINT64 and FT_UINT48
2021-02-07 07:48:10 +00:00
Alexis La Goutte edd0396bb0 ieee80211: fix -Wmissing-prototypes warning 2021-02-07 07:48:10 +00:00
Alexis La Goutte 3a4def009e ieee80211: Add Known BSSID and Short SSID Extension Tag
from 802.11ax/D8
2021-02-07 07:48:10 +00:00
Alexis La Goutte 7306a1a5c6 ieee80211: Add Reason code (71) from 802.11ax/D8 2021-02-07 07:48:10 +00:00
Alexis La Goutte 4795dccac7 ieee80211: Add Band id 6Ghz
From 802.11ax/D8 (9.4.1.45)
2021-02-07 07:48:10 +00:00
Alexis La Goutte a660c80f79 ieee80211: Add Extended Capabilitilies from 802.11ax/D8
bit 83: Enhanced Multi-BSSID Advrtisement Support
bit 86: OCT
bit 89: TWT Parameters Range Support
2021-02-07 07:48:09 +00:00
Alexis La Goutte 1441d45000 ieee80211: Add Extension Tag: Mutiple BSSID Configuration
From 802.11ax/D8 (9.4.2.260)
2021-02-07 07:48:09 +00:00
Alexis La Goutte 1abc4d7f1a ieee80211: Update Extension Tag value_string
from 802.11ax/D8
2021-02-07 07:48:09 +00:00
Alexis La Goutte 57fd3157c5 ieee80211: display payload data and expert info when unknown Ext(ension) Tag 2021-02-07 07:48:09 +00:00
Alexis La Goutte a5483a99d7 ieee80211: not found tag num (or Extension Tag) are unknown
Not Reserved..
2021-02-07 07:48:09 +00:00
Alexis La Goutte be214d1166 ieee80211: fix length of extension tag 2021-02-07 07:48:09 +00:00
Alexis La Goutte 30744de9e3 per: remove len is not longer needed 2021-02-07 07:32:01 +00:00
Alexis La Goutte 316ecda0a7 per: remove extra parenthese 2021-02-07 07:32:01 +00:00
Alexis La Goutte d735f8b9ee smc: fix Dead Store found by Clang Analyzer
packet-smc.c:595:4: warning: Value stored to 'offset' is never read [deadcode.DeadStores]
packet-smc.c:664:4: warning: Value stored to 'offset' is never read [deadcode.DeadStores]
2021-02-07 07:32:00 +00:00
Alexis La Goutte 0ca129bdd2 per: fix Dead Store found by Clang Analyzer
packet-per.c:2702:5: warning: Although the value stored to 'len' is used in the enclosing expression, the value is never actually read from 'len'
2021-02-07 07:32:00 +00:00
Alexis La Goutte f715b01058 pdu-transport: Fix Dead store Found by Clang Analyzer
packet-pdu-transport.c:244:9: warning: Value stored to 'tmp' is never read
2021-02-07 07:32:00 +00:00
Alexis La Goutte 572774123f opa-mad: Fix Dead Store Found by Clang Analyzer
packet-opa-mad.c:2816:12: warning: Although the value stored to 'local_offset' is used in the enclosing expression, the value is never actually read from 'local_offset'
2021-02-07 07:32:00 +00:00
Alexis La Goutte f6508c33c8 iso8583: Fix Dead Store found by Clang Analyzer
packet-iso8583.c:553:12: warning: Although the value stored to 'len' is used in the enclosing expression, the value is never actually read from 'len'
2021-02-07 07:32:00 +00:00
Alexis La Goutte 721c70956e nfs: Fix Dead Store Found by Clang Analyzer
packet-nfs.c:6690:9: warning: Although the value stored to 'offset' is used in the enclosing expression, the value is never actually read from 'offset
packet-nfs.c:6840:9: warning: Although the value stored to 'offset' is used in the enclosing expression, the value is never actually read from 'offset'
2021-02-07 07:32:00 +00:00
Alexis La Goutte d9c71861a3 radiotap: Fix Dead Store found by Clang Analyzer
packet-ieee80211-radiotap.c:2190:3: warning: Value stored to 'offset' is never read
2021-02-07 07:32:00 +00:00
Alexis La Goutte e59c6b5c78 gsm_abis_oml: Fix Dead Store found by Clang Analyzer
packet-gsm_abis_oml.c:1702:5: warning: Value stored to 'loffset' is never read
2021-02-07 07:32:00 +00:00
Alexis La Goutte 60cdc48efd mgcp: fix Dead Store Found by Clang Analyzer
Although the value stored to 'tempchar' is used in the enclosing expression, the value is never actually read from 'tempchar'
2021-02-07 07:32:00 +00:00
Alexis La Goutte 7ef0bd34b0 iso8553: Fix Dead Store Found by Clang Analyzer
Although the value stored to 'len' is used in the enclosing expression, the value is never actually read from 'len'
2021-02-07 07:32:00 +00:00
Alexis La Goutte ef6d3ae9a0 cemi: Fix Dead Store found by Clang Analyzer
Although the value stored to 'offset' is used in the enclosing expression, the value is never actually read from 'offset'
2021-02-07 07:32:00 +00:00
Alexis La Goutte 11a55c8601 dcom-typeinfo: Fix Dead Store found by Clang Analyzer
Although the value stored to 'offset' is used in the enclosing expression, the value is never actually read from 'offset'
2021-02-07 07:31:59 +00:00
Guy Harris 1cbafa47b9 wiretap: add a mechanism for built-in modules to have a register routine.
Currently, only pcapng has one, and it does nothing, but this mechanism
will be used more in the future.

Update comments in epan/dissectors/CMakeLists.txt and ui/taps.h while
we're at it.
2021-02-06 17:54:19 -08:00
Guy Harris 12960c81c4 pcapng: write out the FCS length IDB option. 2021-02-06 13:50:30 -08:00
Guy Harris 910c489a4a pcapng: fix build without plugins.
Just remove some HAVE_PLUGINS checks.  Those tables will eventually
handle built-in block and option types as well.
2021-02-06 13:07:12 -08:00
João Valverde 89fee9321e Avoid exposing HAVE_PLUGINS in the public API
Instead *_register_plugin() is turned into a noop (with a warning).

The test suit is failing with ENABLE_PLUGINS=Off (it was already failing
before and this patch didn't affect that).

Closes #17202.
2021-02-06 16:35:51 +00:00
Alexis La Goutte 91064e337c Aruba(IAP): fix extra space 2021-02-06 14:53:19 +00:00
Alex Nik 1de4cc47af minor fixes 2021-02-06 14:31:35 +00:00
Alex Nik 527bb28d20 added the ANCP statistic description 2021-02-06 14:31:35 +00:00
Роман Донченко 44dbf37412 pkixtsp: support opening standalone query/response files
Per RFC 3161, time-stamp queries/responses may be stored in files with
the .tsq/.tsr extensions, respectively.
2021-02-06 14:05:52 +00:00
Alex Nik 9e8e157b75 added description for DNS statistics
added a screenshot for the DNS statistics and some more description

minor fix

minor fix

adding examples

minor fix
2021-02-06 13:47:46 +00:00
Alex Converse fdcddd4b78 rtmpt: fix extended timestamps on type 3 chunks
This fix does not handle the less common case where a type 3 chunk starts a new message
and an extended timestamp is present.

This fixes the dissection of rtmp-cal-to-ams-4.pcap attached to the issue. Closes #15718
2021-02-06 13:08:10 +00:00
Alex Nik 5f31971e68 SCTP menu item is described
minor fix
2021-02-06 12:52:39 +00:00
Darius Davis 6c24e17a5c TFTP: Link each DATA/ACK to its read/write request.
Let's keep track of the frame number which contained the initial read or write
request for the conversation.  This allows us to easily add a link from each
DATA or ACK packet back to the read or write request which started the
transfer.

While we are here, add a missing initialization of tftp_info->windowsize and
sort the initializers into the same order as the fields.
2021-02-06 12:26:58 +00:00
Alex Nik 539ab40611 added description for the Collectd statistics 2021-02-06 10:17:57 +00:00
Alex Nik 63147c10ba added the HART-IP description 2021-02-06 09:56:47 +00:00
Alex Nik 0676de8d77 added description for the Sametime statistics
minor fix
2021-02-06 08:25:56 +00:00
Josip Medved 1579ada891 Added support for application/json-patch+json (RFC 6902) 2021-02-06 06:50:43 +00:00
Guy Harris 23467afdc5 wslua: explain, in a comment, how .init routines work for a Proto. 2021-02-05 22:02:54 -08:00
Harald Welte b83f92a458 packet-fr: Register for SLL dispatch to Frame Relay dissector
Without this patch, any Linux cooked packet capture on HDLC / frame
relay devices will not be dispatched to the proper dissector.

Such packets do carry a proper sll_hatype set to ARPHRD_FRAD and should
be dispatched accordingly.  However, the packet-fr dissector so far
did not register itself accordingly.
2021-02-05 21:23:43 +00:00
Jirka Novak 74961582b3 RTP Player: Possibility to remove stream from RTP player
When many streams are analyzed, some streams can be found as useless during
replay. Patch adds option to remove it from list in RTP player.
Once stream is removed, it can't be returned except close/reopen RTP player
with new selection.
2021-02-05 16:10:12 +00:00
Martin Mathieson 597a5df1a7 Make more functions and vars static. 2021-02-05 13:30:17 +00:00
Alex Nik cefc4e183d added description for the HPFEEDS statistics 2021-02-05 13:13:44 +00:00
Jirka Novak 67c666b251 RTP Stream Dialog fix: Duplicated streams could be shown
It may happen that a stream could be shown twice or more time in the list.
Patch solves it.
2021-02-05 12:45:01 +00:00
Anders Broman 1bb97c5973 TCAP: Don't attempt to decode content when a subdissector has done it. 2021-02-05 10:02:58 +00:00
Alex Nik 51f6be91e7 added the BACnet description 2021-02-05 09:21:24 +00:00
j.novak@netsystem.cz 88a86f5f01 RTP dissector: Remove unused functions
Patch removes (just comments out) functions not used by the code
as found by Martin Mathieson.
2021-02-05 09:19:48 +00:00