aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2019-03-30Update a comment.Guy Harris1-2/+17
Update a URL, raise questions about *which* escape sequences give you 24-bit color on Windows. Change-Id: Ic88e29de1049824210be2857b75409a5ffa1585e Reviewed-on: https://code.wireshark.org/review/32624 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-29camel: Fix dissection of SpecializedResourceReportArgVasil Velichkov4-166/+116
The SpecializedResourceReportArg has a different and incompatible definition in CAMEL phase 4. In phase 2 and 3 it is defined as NULL and in phase 4 it is defined as CHOICE that contains two NULL fields. - Add missing CAMEL phase 3 and 4 Application Context Names. - Move the common code from dissect_camel_v[12] functions into dissect_camel_all and add dissect_camel_v[34] functions. - Remove application_context_version as it has never been used and the version is determined in dissect_camel_v[1234] functions. Change-Id: I43eea246889786421b22dcfb937708eee814b29e Reviewed-on: https://code.wireshark.org/review/32611 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-03-29coap: Add retransmission detectionStig Bjørlykke1-17/+51
Show as expert info and in info column. Link to first request/response. Change-Id: I990d9a5aec5904dabe22bcb103426a8549cef31b Reviewed-on: https://code.wireshark.org/review/32615 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28NLM: Fix length of offset and length for lock requestUli Heilmeier1-4/+5
Offset and length are 8 bytes long with version 4 and not 4 bytes. Bug: 15608 Change-Id: Ibfbff9fc8967aab26b504c351225885e185d00fd Reviewed-on: https://code.wireshark.org/review/32607 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28IEEE802.11: Fix src and dst address handling for AMSDUsOlaf Flaschel1-8/+14
If the offset for src or dst address is set to 0 it should not be used. Change-Id: I7ea4da49d5fe33e118bbf4cdf9a241083a0d950f Reviewed-on: https://code.wireshark.org/review/32600 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28GTP: Wrong offset used for QoS Flow Identifier in UL PDU SESSIONAnders Broman1-2/+4
INFORMATION. Change-Id: Ib5529c194524b86b0732a1a985106e6d67b16199 Reviewed-on: https://code.wireshark.org/review/32608 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28GTPv2: Update Presence Reporting Area Action to v15.7.0Anders Broman1-2/+14
Change-Id: Ic904e93caf8d0d3de5e3a0351fc58ac9773aa161 Reviewed-on: https://code.wireshark.org/review/32609 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28NAS EPS: upgrade dissector to v15.6.0Pascal Quantin1-2/+1
It only clarified the encoding used for URN, so remove the corresponding comment. Change-Id: Idbe7e325242c495123df3d8f5babfae32b05a36d Reviewed-on: https://code.wireshark.org/review/32606 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-03-283GPP NAS: upgrade dissector to v15.6.0Pascal Quantin3-12/+17
Change-Id: I622934203233ba8fc817d850d1b793b02e465337 Reviewed-on: https://code.wireshark.org/review/32604 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27tls: fix typoAlexis La Goutte1-1/+1
broli -> brotli Bug: 15647 Change-Id: Ifa6e20fb78cd2672a4c6e15fa491ac1bf6ab2dbd Reviewed-on: https://code.wireshark.org/review/32596 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2019-03-27GTPv2: Fix MM Context Used NAS integrity protection algorithm values.Anders Broman1-9/+9
Bug: 15648 Change-Id: Ieb1f9db7bc481c1bb612ba1f3b3dadd5cdee2fc4 Reviewed-on: https://code.wireshark.org/review/32602 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27GTP: Show spare bits in PDU Session Container.Anders Broman1-5/+28
Change-Id: I7d3cf7960c752d9f8745411b2a09e92fed9c6655 Reviewed-on: https://code.wireshark.org/review/32601 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27MTP2: Optionally enable checksum verificationMatthias Lang1-3/+15
Add a protocol preference to specify whether or not the MTP-2 frame check sequence is present in the capture file. Allows Wireshark to correctly check the FCS and length indicator in PCapNG files containing MTP-2 with the FCS present. The same checks are already possible for MTP-2 in ERF files, because Wireshark assumes that ERF includes the CRC. Change-Id: Ica7256818a3195ccd7f8349847446626b0ecb21c Reviewed-on: https://code.wireshark.org/review/32513 Reviewed-by: Matthias Lang <matthias@corelatus.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27Decode IPv6 MPL Option Seed ID Length EnumerationsJames Ko1-1/+17
2-bit S field in MPL Option identifies the length of the seed-id. 0 indicates seed-id is the IPv6 Source Address and the seed-id field is elided. 1, 2, & 3 indicate the seed-id field contains 16-bit, 64-bit, & 128-bit unsigned integers respectively. Change-Id: I3360fff2f66089a5fa98d6fc0cabd077993afd5b Reviewed-on: https://code.wireshark.org/review/32593 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27SIP: Add a preference to hide the generated/trace Call IDAnders Broman5-2/+38
Change-Id: Id936dfaa5278ce9f3bb62281497268fb4054fc56 Reviewed-on: https://code.wireshark.org/review/32579 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-26iso14443: Initialize iso14443_trans->cmd.Anders Broman1-0/+1
Bug: 15634 Change-Id: Ibaeb063db74055e26805db21875b9085b45c3ebe Reviewed-on: https://code.wireshark.org/review/32581 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2019-03-26BGP: Fix handling of MPLS label for RFC7432Uli Heilmeier1-20/+9
RFC7432 defines MPLS label with a fixed size and not as a stack. Each label has 3 bytes and we only decode the first 20 bits. The remaining four bits are not defined. Therefore we ignore it at the moment. Bug: 15631 Change-Id: I27e34e91facb169b804993f2d3ac9c4a181454aa Reviewed-on: https://code.wireshark.org/review/32578 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-26umts_fp: check number of frames before calling a subdissector.Dario Lombardo1-18/+53
Bug: 15615 Change-Id: I37cb8f9a4bccff2fee1bc482c41dc7a3c728fbe3 Reviewed-on: https://code.wireshark.org/review/32515 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-26ieee80211: Support decrypting OWE capturesMikael Kanstrup1-1/+5
Add support for decryping OWE (Opportunistic Wireless Encryption) captures. Ping-Bug: 15621 Change-Id: I223fd0cd96260408bce2b5d7661f216c351da8a8 Reviewed-on: https://code.wireshark.org/review/32524 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-26GSS-API: Make sure we call a valid dissector.Gerald Combs1-8/+26
Make our unknown dissector handle logic conistent with other parts of the code. Bug: 15613 Change-Id: Id0daf9bf0be14b99ec592f4f561cc8935d5cb4a6 Reviewed-on: https://code.wireshark.org/review/32576 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-03-25export giop_add_CDR_string for use in pluginsYannik Enss1-1/+1
idl2wrs generates code calling this function, loading a plugin build using that code leads to an error. Making giop_add_CDR_string public enables loading generated plugin dissector using idl2wrs Change-Id: I6f4da12b3aa34d94dbf933957f1865aeaaf93ead Reviewed-on: https://code.wireshark.org/review/32574 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-25NAS 5Gs: SUCI dissectionSwapnil Roy1-11/+90
Change-Id: I572f0d909bf8d91eedb82fc4c9889fc1e8a4d1b7 Reviewed-on: https://code.wireshark.org/review/32557 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-25gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
Change-Id: I5b74036383f6e53f1deaed32cd7858edf3feeda0 Reviewed-on: https://code.wireshark.org/review/32550 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-25gssapi: fix indentation in function dissect_gssapi_work().Dario Lombardo1-69/+66
Change-Id: I48f331a0e572ce8b9b6b3fbe9eb45b7e2ba2b33a Reviewed-on: https://code.wireshark.org/review/32572 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-24dof: don't use src/dst addresses if they don't exist.Dario Lombardo1-0/+4
Bug: 15617 Change-Id: I1177e704d33626d126b7e835e5a8db3162847fbf Reviewed-on: https://code.wireshark.org/review/32442 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-03-24ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ↵Alexis La Goutte1-1/+0
Clang Change-Id: Ie03b269c67a31638b5fd8e709ea839456db41fbf Reviewed-on: https://code.wireshark.org/review/32551 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Mikael Kanstrup <mikael.kanstrup@sony.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-24[Automatic update for 2019-03-24]Gerald Combs1-2/+49
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Ib05f06638757aa7d96f6ebfd4cfb5baaf347bf99 Reviewed-on: https://code.wireshark.org/review/32552 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-23Bluetooth HCI: Rename LE Read Remote Used Features commandAllan Møller Madsen2-10/+10
The command name was changed between core spec 4.2 and 5.0, it is now: LE Read Remote Features Bug: 14582 Change-Id: Ia64db822e680263d9e4fef9d6c466e128597a13f Signed-off-by: Allan Møller Madsen <almomadk@gmail.com> Reviewed-on: https://code.wireshark.org/review/32540 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris2-12/+62
209 is LINKTYPE_IPMB_LINUX; add _LINUX/_linux to the WTAP_ENCAP_ name and function/structure names, to clarify that it's not I2C in general, it's I2C with a particular pseudo-header. 199 is now LINKTYPE_IPMB_KONTRON, not LINKTYPE_IPMB, as it doesn't have raw I2C packets, it has I2C packets with a pseudo-header. Change the WTAP_ENCAP_ name, and add a dissector for it. Change-Id: Ie097f4317b03d2b2adfd9b81a4b11caf6268399e Reviewed-on: https://code.wireshark.org/review/32539 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-23Restore pinfo->match_uint after the topmost dissector returns.Guy Harris1-0/+3
That's what dissector_try_uint_new() does, and some tests depend on it. Bug: 15630 Change-Id: I57934a5e90f83ee6ea0eb539a91826c950530ad3 Reviewed-on: https://code.wireshark.org/review/32542 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-23ieee80211: Add version and subtype field for Aerohive IEAlexis La Goutte1-8/+18
Change-Id: Icd0b04ca9d5fce6ff30c030b1a3d8b60f903e40a Reviewed-on: https://code.wireshark.org/review/32499 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-23print: don't ignore FT_NONE fields in ek.Dario Lombardo1-3/+8
The 'null' placeholder has been used in such a fields. Otherwise the json dumper would complain for the lack of a value, getting confused by a double name add without values. Bug: 15628 Change-Id: I016325790f8d4a02ed9288225e861ba2d23a82f9 Reviewed-on: https://code.wireshark.org/review/32532 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-03-22Mark IPMB packets as IPMB in the protocol column.Guy Harris1-0/+2
Change-Id: I21ff235ddeac7abf16fa75e925e7328d60b8a281 Reviewed-on: https://code.wireshark.org/review/32533 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-22krb5: dissect padata PA-PAC-OPTIONSIsaac Boukris4-38/+124
Roughly based on MS-KILE and MS-SFU. Change-Id: Ia88d5279963619ada82a5f45c1393f6cbfcfd7c9 Signed-off-by: Isaac Boukris <iboukris@gmail.com> Reviewed-on: https://code.wireshark.org/review/32519 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Don't use dissector_try_uint_new() to call the subdissector.Guy Harris1-10/+34
See bug 15630 for details. Bug: 15630 Change-Id: Ib7c9defae77ef8901ff2c8ef91dc50761f6924f2 Reviewed-on: https://code.wireshark.org/review/32527 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-22bthci_evt: add BASE_UNIT_STRING to bthci_evt.max_encryption_key_size.Dario Lombardo1-1/+1
Required when using units. Change-Id: Icd6ab5ac28b0766deca801ad00da895dc0dadfe4 Reviewed-on: https://code.wireshark.org/review/32518 Reviewed-by: Vasil Velichkov <vvvelichkov@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-22GTP:Dissect more IEsAnders Broman4-127/+223
Bug: 15626 Change-Id: I39f37c3ca7f5f56946a21b5cc1a4c2d3b39d381d Reviewed-on: https://code.wireshark.org/review/32521 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Rbm: Be more strict about unknown object types.Gerald Combs2-2/+7
Stop dissection if we encounter an unknown object type. Update .editorconfig while we're here. Bug: 15612 Change-Id: I91c0868c376c2b50645af997e0bf84e5c90a512b Reviewed-on: https://code.wireshark.org/review/32523 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-03-22ITS: Fix decoding of messages using ITS-Container V2 ts (102637).Anders Broman7-520/+612
This semms to be a bit messy as some sub protocols points to a different spec (EVCSN ts (101556)) Bug: 15624 Change-Id: I60d8adc92f6b16b564e9d9d1a6dc46302c32b748 Reviewed-on: https://code.wireshark.org/review/32502 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Bluetooth HCI: Core spec 5.1 supportAllan Møller Madsen3-45/+920
Dissection added for HCI commands/events: Read Local Simple Pairing Options LE Receiver Test [v3] LE Transmitter Test [v3] LE Set Connectionless CTE Transmit Parameters LE Set Connectionless CTE Transmit Enable LE Set Connectionless IQ Sampling Enable LE Set Connection CTE Receive Parameters LE Set Connection CTE Transmit Parameters LE Connection CTE Request Enable LE Connection CTE Response Enable LE Read Antenna Information LE Set Periodic Advertising Receive Enable LE Periodic Advertising Sync Transfer LE Periodic Advertising Set Info Transfer LE Set Periodic Advertising Sync Transfer Parameters LE Set Default Periodic Advertising Sync Transfer Parameters LE Generate DHKey [v2] LE Modify Sleep Clock Accuracy LE Connectionless IQ Report LE Connection IQ Report LE CTE Request Failed LE Periodic Advertising Sync Transfer Received The following HCI commands have been renamed: LE Receiver Test -> LE Receiver Test [v1] LE Transmitter Test -> LE Transmitter Test [v1] LE Enhanced Receiver Test -> LE Receiver Test [v2] LE Enhanced Transmitter Test -> LE Transmitter Test [v2] LE Generate DHKey -> LE Generate DHKey [v1] LE Periodic Advertising Create Sync command added CTE type field. Version, feature bits and event mask fields updated. Change-Id: I9ecf2749c718023e7f9a762ebfc0263da78e5c0d Signed-off-by: Allan Møller Madsen <almomadk@gmail.com> Reviewed-on: https://code.wireshark.org/review/32492 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22sbus: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
Change-Id: If9f4b218869e52877171397b412de74b2fa8def4 Reviewed-on: https://code.wireshark.org/review/32435 Reviewed-by: Christian Durrer <christian.durrer@sensemail.ch> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22BGP: Add LS Advertisment of IGP TE Metric (RFC8571)Uli Heilmeier1-1/+142
Adding support for RFC8571 (BGP - Link State (BGP-LS) Advertisement of IGP Traffic Engineering Performance Metric Extensions) Change-Id: I2f0b415a1a5c3e5f0eb79a6e3758b17c5beba851 Reviewed-on: https://code.wireshark.org/review/32497 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-03-21packet-ip: Add codepoint LE as per draft-ietf-tsvwg-le-phb.Loganaden Velvindron1-0/+3
From the I-D: This document defines a Differentiated Services per-hop behavior [RFC2474] called "Lower Effort" (LE), which is intended for traffic of sufficiently low urgency that all other traffic takes precedence over the LE traffic in consumption of network link bandwidth [snip] Example uses for the LE PHB: o For traffic caused by world-wide web search engines while they gather information from web servers. o For software updates or dissemination of new releases of operating systems. o For reporting errors or telemetry data from operating systems or applications. o For backup traffic or non-time critical synchronization or mirroring traffic. o For content distribution transfers between caches. o For preloading or prefetching objects from web sites. o For network news and other "bulk mail" of the Internet. o For "downgraded" traffic from some other PHB when this does not violate the operational objectives of the other PHB. o For multicast traffic from untrusted (e.g., non-local) sources. Change-Id: I90b2a08332943daf8349826eaa0862f0c12d6a05 Reviewed-on: https://code.wireshark.org/review/32427 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-21ieee80211: Support decrypting WPA3-Personal / SAE capturesMikael Kanstrup4-29/+484
Add support for decrypting IEEE 802.11 WPA3-Personal / SAE traffic. SAE uses AES encryption but a different key derivation function (KDF) making Wireshark fail to decrypt such captures. Also both KDF and decryption method is determined based only on EAPOL key description version. This is not enough to figure out that SAE is being used. Implement the alternative KDF needed to derive valid PTK. Also implement a function to parse pairwise + group cipher suites and auth key management type from RSNE tag. Using this new function together with a number of new cipher and AKM lookup functions correct KDF for SAE can be selected. Bug: 15621 Change-Id: I8f6c917af1c9642c276a244943dd35f850ee3757 Reviewed-on: https://code.wireshark.org/review/32485 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21NAS-5GS: Dissect Packet filter contents Single remote port type.Anders Broman1-0/+13
Change-Id: I77c79d477af3575428d9d6816f07b54c3302b513 Reviewed-on: https://code.wireshark.org/review/32496 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21TSDNS: Add more wmem_strsplit return checks.Gerald Combs2-1/+4
wmem_strsplit might return NULL, or it might return fewer tokens than requested. Add checks accordingly. Update the API documentation while we're here. Bug: 15619 Change-Id: I55ae05a36d05252cf57e5c7047a441ef1b438a81 Reviewed-on: https://code.wireshark.org/review/32494 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-20ipp: fix field types.Dario Lombardo1-8/+2
Change-Id: I7867f6f2f0c4d12a898e59e18639d44f0585ece8 Reviewed-on: https://code.wireshark.org/review/32446 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-20NAS 5GS: Remove double dissection of NAS key set identifier.Anders Broman1-2/+2
Change-Id: I32a2bc558be47db96ffa34abca92e6982940a07d Reviewed-on: https://code.wireshark.org/review/32488 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19SCTP PPID UpdateDamir Franusic2-0/+2
* added PPID 65 (ELE2 Lawful Interception) Change-Id: I39a01fd78a60dae3a0be774546b6e841b2de5dce Reviewed-on: https://code.wireshark.org/review/32484 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19sbus: remove unused assignment (CID: 1444116).Dario Lombardo1-1/+0
Change-Id: I265bb9817d94dee2cfa7fb59415a625405905180 Reviewed-on: https://code.wireshark.org/review/32483 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>