Commit Graph

85029 Commits

Author SHA1 Message Date
Daniël van Eeden 913a96a2d3 mysql: Correct query attribute handling
This fixes dissection of queries with new clients with query attribute
support to servers that don't support this.
2022-08-11 14:08:55 +00:00
Anders Broman 903a5a74ee NAS-5GS: Update comment in Route selection descriptor content. 2022-08-11 12:36:26 +00:00
John Thacker 414dab7396 L2TP: Add generated PW type field to data packets, etc.
Add a generated item showing the pseudowire type for the session
to L2TP data packets.
Use ccid instead of tunnel id in the info column for L2TPv3
Consistently use hex for SIDs and CCIDs in L2TPv3 instead of a mix
of hex and decimal.
Remove some unnecessary whitespace in info column
Include the L2-Specific Sublayer length in the L2TP length
Put the L2-Specific Sublayer in the L2TP tree instead of the root tree

Along with previous commits, fix #16565.
2022-08-11 07:16:45 -04:00
Pascal Quantin 32bce6c8d6 TLS: put DIG_NA macro in last position 2022-08-11 08:52:29 +00:00
zhangzhilei 9da3c833a4 TLS: sync ciphers with ENC_ macro
we should add SM1 and SM4 to ciphers because there are
ENC_SM1 and ENC_SM4 defined in packet-tls-utils.h
2022-08-11 08:27:47 +00:00
Anders Broman e5db541526 PFCP: UP Function feature bit QUASF typo. 2022-08-11 08:11:16 +00:00
zhangzhilei 6cd2258c55 TLS: sync digests with DIG macro
since we define DIG_MD5(0x40) to DIG_SM3(0x45) in
epan/dissectors/packet-tls-utils.h
and in ssl_cipher_suite_dig,
we use cs->dig - DIG_MD5 to retrive from digests,
so we should add SM3 to digests
2022-08-11 07:54:24 +00:00
Daniël van Eeden 7160d9e0f0 mysql: Fix capability check in login packet
The flag for ZSTD compression is part of the extended capabilities, not
the basic capabilities.
2022-08-11 07:37:56 +00:00
John Thacker a81a7876f1 L2TP: Account for cookie length in protocol length, etc.
A few of the minor usability improvements mentioned in #16565.
Account for the cookie length in the protocol length, and
simplify some of the accounting.
Rename the "Packet Type" item as "Flags" because it contains
several different boolean flags. Add it as a bitmask instead
of with a separate tree, which provides a better summary.
Remove the l2tp.session_id field that duplicated l2tp.sid
(but only in L2TP over IP data messages)
2022-08-11 07:11:36 +00:00
zhangzhilei 1bdf7427b6 TLS: fix wrong debug text
fix wrong debug text
2022-08-11 06:55:05 +00:00
DarienSpencer65 61e1da8e86 UMTS RLC: Support no-op encryption (UEA0) 2022-08-11 06:43:37 +00:00
John Thacker ee6519bca6 L2TP: Use the IANA assigned PW types for Decode As
Instead of registering subdissectors to arbitrary Wireshark
assigned numbers, register them to the actual pseudowire type
number assigned by IANA and present in the Pseudowire Type AVP.
Half of the previously registered types were never used, because
the dissector table could not be called with their Wireshark
internal number.

This makes it easier to add dissectors to support currently
unsupported but assigned types, and also makes it more intuitive
to use Decode As when the PW Type AVP is not present. Previously,
the dissector for the "default" type of CHDLC had to be changed to
a different subdissector.
2022-08-10 21:23:38 -04:00
Jaap Keuter 34ab3f308a sshdump: add option to select dumpcap as remote capture command 2022-08-10 17:26:49 +00:00
Pascal Quantin af558f672b NR RRC: upgrade dissector to v17.1.0 2022-08-10 18:05:01 +02:00
John Thacker e51916b54c L2TP: Fix UDP conversation handling.
RFCs 2661 and 3931 say that L2TPv2 and L2TPv3 use a TFTP-like method
of selecting ports. The initiator picks a source port (which may or
may not be 1701, the IANA assigned L2TP port), and sends a message to
1701; the recipient picks a free port (which may or may not be 1701)
and replies to the initiator's chosen port and address, and the
conversation from then on uses the chosen ports.

In practice, due to NAT, firewalls, etc., most implementations just
use a symmetric predetermined L2TP port. To support both methods
we use one-sided conversations with one port omitted. Fix the lookup
of the reverse conversation. Part of #16565.
2022-08-10 12:35:50 +00:00
Pascal Quantin f1140dbc9c LPP: upgrade dissector to v17.1.0 2022-08-10 14:16:18 +02:00
Pascal Quantin dc03586983 LTE RRC: upgrade dissector to v17.1.0 2022-08-10 12:58:20 +02:00
Pascal Quantin 100fe4e94e NAS 5GS: fix decoding of T3324 IE
T3324 IE is GPRS timer 3 type.
2022-08-10 09:46:31 +02:00
John Thacker 13df9b0b64 HTTP: Speed up chunked Transfer-Encoding on TCP
HTTP/1.1 chunked Transfer-Encoding doesn't have a overall length,
but requires scanning through variable length chunks to find the
end. If we determine that additional segments are needed, and
we have a sequence number (or other identifier) for the message,
store the position of the last chunk size found.

Use this to start scanning at that same offset when the next
segment arrives, reducing the algorithm for determining if
when we have the complete chunked message from O(N^2) to O(N),
which can be significant on captures with many chunks.

This does most of #14382, reducing the length of time to process
a file with 2 pass tshark from over 8.5 secs to under 3 seconds
on my machine. There is still some O(N^2) contribution from the
reassembly code itself with many small fragments (see #17311).

Other dissectors need some small changes to enable this for
HTTP over other transport layers. (TLS would be fairly easy and
is the other important case.)
2022-08-10 05:31:36 +00:00
John Thacker 5e04463282 L2TP: Store cookie length, session IDs, and PW type from Cisco AVPs
Store the cookie length, session IDs, and pseudowire type when
they are carried in Cisco vendor-specific AVPs in the same way
as done with the IETF AVPs. More of #16565.
2022-08-10 05:06:16 +00:00
Tomasz Moń 7316b16e1d
extcap: Read stdout and stderr during capture
Read extcap stdout/stderr data when available to prevent extcap hang on
stdout/stderr write. Discard stdout data as it was not used earlier.
Store up to 1024 bytes of stderr and display it to user after capture
stops.

Fixes #17827
2022-08-10 06:18:25 +02:00
Tomasz Moń ac4e1b86b8
wsutil: Use GIOChannel for standard pipes
Remove ws_read_string_from_pipe() as this function encourages bad design
and is no longer necessary. Extcap stderr is read only after the child
process has finished and thus the read will never block.

Close process information thread handle right away as we don't use it.
Remove unused ws_pipe_t member variables.
2022-08-10 06:18:25 +02:00
Tomasz Moń c1861ad1cc
extcap: Close capture session after extcap finishes
Wait up to 30 seconds for extcap process to finish after closing pipes.
The wait is achieved in non-blocking fashion, i.e. the UI is completely
responsive during the wait. Only actions related to capture process like
capture control, file open, save, export are inactive during the wait.

On Windows extcap child watch callback gets called immediately as the
process is forcefully terminated. Prior to this change the extcap was
forcefully terminated on Windows anyway.

The wait is possible on UNIX systems if extcap does handle SIGPIPE and
SIGTERM signals. The defaults handlers for SIGPIPE and SIGTERM simply
terminate the process so for large number of extcaps there is no change.
If extcap does not finish within 30 seconds, it is forcefully terminated
using SIGKILL signal.
2022-08-10 06:18:15 +02:00
John Thacker 86c6509cf3 L2TP: Don't report Malformed Packet on ZLB messages
Don't have things that substantively affect dissection depend
on whether the tree is present or not. (It's not really necessary
to do all these checks anyway since items are faked.)

Prevents adding "[Malformed Packet]" to the Info column for all
Zero Length Body messages. One of the things mentioned in
issue #16565 (that patch was lost with Gerrit.)
2022-08-09 20:43:52 -04:00
John Thacker 787ecb7f1d file-jpeg: Reduce expert info to PI_PROTOCOL for Exif
Change the expert info for Exif files that have Exif instead
of JFIF in their first identifier fields from a PI_MALFORMED
to PI_PROTOCOL. It's not the correct protocol spec, but it's
common in Exif files and it doesn't make the dissector give up,
so PI_PROTOCOL is more appropriate.
2022-08-09 19:37:03 -04:00
John Thacker 678fba2bc9 TURN: Don't report bogus PDU lengths
Since STUN and TURN (and DLTS, RTCP) are multiplexed togther,
using the non-heuristic TURN dissector with Decode As is not
usually the correct choice. However, if we're doing that, and
the packet doesn't look like a TURN packet, don't give a bogus
PDU length to the TCP dissector but instead take until the end
of the packet. Fix #16756
2022-08-09 23:03:40 +00:00
David Perry 8528f96ea4 Name `proto_nfs_unknown` as "Unknown NFS" 2022-08-09 19:42:55 +00:00
David Perry 43d499ca45 Use `register_dissector()` for more protocols 2022-08-09 18:50:08 +00:00
John Thacker 33a34aeec1 stun: Add some comments
Update the attributes to include four Google undocumented attributes
in the IANA registry. Add a comment about the Unassigned value that
was Data Indication in the TURN draft, and note that MS-TURN still
mentions it and some captures use it.
2022-08-09 07:42:05 -04:00
Chuck Craft ebb68e0b23 KINK: change default to IANA port 910 (RFC 4430)
Looks like the dissector was added with a draft of protocol before
the port was assigned - "KINK uses UDP on port [XXX -- TBA by IANA]"
2022-08-09 08:37:47 +00:00
Joakim Karlsson 318b969d1d GRE: forward GRE key to encapsulated data 2022-08-09 09:52:09 +02:00
John Thacker 203cd2cba9 prefs: More cleanup, auto prefs
Remove callback function from pref registrations for dissectors that
don't need a callback. In other dissectors, move registration that
only needs to be done once inside the check for initialization,
avoiding some console messages when preferences are changed
("Duplicate dissectors (anonymous) and (anonymous) for protocol...")
and the like.

Add a couple auto preferences for dissectors missed in previous waves.

Ping #14319
2022-08-09 06:21:05 +00:00
John Thacker 862803de5c HTTP2: Send headers to the follow tap after decompression
Field blocks (carried in HEADERS, PUSH_PROMISE, and CONTINUATION
frames) are compressed by HPACK. Send them to the follow tap only
after decompression. Update the tests to match the new output.

Ping #18239 (There's still the case of gzip and brotli compressed
DATA frames to handle).
2022-08-08 23:50:20 +00:00
Jaap Keuter 8097d3e4a3 Streamline hfinfo retrieval in proto_tree_add_* functions
Instead of a function call, instantiate the PROTO_REGISTRAR_GET_NTH
macro directly, which contains the subsequent DISSECTOR_ASSERT macro
to test the result anyway.
2022-08-08 17:05:50 +00:00
Gerald Combs 95069d8f78 Docs: Clean up some Python references.
Make sure we captitalize Python and use its HTTPS URL.
2022-08-08 16:34:45 +00:00
Pascal Quantin 4e85e0bfbe GSM CBSP: fix dissection of Repetition Period IE
Closes #18254
2022-08-08 13:21:35 +00:00
Chuck Craft a6813db329 Qt: traffic tables - tcp/udp port name resolution
Allow conversation/endpoint tabs that include IP address and
port number to resolve either or both. Currently IP address
(network) resolution is required to resolve tcp/udp ports.
2022-08-08 09:10:10 +00:00
Daniël van Eeden 728edc0d1f mysql: actually uncompress compresed packets
* Only for zlib/deflate compressed packets
* Not (yet) dissecting the payload
2022-08-08 08:28:04 +00:00
Gerald Combs dc24cdfc4b Qt: Add an "x-reset" icon and use to reset extcap options.
Add an "x-reset" stock icon and use it instead of Qt's SP_BrowserReload
icon to reset extcap options.
2022-08-07 20:21:12 +00:00
Gerald Combs 2e7a61a2c1 Docs: Update the extcap section of the Developer's Guide.
Make some variable names lower case to match their usage. Update various
parts of the text.
2022-08-07 18:49:43 +00:00
Gerald Combs a7be80b04a [Automatic update for 2022-08-07]
Update manuf, services enterprise numbers, translations, and other items.
2022-08-07 16:38:23 +00:00
DarienSpencer65 66b264559c UMTS FP: Fix flag in conversation_new calls 2022-08-07 07:09:12 +00:00
John Thacker 2347345eec prefs: More port prefs to auto prefs with ranges
Move the rest of the SCTP port preferences to auto prefs
with ranges. Ping #14319.
2022-08-06 18:51:07 -04:00
Uli Heilmeier f9cf0a0ae7 BGP: Check nhlen
Only call tvb_bytes_to_str() when nhlen > 0

Fixes: #18248
2022-08-06 20:42:15 +00:00
Jaap Keuter da5603a0d0 extcap: implement saving and restoring radio button setting 2022-08-06 20:19:04 +00:00
John Thacker 6fd212926a epan: Constify a few range functions 2022-08-06 08:26:40 -04:00
John Thacker 057436ff81 Prefs: Convert some SCTP port preferences to auto prefs
Convert SCTP port preferences in dissectors starting m-z.
Preferences that were already the name of the table can just
be removed from the dissector and they will migrate. Preferences
with a different name are added to deprecated_port_prefs in
epan/prefs.c (Since that function handles them there is no
need to mark them as obsolete.)

Also change a few TCP and UDP single ports reigstered with
preferences and callbacks that used the sample dissector as
a template.

Uses more auto preferences, makes more port preferences ranges,
and reduces the number of preference callbacks. Ping #14319
2022-08-06 00:17:14 -04:00
John Thacker 9cfd989abf prefs: A few more range conversions
A few more protocols that have callbacks to retrieve auto preferences
for request/response determination.  Convert them to getting ranges,
since all these are ranges now. Ping #14319
2022-08-05 22:23:43 -04:00
John Thacker 41791cad7b ipsec: Fix ESP NULL pad check
Correctly break out of the loop
2022-08-05 21:27:23 -04:00
Hadar Shoham b87e7aea49 Add support for DOCSIS TLV 5.76 'Low Latency Support' 2022-08-05 12:56:57 +00:00