aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2019-11-10lsd: Add cookie field (optional)Alexis La Goutte1-0/+16
Bug: 15971 Change-Id: I6d55ffebcdc2e417d922731bddae407474c47505 Reviewed-on: https://code.wireshark.org/review/34210 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-10ieee80211: avoid duplicate wlan keys for managements frames with parametersAlexis La Goutte1-1/+8
Bug: 16081 Change-Id: I3d2a9ac8058be1a7e7a686c96b8feb8883085c75 Reviewed-on: https://code.wireshark.org/review/34661 Tested-by: Petri Dish Buildbot Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-11-10lldp: add mandatory items chassis and port to info columnJoerg Mayer1-7/+34
Change-Id: Id01d85147adb5d9194e97bde31ca76d3de2fb7c1 Reviewed-on: https://code.wireshark.org/review/35036 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2019-11-10Clean up description of the "DNS Servers" preference.Guy Harris1-1/+1
Change-Id: I9791aeba7891200f550400b317ced1b9e85200fd Reviewed-on: https://code.wireshark.org/review/35035 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-11-09cemi: Fix Dead StoreAlexis La Goutte1-11/+11
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: I4524d104b4f2c59694c59d2061ba0763659e1f0f Reviewed-on: https://code.wireshark.org/review/35034 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-11-08mptcp: add support for sha256 hashing.Paolo Abeni2-14/+51
MPTCP v1 switches the default/only hash function from sha1 to sha256. Hash consistently according to the MP_CAPABLE version. Additionally update MP_CAPABLE flag handling to show the correct hash function name when dissecting v1 options. Change-Id: I632c68541d8b1fba83864b4a478ad8b411dbf0fb Reviewed-on: https://code.wireshark.org/review/35026 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-08Kerberos: rework dissecting for PA-PW-SALTUli Heilmeier2-64/+24
PA-PW-SALT is not defined according to RFC 4120 sec 5.2.7.3. Therefore we should not expect that this is a Microsoft implementation where we also only know the first 4 bytes. Furthermore not all values of nt_status which appears in wild are defined. Bug: 6234 Change-Id: I870070cfacfe63ef03d67c234bba88b8b5cf3608 Reviewed-on: https://code.wireshark.org/review/35028 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-07SNMP: do not modify the ASN.1 source for request/response trackingPascal Quantin3-28/+46
Follow-up of g14d398fe67 Change-Id: Ic6c4966d8a9a1a53c8d7daeeda7fd71779f9b07d Reviewed-on: https://code.wireshark.org/review/35025 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-07Fix problems regarding SRT calculation in SNMP dissectorLajos Olah2-11/+11
Change-Id: I904bfda538e157518e0eabf3705bf0f8816daa29 Reviewed-on: https://code.wireshark.org/review/35019 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-07lldp: Add aggregation status bits to LACP TLVJoerg Mayer1-0/+14
Change-Id: Ia83c64dfc4a99e6e13ff807f2c0bfdb09d83a94e Reviewed-on: https://code.wireshark.org/review/35027 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2019-11-07epan: Make proto_tree_add_oid* usable from DLLs.Gerald Combs1-3/+3
Prefix proto_tree_add_oid, proto_tree_add_oid_format_value, and proto_tree_add_oid_format with WS_DLL_PUBLIC. Change-Id: Ia3fa8fb762869bb1afa1c1f57a3a5f02aa126a3f Reviewed-on: https://code.wireshark.org/review/35018 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-07mptcp: correctly parse v1 MP_CAPABLE handshakePaolo Abeni1-26/+57
RFC 6824 bis introduces MPTCP v1, with extends the MP_CAPABLE handshake with additional opt layout. This change add code to parse the newly introduce MP_CAPABLE ack + data. Additionally it factors-out the DSS analyze code, in a new helper, as both DSS and MP_CAPABLE use it. Change-Id: I80be54bbfa500bb04b5357f09de17ce8ded5c756 Reviewed-on: https://code.wireshark.org/review/34896 Reviewed-by: Craig Jackson <cejackson51@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-11-07ek: fix raw hex prints.Dario Lombardo1-5/+5
Bug: 16187 Change-Id: I440ef96c1743a0e75fb7556f16fc510cf4754f34 Reviewed-on: https://code.wireshark.org/review/35017 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-07Implement service response time calculation for SNMPLajos Olah6-60/+440
Change-Id: I731b1971d404f44bf20b13496e0958057c2c94cc Reviewed-on: https://code.wireshark.org/review/34992 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-07CoAP: add a separator between messages in info columnPascal Quantin1-2/+2
Ping-Bug: 15910 Change-Id: I9845ded5986565328c5228b8a6e6f9aed0a98166 Reviewed-on: https://code.wireshark.org/review/35011 Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-07BMP: fix typo on bitmask PEER Flag AS_PATHAlexis La Goutte1-4/+4
and also better string for some stat type Change-Id: Ia20ef944077cc2854fc0a2cd3e3e0862465a7ec0 Reviewed-on: https://code.wireshark.org/review/35009 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-07BMP: Add support of RFC8671Alexis La Goutte1-1/+74
Support for Adj-RIB-Out in the BGP Monitoring Protocol (BMP) Add new flag (A), 4 new stats type and 1 peer up (Admin Label) Change-Id: I100ce182879e85d87c5b7286505e7e9a8658adcf Reviewed-on: https://code.wireshark.org/review/35008 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-07RTCP: MCPTT add more dissection.Anders Broman1-3/+168
Change-Id: Ibd9e51802b12dcf993aa8564bee21ad42d8b8660 Reviewed-on: https://code.wireshark.org/review/35010 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-07DIAMETER: Add User-Equipment-Info dissectorMichail Koreshkov2-9/+114
Change-Id: I5a1eb1a431cad6ca07ef0db00fbe1c3192709d58 Reviewed-on: https://code.wireshark.org/review/34922 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-06SMB2: Use defines for dialect valuesUli Heilmeier1-16/+24
Replace values with variables and sort the array. MS-SMB2 has been updated showing that the dialect is no longer 0x0310 but 0x0311. Change-Id: Ie382e654b57d17c5bdc024bcbc0527b940389d2f Reviewed-on: https://code.wireshark.org/review/35005 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-06SMB2: add string value for dialectUli Heilmeier1-1/+12
Used ref: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/63abf97c-0d09-47e2-88d6-6bfa552949a5 Change-Id: I9e5e7b3077003fe5e070a3cb1f790a360a07571e Reviewed-on: https://code.wireshark.org/review/35001 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-06BGP EVPN: Adding Type 10 route supportmpergament19751-1/+4
(draft-ietf-bess-evpn-bum-procedure-updates-07) Change-Id: I8187da5bb9f8fa84a4c5835ff5c61a6669d4fb32 Reviewed-on: https://code.wireshark.org/review/34998 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-06RTCP: Fix dead store (Dead assignement/Dead increment)Anders Broman1-37/+0
Change-Id: Iddefabba509fba644a58919918c3ef9fc895e433 Reviewed-on: https://code.wireshark.org/review/34999 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-06rtcp: Fix Dead StoreAlexis La Goutte1-22/+0
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: Ic6b2aea804ca58f4c333985ce4ba0d8871b08410 Reviewed-on: https://code.wireshark.org/review/34911 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05QT/CLI: Remove limit for object export filesUli Heilmeier2-0/+9
Removes the limit to export more than 1000 files with the same name when exporting objects. For this a preference name gui.max_export_objects is used. Bug: 16010 Change-Id: Iefc138ac2617491aad3b6ad5827c9058aed112c7 Reviewed-on: https://code.wireshark.org/review/34339 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-05RTCP: Dissect more MCPTT elements.Anders Broman1-1/+113
Change-Id: I5ad337a07ae7fec336585b27a2c624b86b0cb562 Reviewed-on: https://code.wireshark.org/review/34989 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05funnel: Free callback dataStig Bjørlykke1-0/+1
Free one more allocated callback data in TextWindow. This is needed because text_win_close_cb() is also doing the same as TextWindow__gc(). Bug: 16177 Change-Id: I7c2211e154a6db1dccd22df824e76cce575040c9 Reviewed-on: https://code.wireshark.org/review/34990 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2019-11-05CoAP: fixes for TCP transportPascal Quantin1-49/+60
- switch from tcp_dissect_pdus() to pinfo based reassembly as the header size is variable - use the proper message length when dissecting the payload - reuse the conversation from the TCP disector instead of creating a new one and breaking the TCP analysis Ping-Bug: 15910 Change-Id: Ie2689363a01343bbb45cba6a48ce3475521954ec Reviewed-on: https://code.wireshark.org/review/34987 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05funnel: Free callback dataStig Bjørlykke4-3/+21
Free allocated callback data in FunnelStringDialog, TextWindow and registered menu items. Also free strings used in FunnelStringDialog. Bug: 16177 Change-Id: I9a129b8975a55d1dc89fe851116feebe82763bca Reviewed-on: https://code.wireshark.org/review/34945 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-05Some IP: Fix Warn heuristic_protos' line 3 Anders Broman1-2/+2
has extra stuff after the protocol name. Change-Id: Ic384d4870632aef1abe70c85d57489d1cf997dec Reviewed-on: https://code.wireshark.org/review/34978 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Anders Broman <a.broman58@gmail.com>
2019-11-05TLS: report encrypted TLS alerts as suchPeter Wu1-35/+30
Encrypted alerts could be misreported as plain encrypt messages. Be sure to check the length before interpreting it as unencrypted alert message. Rename SSL to TLS while at it, and support unknown alerts. Bug: 16180 Change-Id: I223568f8502cd629fed4642a786c9f5fcb488e8e Reviewed-on: https://code.wireshark.org/review/34982 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05print: some indentation fixes.Dario Lombardo1-54/+37
Change-Id: Iba03bae6dedd296477be1e7d522b4936efefef10 Reviewed-on: https://code.wireshark.org/review/34977 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05OER: Handle negatived constraints in dissect_oer_constrained_integer.Anders Broman1-2/+23
Bug: 16176 Change-Id: I944ad530fd53222857a22d361432aaaca7f7e571 Reviewed-on: https://code.wireshark.org/review/34962 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2019-11-05BMP: Enhance dissection of Stats typeAlexis La Goutte1-16/+162
Add hf for each type And also fix dissection of per AFI type (9 and 10), it is not only a uint32 or uint64, start with AFI/SAFI Change-Id: Icb15db89365ee352a37f30650712a97bca99b4b3 Reviewed-on: https://code.wireshark.org/review/34971 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05QUIC: Add draft-24Alexis La Goutte1-3/+4
No packet change Change-Id: I5d6510599905a6306343d96514ea6aa9334c147a Ping-Bug: 13881 Reviewed-on: https://code.wireshark.org/review/34972 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05TLS: Add facebook TLS 1.3 draft numberAlexis La Goutte1-0/+2
Bug: 16175 Change-Id: I150a0deeeb8223d926d96bdde2b951794f5f79dd Reviewed-on: https://code.wireshark.org/review/34973 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-05nvme: Dissect NVMe Identify Ctrl (CNS 0x1) data responseNitzan Carmi1-0/+176
On NVMe specification, calling NVMe "Identify Controller" command (Identify with CNS 0x1) is responded with 4K data structure which holds all controller's capabilities/attributes. This commits dissects the main fields in this data structure. Change-Id: I36eced7619ba70f0323a8f3d3914394343ec4dd0 Signed-off-by: Nitzan Carmi <nitzanc@mellanox.com> Reviewed-on: https://code.wireshark.org/review/34931 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-04dot11decrypt: Let dissector feed engine with EAPOL key message typeMikael Kanstrup3-153/+150
EAPOL key message type is known by dissector so no need for dot11decrypt to parse frames to determine this. Instead feed engine with message type from dissector. With this some code duplication can be avoided. Change-Id: Icfd119186ebab5b0db29968df3eb94275d921e76 Reviewed-on: https://code.wireshark.org/review/34929 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-04dot11decrypt: Separate key extraction step from decryption stepMikael Kanstrup5-334/+399
As a step towards removing the parsing of frames inside dot11decrypt engine separate the key extraction step from the decryption step. Two new functions for extracting keys are now provided by the do11decrypt engine. One to be called for EAPOL key frames that will extract and feed the engine with keys present in 4-way handshake and group handshake messages. And one to be called for TDLS action frames to extract keys and feed the engine with keys during TDLS session establishement. The old Dot11DecryptPacketProcess function called for all 802.11 frames is simplified and now only has one purpose. To decrypt encrypted packets. Hence renamed to Dot11DecryptDecryptPacket. Change-Id: Idb38d538f435ec352c6bbb200a09bc2a2347c42e Reviewed-on: https://code.wireshark.org/review/34928 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-04CMS: reset object_identifier_id after dissecting ContentInfoPascal Quantin3-16/+18
Bug: 15961 Change-Id: I3d6b3e96103b69f88fcb512da81fa20ff6a1c40e Reviewed-on: https://code.wireshark.org/review/34960 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-04elastic: print times the right way.Dario Lombardo1-0/+13
According to https://www.elastic.co/guide/en/elasticsearch/reference/6.7/date.html a timestamp can be string or integer. Print the absolute times as string and the relative times as integers. The format for the time will be "date_nanos" as described here https://www.elastic.co/guide/en/elasticsearch/reference/current/date_nanos.html Ping-Bug: 15784 Change-Id: I430939961767fa65d11f2d3c939b203c8c84e88e Reviewed-on: https://code.wireshark.org/review/34166 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-04Get rid of proto_tree_add_debug_text() callsPascal Quantin3-61/+37
This function should not be used for anything else than debug, as stated in its name. Bug: 15989 Change-Id: Ie2a99f3487169fcf2d00c06e7fc5d61086f32969 Reviewed-on: https://code.wireshark.org/review/34954 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-04json: add application/merge-patch+json to the media types handled.Joakim Karlsson1-0/+1
Change-Id: I09db950c4da59aa24da50715194be59f385b7032 Reviewed-on: https://code.wireshark.org/review/34952 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-04bthci_evt: Use specific expert infosStig Bjørlykke1-2/+6
Add specific expert infos for HCI revision changed and LMP subversion changed. Change-Id: Ic5837a03cf069254aada07f5fd769a7e859b8c87 Reviewed-on: https://code.wireshark.org/review/34949 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-04BTATT: avoid crashing when called directly through user DLTPascal Quantin1-92/+119
Check the bluetooth_data pointer validity before using it for the red-black tree key. It should be non nul when called from another dissector, but it's not the case when you call btatt dissector directly through a user DLT. Bug: 16104 Change-Id: Ic572d639a8695b93102529a45b99ff6c3c7def03 Reviewed-on: https://code.wireshark.org/review/34948 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-04Lustre: Fix conflictAlexis La Goutte1-4/+4
'lustre.mdt_rec_reint.size' exists multiple times with NOT compatible types: FT_UINT32 and FT_UINT64 'lustre.ldlm_res_id.name' exists multiple times with NOT compatible types: FT_STRING and FT_UINT64 Change-Id: I2706ac7c9866e4b435e6bd3c235fb67f1833af70 Reviewed-on: https://code.wireshark.org/review/34909 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-04RTCP: fix an infinite loop (CID 1455251)Pascal Quantin1-2/+2
Change-Id: Ic8b058f6e12090355ba74e4210326d71f2674e66 Reviewed-on: https://code.wireshark.org/review/34946 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke13-16/+16
For the same reason as in g89c9d909. Change-Id: I5e344ebdf8ba05d169484aa32b409d84edc6124f Reviewed-on: https://code.wireshark.org/review/34943 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-03TLS: workaround broken TLS reassembly with multiple TLS recordsPeter Wu1-1/+17
Break nested TLS in TLS in favor of keeping TLS reassembly working. Bug: 16109 Change-Id: I10da5392635ea5224c1c7b31f24cebc45d8926ee Reviewed-on: https://code.wireshark.org/review/34942 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-03gsm_a_bssmap: Fix Dead StoreAlexis La Goutte1-1/+1
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: I1b8121402316b3fb8698e3522b6666080428f246 Reviewed-on: https://code.wireshark.org/review/34906 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>