aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-08WSUG updates.Gerald Combs15-230/+150
Update a few screenshots and associated text. (The file open, save as, and merge images date back to the Ethereal era!) The interface options dialog no longer exists, so remove that screenshot and text. Mark GTK+ and outdated images as such in CMakeLists.txt. Change-Id: Ia01788434a1c96dd3f527c9d4ae34b1ca30f92d7 Reviewed-on: https://code.wireshark.org/review/35345 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-12-08Win32: Fix the Export Packet Dissections dialog title.Gerald Combs1-1/+1
Change-Id: I25c40511b369ce93e1be2887488fc5389fdafd07 Reviewed-on: https://code.wireshark.org/review/35346 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-12-08[Automatic update for 2019-12-08]Gerald Combs14-770/+3402
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I0e2ac1a7ba3c512926a8a66255416ef74dc59591 Reviewed-on: https://code.wireshark.org/review/35348 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-07Docbook: Updates for Windows 7 and macOS.Gerald Combs3-34/+42
Update some of the FAQ and WSUG content for Windows 7's impending demise. Add supported releases for macOS and other updates. Change-Id: I5741ac631f39803fa060e9f5c2006a75cb54136f Reviewed-on: https://code.wireshark.org/review/35333 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-07Make the TTL field unsigned, but keep warning if the high-order bit is set.Guy Harris1-6/+44
See RFC 2181, section 8 (and RFC 1035 erratum 2130, which notes that section 3.2.1 says the TTL is signed but section 4.1.3 says it's unsigned); RFC 2181 section 8 says "unsigned, but avoid sending values that have the uppermost bit set, and treat values with the uppermost bit set as a value of 0". (STD 13 = RFC 1034, the "concepts and facilities" DNS RFC, plus RFC 1035, the "implementation and specification" DNS RFC.) Change-Id: I9be6ac4f190f62dafbc45d1923a95f8f21306a7d Reviewed-on: https://code.wireshark.org/review/35343 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-12-06recent.c: cfield might be NULLJim Young1-2/+6
Avoid crash in GUI when using Edit Column widget. Bug: 16245 Change-Id: Ic98be3f98144dcfa9796fadd142180e3aaf84a9e Reviewed-on: https://code.wireshark.org/review/35301 Petri-Dish: Jim Young <jim.young.ws@gmail.com> Reviewed-by: Jim Young <jim.young.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Craig Jackson <cejackson51@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-06WSUG: Add a Wireless menu section.Gerald Combs6-7/+29
Add a section for the Wireless menu. Remove some unused images. It doesn't look like we ever used ws-*-preferences.png. They had ENTITY definitions in the original XML, but those weren't referenced anywhere. Change-Id: I7f027b48ef22c8680f6224f189d4e9d0bd8114c0 Reviewed-on: https://code.wireshark.org/review/35328 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-06tools: use better operators in package scripts.Dario Lombardo4-13/+13
Change-Id: I1de75829de5f77fa5fe6c8715b1df76148937bc5 Reviewed-on: https://code.wireshark.org/review/35326 Reviewed-by: João Valverde <j@v6e.pt> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-12-06UDS: fix uds.rdbi.data_identifier filter lengthPascal Quantin1-1/+1
Bug: 16256 Change-Id: Icd4b04193f9ad858859de84cf2bddc6e46c5e1a7 Reviewed-on: https://code.wireshark.org/review/35329 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-12-06cirrus-ci: increase tasks timeout.Dario Lombardo1-0/+1
Ref: https://cirrus-ci.org/faq/#instance-timed-out Change-Id: I534404d943e29bb110ac2895c7d10df9c483fa1c Reviewed-on: https://code.wireshark.org/review/35325 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-12-05WSUG: Compress some images.Gerald Combs3-0/+0
Change-Id: I5c04535ff74ad2f56778fb5193ef30af3a98c260 Reviewed-on: https://code.wireshark.org/review/35323 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-05Back up to the beginning of the file if we don't have a gzip header.Guy Harris1-75/+126
If the first byte of the file is 31, and we advance to the next byte but find it's not 139, back up to the first byte before falling through and treating the file as uncompressed. Add/expand some comments while we're at it. Bug: 16252 Change-Id: I292b51f9cc04173482a43b26b0ce73c9e7aee570 Reviewed-on: https://code.wireshark.org/review/35315 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-12-05tipc: check message bundle size before using it.Dario Lombardo1-6/+14
Bug: 16240 Change-Id: I3aaf32f6b2b0df1a809d318868cf5523a9158105 Reviewed-on: https://code.wireshark.org/review/35264 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-05tools: fix check of shell variables in other setup scripts.Dario Lombardo2-4/+4
Change-Id: I7423f994b2295ef8336c37fd2e53418d363a4327 Reviewed-on: https://code.wireshark.org/review/35309 Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-05WSUG: Update the capture chapter.Gerald Combs23-492/+285
Update the capture interface and options portions of the capture chapter. Change-Id: Ie50731264dacba2663e1de8ae5fdda7f5fbae1e9 Reviewed-on: https://code.wireshark.org/review/35281 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-12-04Qt: We show preference panes using their module names.Gerald Combs10-35/+38
PreferencesDialog::setPane takes a preference module name. Fix a comparison in PrefModuleTreeView::setPane and update some variable names in order to make things a bit more obvious. Modernize some related code while we're here. Bug: 16250 Change-Id: I8f4c7e5261a219e3f32e6e9a71574d81b1852219 Reviewed-on: https://code.wireshark.org/review/35304 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-04README.dissector: Add a note about integer promotion.Gerald Combs1-0/+7
Change-Id: Ie3b6dfcea7b1cee3b0bda3d9ec2cc9a6857578fc Reviewed-on: https://code.wireshark.org/review/35308 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-04tools/debian-setup: correctly check the value of shell variablesTamir Duberstein1-3/+3
These conditions would previously always evalute as true. Change-Id: I7eb35f4eae417819090ba47103a266374847cbc5 Reviewed-on: https://code.wireshark.org/review/35305 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-12-04ieee80211: Improve EAPOL Key MIC Len handling in some cases.Richard Sharpe2-18/+185
If the capture does not contain any indication of the Key MIC Len or we are making only one pass (such as with tshark) we can actually figure out the Key MIC Len if we see the first frame of the four-way handshake. We only use this approach if we used the default value for the Key MIC Len and defer to other information if it is available. We also save the value once we have figured it out and only try to figure it out on the first frame of the four-way handshake. If we cannot determine the Key MIC length from the first frame in the four-way handshake we can use the second frame in the four-way handshake. However, we also need to keep some extra state, specifically, whether or not we have actually set the last AKM suite seen. Bug: 16210 Change-Id: I28bc7dacbd34d03b24e66371f66b22853fa608d1 Reviewed-on: https://code.wireshark.org/review/35119 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Mikael Kanstrup <mikael.kanstrup@sony.com> Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
2019-12-03RTCP: Add expert info.Anders Broman1-2/+17
Change-Id: Ie0d059a021c77753a92384a7a67c2b4d5a688c91 Reviewed-on: https://code.wireshark.org/review/35303 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-03ieee1905: Fix an incorrect bit usage in the Client Association Even TLV.Richard Sharpe1-1/+7
Bug: 16246 Change-Id: Ic5962782b8a04d3e3bc4f9e00596ecca9359841e Reviewed-on: https://code.wireshark.org/review/35300 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-03Use human-readable numbers for conversation statsMichael Mann1-14/+24
Bug: 15360 Change-Id: Iceaa5c2336cfb58966ef12f4267fcd09ae48bfe7 Reviewed-on: https://code.wireshark.org/review/31234 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-03Qt: Rename the Capture Interfaces dialog to Capture Options.Gerald Combs12-87/+91
Rename Capture Interfaces to Capture Options to match its main menu item. "Options" also more closely matches what the dialog actually does. Fixup a help item URL while we're here. Change-Id: Iec8bdfc9f7ae6fc4fd9e97bb366b63cff139f3a6 Reviewed-on: https://code.wireshark.org/review/35294 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-12-02WSUG: Remove some old, unused images.Gerald Combs7-8/+0
Change-Id: Id13d36579a62d826fab1393907c66217772ecb03 Reviewed-on: https://code.wireshark.org/review/35287 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-02NAS 5GS: small cleanupPascal Quantin1-42/+13
- fix a few typos - remove the intra N1, N1 to S1 and S1 to N1 mode NAS transparent container functions: those are not real IEs and are already decoded Change-Id: I73b4c3de4078a57e9471871d6ed47a08eb2a1fc0 Reviewed-on: https://code.wireshark.org/review/35286 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-12-02NR RRC: fix dissection of NAS container fieldPascal Quantin3-11/+13
It is directly the S1 mode to N1 mode container and not a 5GS message header. Change-Id: I5d8045065977083d3e5e59692166615afb429e41 Reviewed-on: https://code.wireshark.org/review/35285 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-12-02gprscdr: add newer RAT typesJoakim Karlsson2-5/+9
According to TS 29.274 V15.9.0 Change-Id: I93b6f804310e9f5b979eb7cc78f3550c4b89a7c1 Reviewed-on: https://code.wireshark.org/review/35283 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-12-02Add format_size_wmemMichael Mann5-15/+54
It's a "wmem version" of format_size (from wsutil/str_util.h). Also improved the flexibility in formatting of format_size() to handle future needs of format_size_wmem Ping-Bug: 15360 Change-Id: Id9977bbd7ec29375bbac955f685d46e75b0cef2c Reviewed-on: https://code.wireshark.org/review/31233 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-02NSIS: The "Sshdump" option installs Ciscodump as well.Gerald Combs2-3/+3
Use consistent capitalization while we're here. Change-Id: I0591654b0e73d33528f9cfe990a1491ce6cccc8b Reviewed-on: https://code.wireshark.org/review/35278 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-02kafka: don't use an empty tvb list.Dario Lombardo1-3/+2
Bug: 16242 Change-Id: I1a7cfa504d46cab681c7803227102cafcda519fa Reviewed-on: https://code.wireshark.org/review/35277 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-12-01Restrict allowed characters in "short name" of heuristic_protosMichael Mann4-10/+35
This is done to limit parsing errors. Update documentation of function parameters to remove confusion with dissectors. Bug: 16106 Change-Id: I6b2cd0badaaf6217fb80bdc411a86cad5e6b07ca Reviewed-on: https://code.wireshark.org/review/35267 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-12-01[Automatic update for 2019-12-01]Gerald Combs15-312/+278
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I3baf4cf43786b1680c02514f10c526cf8dca8536 Reviewed-on: https://code.wireshark.org/review/35269 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-01expert.h: Reorder includesMichael Mann1-1/+1
More quickly includes glib.h which is required Bug: 16083 Change-Id: Ib25877d0f9d5d9fa39ad4ac5b8991b6666fbe234 Reviewed-on: https://code.wireshark.org/review/35268 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-01IEEE 1609.2 dissector issue when HeaderInfo.generationLocation field is presentYann Garcia3-5/+6
Bug: 16139 Change-Id: Ie5ad0025730257807b590f7ff9ac275ba27cce9e Reviewed-on: https://code.wireshark.org/review/35266 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-01packet-mms.c: Sync ASN.1 generated dissectorMichael Mann1-13/+13
Change-Id: Ibee2c6d120978bc87bc26b6237259e285f0e2f08 Reviewed-on: https://code.wireshark.org/review/35265 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-30Documentation: update (long) cmd line optionsJaap Keuter6-211/+210
Documentation of the Tshark and dumpcap command line options between help text, manual page and user's guide diverged over time. One aspect of this is the implementation of more long options. This change tries to update all documentation to be complete and in sync again. Change-Id: Ie8bee013df8d209080fcf288072774f18f9ff51f Reviewed-on: https://code.wireshark.org/review/35261 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-11-30ieee1722: use payload_length only when it's valid.Dario Lombardo1-2/+3
Bug: 16241 Change-Id: If9e08fef649830dfed48a53d2d1cad983b7ca090 Reviewed-on: https://code.wireshark.org/review/35263 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-11-30couchbase: Update dissector for latest 6.5.0 DCP snapshot markerJim Walker1-17/+40
Decode the v1/v2.0 formats which are relevant for the upcoming 6.5.0 release. Change-Id: Ie726f1ebd2457f6a36b096a0cd0bed9c94f713df Reviewed-on: https://code.wireshark.org/review/35251 Reviewed-by: Ben Huddleston <ben.huddleston@couchbase.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2019-11-29GPRS RLC/MAC: Describe CHANNEL_CODING_COMMAND valuePau Espin Pedrol1-1/+10
Old representation was confusing because for instance it printed: 10.. .... = CHANNEL_CODING_COMMAND: 2 But 2 actually is CS-3. Change-Id: Ie875a94297c0d154d7222f12115068876520c47a Reviewed-on: https://code.wireshark.org/review/35259 Reviewed-by: Harald Welte <laforge@gnumonks.org> 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-11-29couchbase: update dissector with missing collection error codesJim Walker1-0/+15
Change-Id: I17a693ebfb09384892febb4139942fea756a50f2 Reviewed-on: https://code.wireshark.org/review/35250 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Ben Huddleston <ben.huddleston@couchbase.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-29Add support for first frames with CAN-FDStefan Tatschner1-17/+29
In the case CAN-FD is used as a transport, the header of ISO15765 changes for first frames (ISO 15765-2:2015). This patch uses the introduced `struct can_info` to access the relevant metadata of the underlying CAN frame. Dissection is chosen accordingly. Ressources: * https://www.can-cia.org/fileadmin/resources/documents/proceedings/2015_hartkopp.pdf * http://s3.eu-central-1.amazonaws.com/cancia-de/documents/proceedings/slides/hartkopp_slides_15icc.pdf * https://github.com/linux-can/can-utils/commit/8150e21a1129c4b822d73186cd63e0e9fbf4c32d Change-Id: I248acacab62b51659efaed400b828ac0bb9e3c55 Reviewed-on: https://code.wireshark.org/review/35247 Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-11-29RTCP:MCPTT fix while loop and location info.Anders Broman1-3/+10
Change-Id: I3b08837246bb646204eb83cdca4828a2839d6ea6 Reviewed-on: https://code.wireshark.org/review/35254 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-28docbook: make all examples use 64bit architecture.Dario Lombardo2-10/+10
The WSDG is a mix of references to 32 and 64 architectures. Use 64 in more places. Change-Id: Ifb4b3189912268808cfe8fdb5119f2177c815163 Reviewed-on: https://code.wireshark.org/review/35248 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-28Qt: Remove a couple of private variables.Gerald Combs4-11/+8
ByteViewText and ProtoTree only use mono_font_ in setMonospaceFont, so there's not much use in declaring it private in each case. Change-Id: I3ad986052f6e013988ce851420f7f6e7b47b7ea8 Reviewed-on: https://code.wireshark.org/review/35255 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-28Change struct can_identifier to can_infoStefan Tatschner11-144/+146
The can specific data structure `struct can_identifier` is used as supplementary data for higher level dissectors. This patch adds more data to this struct and renames it accordingly to `struct can_info`. More supplementary data is needed in order to dissect iso15765 correctly, since the header format depends on details on the underlying CAN protocol (CAN 2.0B vs CAN-FD). Change-Id: Id068cf38453f98b67a5ec470a22e7013548c5a14 Reviewed-on: https://code.wireshark.org/review/35246 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-11-28doc: add reordercap to editcap references.Dario Lombardo1-1/+1
Ping-Bug: 16231 Change-Id: Id4fb9bab7230561e64fcdc49c02bcb2016ed23e7 Reviewed-on: https://code.wireshark.org/review/35249 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-28Qt: Remove unneeded methodRoland Knall1-3/+0
This is no longer needed, as it is handled by setMonospaceFont Change-Id: I9834bcd1a188cd6f1cb8ad1abe568a9a50d831bc Reviewed-on: https://code.wireshark.org/review/35253 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-28Qt: fix erratic expansion of tree item when switching packetsPeter Wu2-11/+15
ProtoTree::setRootNode() is designed to update the model with the new packet tree, and additionally expand tree items in its view. When the current selected packet is changed, it must use this method to ensure that collapsed trees are properly expanded. Fix this regression. It was not entirely clear that framesSelected can no longer use previous state, so document it explicitly. Remove the call to QTreeView::reset(), it ends up calling QAbstractItemView::reset() which touches the selection model that refers invalidated proto_node memory. The reset function of the view is automatically called the model is reset, so the call was not needed anyway. Test: open test/captures/tls13-rfc8446.pcap, expand TLS, TLS Record, and select "Content Type". Change from frame 1 to 2, and then 3. Observe that the expanded state remains constant with no flickering. In frame 3, observe that the tree remains expanded even if no item is selected. Change-Id: I0c820711f1a62aa51ac100f8ac5c89265c51eb18 Fixes: v3.3.0rc0-6-gcfee0f8082 ("Qt: Remove frameSelect signal") Reviewed-on: https://code.wireshark.org/review/35230 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-28BGP: Add D-PATH AttributeMichael Pergament1-0/+68
Add D-PATH Attribute as described in draft-rabadan-sajassi-bess-evpn-ipvpn-interworking Bug: 16238 Change-Id: If40699304fca1409a195b83075dd40c6769c2df4 Reviewed-on: https://code.wireshark.org/review/35223 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-11-28TLS: support Facebook's TLS 1.3 draft 23 and 26 versionsPeter Wu1-2/+7
Verified with fizz-tls13-draft-23-26-rfc8446-dsb.pcapng from the bug. Decryption of early data, handshake and application data for almost all versions (draft 23, draft 26, RFC 8446) is working. Only early data decryption for draft 23 fails because the draft version is not yet set during trial decryption before the Server Hello is received. That is such a rare case however, do not bother fixing that. Bug: 16175 Change-Id: Ie9046bf3f04c40b9c8fa2128f06844d2e7bd3e6d Reviewed-on: https://code.wireshark.org/review/35245 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>