Commit Graph

39440 Commits

Author SHA1 Message Date
Anders Broman b88f840409 H265: Fix -Wpointer-sign warnings.
Change-Id: I7398216fcd03c619fe51182b5335ea47dd3fa110
Reviewed-on: https://code.wireshark.org/review/33888
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-10 14:35:37 +00:00
Anders Broman f7cf0b7ec7 Doxygen: Try to fix reported warnings.
Change-Id: Ia2e08265681c6700328a5782a70c3108eeb443bf
Reviewed-on: https://code.wireshark.org/review/33887
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-10 12:48:21 +00:00
Anders Broman 703ac5df97 doxygen: Try to fix warnings.
Change-Id: I2c104b159f8d4ee1993567c54578dcd695b06037
Reviewed-on: https://code.wireshark.org/review/33886
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-10 11:59:59 +00:00
Anders Broman 7599f7bb11 packet-ieee80211-radiotap-iter.h: Try to fix doxygen warnings.
Change-Id: Icca2505f933a43b218043055201b00a47e77bef8
Reviewed-on: https://code.wireshark.org/review/33883
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-10 08:46:53 +00:00
Pascal Quantin 29698e9d12 LOG3GPP: fix compilation with gcc 9.1.1
Change functions signature to avoid the cast.

Change-Id: Ib4346526721538e9d793858ad8e1bd952de894e1
Reviewed-on: https://code.wireshark.org/review/33879
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-09 10:21:26 +00:00
Anders Broman d8ad7a6863 wiretap: Add a phone log reader.
Change-Id: I0b290df4783616f1eb15e6ad35fbd6d2b4c3dbdd
Reviewed-on: https://code.wireshark.org/review/33865
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-08 11:41:05 +00:00
Volodymyr Veskera bfeb46b1cf Netflow: Add decodes for Niagara Networks IPFIX information elements.
Change-Id: I2775bfb7d86a9c2dc257cf4d7a5bc2b6f9e68f35
Reviewed-on: https://code.wireshark.org/review/33851
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-08 11:40:44 +00:00
Joakim Karlsson 59b133c35e pfcp: Update to 3GPP TS 29.244 V16.0.0
Change-Id: I92427cc5c5a2574faf2a592cd8ef5df90028229a
Reviewed-on: https://code.wireshark.org/review/33864
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-08 05:48:29 +00:00
Richard Sharpe c32d27aa57 ieee802.11: Ensure optional sub-elements do not cause exceptions.
The original code was causing a malformed packet exception if there was
one additional byte after the measurement pilot interval.

Bug: 15903
Change-Id: Ibe3e7fab5ea5c3d18ea4792ff342a0d8b8d2533b
Reviewed-on: https://code.wireshark.org/review/33858
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-07-07 10:54:15 +00:00
Aurelien Aptel aa55c55fbc smb2: fix description from copy/paste typo
Change-Id: I2d14c1e88225649062bd9c4fcabe16a91a7ecf3f
Reviewed-on: https://code.wireshark.org/review/33854
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-05 15:48:15 +00:00
Aurelien Aptel 31d72bcc71 smb2: add missing NT_STATUS
Change-Id: Iddfadd1aa11ae7e48134968a401305c0f2d89ad4
Reviewed-on: https://code.wireshark.org/review/33853
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-05 15:48:06 +00:00
Dario Lombardo aa434673bf credentials: don't use wmem file scope but a local copy.
Change-Id: I44ca95bffd682a7f2e83b71400937a949f5886ea
Reviewed-on: https://code.wireshark.org/review/33844
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-07-05 12:26:44 +00:00
Stig Bjørlykke 85ca8d7fce NAS 5GS: Handle SMS payload
Decode payload container type SMS using gsm_a_dtap dissector.

Bug: 15902
Change-Id: I8cb4ea8214613e6b09d5355f7643d600662169bb
Reviewed-on: https://code.wireshark.org/review/33849
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-05 10:03:59 +00:00
Joakim Karlsson 13b018f90f smb2: Fix compilation with older gcrypt versions
Change-Id: I803eabc2950c7a8083b20b929d0f02d3adbfc0db
Reviewed-on: https://code.wireshark.org/review/33829
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-07-05 07:58:14 +00:00
Joakim Karlsson d560f76401 gprscdr: Update to 3GPP TS 32.298 V15.7.0
Change-Id: Id67fd508619d63a5c6cbd5857551493b77c41019
Reviewed-on: https://code.wireshark.org/review/33848
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-05 03:53:31 +00:00
Joakim Karlsson 6726196afd pfcp: Update to 3GPP TS 29.244 V15.6.0
Change-Id: Ieb294dc48b8b119594502b30ac9372bdeda41159
Reviewed-on: https://code.wireshark.org/review/33847
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-05 03:22:37 +00:00
Joakim Karlsson 84a3cc1064 s1ap: fix compile error on older GCC
error: variable ‘handle’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]

Change-Id: Id53d02927cbb738acedc80b0f6556afb3322c787
Reviewed-on: https://code.wireshark.org/review/33846
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-07-04 22:07:43 +00:00
Dario Lombardo b233df1966 ftp: check username len before copy.
Bug: 15891
Change-Id: I5d4f2a130ec391320243d1a96fbdece3660737ff
Reviewed-on: https://code.wireshark.org/review/33820
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-04 20:53:11 +00:00
Jaap Keuter 8b11de8a03 MPLS: link CFM to designated G-ACh channel type
RFC 6671 allocates a G-ACh channel type to MPLS-TP OAM, which basically
boils down to what is provided in the CFM dissector. Let the CFM
dissector therefore register for this channel type.

Bug: 15887
Change-Id: Ib23b046b3e8d79d4b3d51f10b83892333f593235
Reviewed-on: https://code.wireshark.org/review/33837
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-04 03:54:50 +00:00
Jeremy Kerr eae522d9cc ncsi: Add NCSI dissector
This change adds a basic dissector for the Network Controller Sideband
Interface (NCSI), as described by DMTF specification DSP0222.

Change-Id: I4e98361bfb7315c524f9c90db38507892adeeebe
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Reviewed-on: https://code.wireshark.org/review/33818
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-03 08:55:02 +00:00
Dario Lombardo baa22b3829 http: make a copy of the username.
The commit 0c5b14395e fixed a leak
but introduced a regression since the username gets freed while it's
still needed. We need to make a copy here.

Change-Id: Id45c1b8f98c9649a0ead30ec6cacdd6c44b923bd
Reviewed-on: https://code.wireshark.org/review/33821
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
2019-07-03 08:21:10 +00:00
Dario Lombardo 6e17af19ee http: remove unneeded allocation.
Change-Id: I684f5e35647c6ea90fc1e8f1f2a0d02446ba3297
Reviewed-on: https://code.wireshark.org/review/33819
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-07-03 07:49:16 +00:00
Guy Harris 09e3c4f693 Don't use "index" as a variable name.
index() was the old V7 UNIX's name for strchr(); some UN*Xes still
define it, causing compiler warnings.  Our API checker also checks for
it; rename the variable to avoid compiler and API checker warnings.

Change-Id: I4994f8b466aada8720ed43455ec8f80ce570728e
Reviewed-on: https://code.wireshark.org/review/33826
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-03 03:44:34 +00:00
Aurelien Aptel 7ea940eb4b smb2: dissect netname and compression negotiate contexts
dissect new SMB3 negotiate contexts (only) for compression and
netname.

Change-Id: Idb9ec6aa008864d225107cdc6f319a2874b98ac3
Reviewed-on: https://code.wireshark.org/review/33822
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-02 20:59:36 +00:00
Stig Bjørlykke 73ae8ef2d2 tls: Add max_fragment_length field
Add Maximum Fragment Length extention field with values from RFC 6066.

Change-Id: I927fc6b17b6319834f61800d25cd698b4657fd6b
Reviewed-on: https://code.wireshark.org/review/33823
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2019-07-02 18:51:46 +00:00
Aurelien Aptel 7d603e344c smb2: add support for AES-128-GCM decryption
epan/dissectors/packet-smb2.c:

- factor out decryption code from transform header dissector
- rewrite CCM decryption to use the proper gcrypt cipher
- add GCM support
- change weird 1 element CCM bitmask to value_string

test/suite_decryption.py: add smb2 GCM decryption test

- add one test
- add a new capture to test smb3.1.1 AES-128-GCM decryption

Change-Id: Id5ab75e1830bc24ace9f9b2f2dbd5a3c20666d52
Reviewed-on: https://code.wireshark.org/review/33600
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-07-02 17:54:03 +00:00
Dario Lombardo 0368b77185 imap: move the more general field first.
The imap.request/response is a more general field, containing tags.
It is moved first as we have more general fields followed by more
specific ones.

Change-Id: Ib8f7fbdd28f2d0ed2ed6d8d6b2de4d92ae24c6cc
Reviewed-on: https://code.wireshark.org/review/33755
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-02 10:46:08 +00:00
Bruno Verstuyft f64990438c XRA: adding packettype OFDM PLC MMM
Change-Id: I9cf97d372b0e15c3b2b6fc22e449079cce0ffa83
Reviewed-on: https://code.wireshark.org/review/33798
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-02 07:11:52 +00:00
Pascal Quantin 9efddcef85 MAC NR: upgrade dissector to v15.6.0
Change-Id: Ib0451d4031e84d8ec13d3694a634d962ca8206fe
Reviewed-on: https://code.wireshark.org/review/33810
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-01 19:37:03 +00:00
Pascal Quantin 3f7e6f5a7d MAC LTE: implement 3GPP 36.321 CR 1450
The NB-IoT DPR MAC CE is not included in the L field of the CCCH MAC CE.

Change-Id: I497176dfc722f0080e544bbc73845cfce2064e2d
Reviewed-on: https://code.wireshark.org/review/33805
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-01 17:44:39 +00:00
Pascal Quantin 7af35b68bd LTE RRC: dissect requestedCapabilityCommon / appliedCapabilityFilterCommon IEs
Change-Id: I39198df9a048510d040d56a53183669bda176cdc
Reviewed-on: https://code.wireshark.org/review/33804
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-01 16:53:03 +00:00
Pascal Quantin 376d4c3595 NR RRC: upgrade dissector to v15.6.0
Change-Id: I07eb698fa7ec0ce74953844667590e72368f9456
Reviewed-on: https://code.wireshark.org/review/33803
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-01 16:52:56 +00:00
Pascal Quantin 0c5b14395e HTTP: fix a memory leak in basic_auth_credentials()
Change-Id: I19579a4177e5f67e9fb99e603033e38d389508f2
Reviewed-on: https://code.wireshark.org/review/33802
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-01 15:16:32 +00:00
Pascal Quantin fd4c640b1a HTTP: check auth pointer validity
Bug: 15890
Change-Id: I60144d3f8607a4761a5673e88c9c65f2f5d21145
Reviewed-on: https://code.wireshark.org/review/33801
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-01 15:15:43 +00:00
ismaelrti ae089f1613 RTPS: Topic Information feature not working with RTI Connext DDS 6
Default QoS is not sent anymore.Topic Information feature expects
the Reliability, Durability and Ownership fields in the
discovery Data(w) packet, so it will never be shown in
Connext > 6.0.0. Since there is a link to the Data(w) packet,
there is no need to show Reliability, Durability and
Ownership.

Change-Id: Ie23395916e5dc6ea8e13e4de502f0eb811d63814
Reviewed-on: https://code.wireshark.org/review/33727
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-01 04:17:46 +00:00
Kevin Herron 9d46d828c9 omron: add FINS/TCP support to Omron FINS dissector
sample capture at https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=fins-tcp.pcapng

Change-Id: Id5795384720ec3855e75de36bed7afb68f709b4a
Reviewed-on: https://code.wireshark.org/review/33710
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-07-01 04:16:31 +00:00
Pascal Quantin 2a80a9b80a LTE RRC: upgrade dissector to v15.6.0
Change-Id: I05417ad4425e301af9d307a1c20fd3c16091c80c
Reviewed-on: https://code.wireshark.org/review/33784
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-30 19:23:48 +00:00
Pascal Quantin 892d5914b4 LPP: upgrade dissector to v15.4.0
Change-Id: I667ab9480334dd1b66a36982b972b8f8837dd7a6
Reviewed-on: https://code.wireshark.org/review/33783
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-30 18:11:02 +00:00
Thomas Wiens 589d83816a s7comm: Improved cyclic services
Added a new function code for modifying an existing cyclic job.
Show the Job-ID in the info column.

Change-Id: I30a5ce0ba03171a947c59b039c9c879b82f3c026
Reviewed-on: https://code.wireshark.org/review/33781
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-30 16:41:37 +00:00
Sven Eckelmann 0afeafa7c1 batadv: Add support for RTR(4|6) mcast flags
Two additional (previously reserved flags) in the mcast flags are now used
to inform other nodes that no IPv4/IPv6 multicast routers can be found in
its segment.

Change-Id: Idf066200cf6ccee581d5c3074b0500664460e806
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Reviewed-on: https://code.wireshark.org/review/33768
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-30 16:41:22 +00:00
Anders Broman 41d0cf7320 S1AP: Catch out-of-bounds error when dissecting UERadioCapability.
Change-Id: I14fbf46583a5e17bcd3e7b05d1faee43983f47a5
Reviewed-on: https://code.wireshark.org/review/33763
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-28 12:50:07 +00:00
ismaelrti fe5015f603 RTPS: Decompress ZLIB compressed serialized Type Object
Type Object parameter can be sent compressed using zlib to
save bandwidth. This data can be decompressed and
dissected as an usual Type Object.

Change-Id: Id226b01daff225bb8e21aea765dcc5f7a0165bb7
Reviewed-on: https://code.wireshark.org/review/33738
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-28 04:07:05 +00:00
Bruno Verstuyft 8c34629c06 DOCSIS: CM-CTRL and DPD: fixed wrong tlv indent
Change-Id: I786c4db5e61f733e85312f4e4d724e1fcd92c6df
Reviewed-on: https://code.wireshark.org/review/33753
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-27 13:02:01 +00:00
Dario Lombardo 57949e043a imap: remove useless nesting.
Change-Id: I9961d8cdc005a4fc14e716e8bca7b08cd6fbb85c
Reviewed-on: https://code.wireshark.org/review/33754
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-27 13:00:50 +00:00
John Tapparo 28cb63cc00 f5ethtrailer - Dissect BIG-IP v15 low noise trailer
Bug: 15876

Add code to understand the version 3 "low noise" trailer.

Dissect fields added in the version 3 trailer.

Re-organize the "ingress" field from trailer version <= 2 to a flags field for
version >= 3.  Mark the f5ethtrailer.ingress field as a gerenated field in
version 3 and higher so that users can still use it for filtering, but move the
"real" ingress to be part of the flags.

Change-Id: I946e91e6b482ee5bd4e6d5a9c2523613a607c609
Reviewed-on: https://code.wireshark.org/review/33743
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-27 04:13:18 +00:00
Oliver Smith ca62d2c009 GSUP: fix IMEI decoding missing last byte
Do not cut off the last byte when passing the IMEI IE to the
bssap.imei dissector.

Change-Id: Id5cda256f5a641afcf72c677313b8d8681366ee8
Reviewed-on: https://code.wireshark.org/review/33742
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-26 13:49:39 +00:00
Anders Broman 6038b56330 cdma2k: Static nark some value strings.
Change-Id: I9af4f62b021048230e956b64999e8585b4d98545
Reviewed-on: https://code.wireshark.org/review/33741
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-26 07:57:18 +00:00
Dario Lombardo 1af6e1f860 tap: add credentials tap.
This new tap collects credentials (username and paassword)
from the dissectors.

So far, few dissectors have been instrumented:
- http (basic auth)
- http (header auth)
- ftp
Others can be instrumented as well using the same technique.

Tshark has a new option (-z credentials) and Wireshark a new
"tools" menu: the documentation has been updated accordingly.

Change-Id: I2d0d96598c85bb3ea4fb5ec090dd8dc28b481fc9
Reviewed-on: https://code.wireshark.org/review/33453
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-06-26 07:09:54 +00:00
akuchekar cbcb50e8af Decoding of SMS contents when SMS over SMPP
Bug: 15823
Change-Id: If77c03aaa806c870bafdda111e2ccdd1ee15b505
Reviewed-on: https://code.wireshark.org/review/33510
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-06-25 15:38:37 +00:00
Anaël Fiaux 641d4bbea4 TLS: increase size of line buffer for reading keylog file
Previous buffer size was truncating 2048 and 4096 bits DH pre-master
secrets (PMS_CLIENT_RANDOM). New size allows to read DH pre-master
secrets up to 4096 bits.

Change-Id: Ib1bb8946f9c81b4b8e85f82ca7401b3cc9901a1f
Reviewed-on: https://code.wireshark.org/review/33722
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-06-25 11:38:37 +00:00