aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-03[Automatic update for 2019-11-03]Gerald Combs15-335/+386
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I9f952c8328afc2ebe99ffd56741667da7ef3a707 Reviewed-on: https://code.wireshark.org/review/34918 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-11-02s7comm: Add read record functionThomas Wiens1-28/+157
Added a new function code for reading a data record. The function parameters are similar to the RDREC call from the s7 plc. It allows to read diagnostic information from a module by it's diagnostic address. Change-Id: If041ed016928136eee75e1154cd87cee27cfd869 Reviewed-on: https://code.wireshark.org/review/34902 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-11-02filter_list_model (Qt): Fix Dead StoreAlexis La Goutte1-2/+0
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: If2050d2e0137afcadc382b12c0756bd49dfc0f7c Reviewed-on: https://code.wireshark.org/review/34904 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-02profinet (pn-rt): Fix Dead StoreAlexis La Goutte1-1/+1
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: Ic06613b355e2ad5e4128e0040fc540476aed425a Reviewed-on: https://code.wireshark.org/review/34905 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-02cfdp: Fix Dead StoreAlexis La Goutte1-2/+0
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: I434fdecd028d63d12f3fc804342c9ca04c7fd106 Reviewed-on: https://code.wireshark.org/review/34907 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-02amp: Fix Dead StoreAlexis La Goutte1-16/+0
Fix dead store (Dead assignement/Dead increment) Warning found by Clang Change-Id: I199d9ebf9ff48f4268a4647bfdeafb784eb8e9a5 Reviewed-on: https://code.wireshark.org/review/34908 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-02validate-clang-check (PD): Display also warningAlexis La Goutte1-0/+1
Change-Id: Ie9f36ddbd95b5ebe94b9fc5e2a18ab12c1fb031f Reviewed-on: https://code.wireshark.org/review/34903 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-11-02ieee80211: Extended Key ID supportAlexander Wetzel4-6/+53
Support Extended Key ID for Individually Addressed Frames from IEEE 802.11 - 2016. Extended Key ID allows unicast (PTK) keys to also use key ID 1 and has an additional RSN attribute "KeyID" in EAPOL #3. Add the additional attribute KeyID to the RSN parser, stop assuming unicast keys are only using key ID 0 and add a test case to verify Extended Key ID parsing and decoding. Change-Id: I43005c74df561be5524fa3738149781f50dafa14 Reviewed-on: https://code.wireshark.org/review/34883 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2019-10-31Correct JPEG file saving for french languageEugene Adell1-1/+1
Bug: 16165 Change-Id: I555cd7fc4265ad8f8766f5e3b0d99b9e2e5b93b9 Reviewed-on: https://code.wireshark.org/review/34897 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-10-31RTCP:Improve dissection of Mission Critical Push To Talk (MCPTT)Anders Broman2-24/+282
Change-Id: I6e15cd8e56e4ad327aa925b6bcc7a1baf9bb756c Reviewed-on: https://code.wireshark.org/review/34895 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-30Fix the temporary file string buffer expansion.Guy Harris1-2/+4
The buffer needs to be big enough to include the trailing '\0', so we need to compare the buffer's length against strlen(name) + 1, not against strlen(name). Bug: 15751 Change-Id: I75ae65f8c818284834d761d9dd911d029cfca3b1 Reviewed-on: https://code.wireshark.org/review/34892 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-10-30SDP: Handle MCPTT fmtp parameter.Anders Broman1-11/+14
Change-Id: I1f1a6ce84395e5d3922b4bcb08f0d7627bef603c Reviewed-on: https://code.wireshark.org/review/34891 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-30RTCP: Remove unused hf.Anders Broman1-13/+0
Change-Id: I25ec8af7e8b15326beacc2b14f919b7e44ed6728 Reviewed-on: https://code.wireshark.org/review/34890 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-30ITS: Fix dissection of ItsPduHeaderRediet2-12/+18
The offset logic was incorrect leading to systematic call of data_dissector for facilities. packet-its.c was generated using asn2wrs.py Change-Id: Id49b031d757f4b0fde9e789b98226efbf044d4da Reviewed-on: https://code.wireshark.org/review/34888 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-30RTCP:Improve dissection of Mission Critical Push To Talk (MCPTT)Anders Broman1-484/+632
TS 24.380 V16.3.0 Change-Id: Ib01cf18e4fa74b14bc0cd7367036d5107c1e7fa3 Reviewed-on: https://code.wireshark.org/review/34889 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-29Qt: Fix override for FilterModelRoland Knall1-3/+3
Change-Id: I73428fe09c36dd53bc24f99d893404a7cac10175 Reviewed-on: https://code.wireshark.org/review/34886 Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-29Qt: Allow drag/drop of filter buttons in dialogRoland Knall5-13/+79
Allow the drag/drop of filter buttons in the dialog Change-Id: Ie2d5987ecdb626a8f12e8f17e6967f937bdf4648 Reviewed-on: https://code.wireshark.org/review/34885 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-29Diameter: Update AVP and flag dissection.Anders Broman2-4/+126
Change-Id: I982f3ed12613b0dc6a4dfc1ffebebde5b0697c98 Reviewed-on: https://code.wireshark.org/review/34884 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-29lustre: fix rmfid dissectionNathaniel Clark1-18/+1
Initial member as count is only in ioctl call, not in the wire format. Change-Id: Ic44b7ccf6510df91e5df78587a84fc502bbd7623 Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us> Reviewed-on: https://code.wireshark.org/review/34880 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-29ZigBee: add new manufacturer codesChris Brandson2-0/+22
Change-Id: If0a481e4cfe7bd97684522b8ef7e72ea86684851 Reviewed-on: https://code.wireshark.org/review/34882 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-10-28Qt: Filter enabled/disabled protocolsRoland Knall3-15/+12
Allow for filtering of enabled/disabled protocols in the EnabledProtocols dialog Change-Id: Ib9a8bbe2a23fdcd3ecd2b9ca08de17f77e85049c Reviewed-on: https://code.wireshark.org/review/34878 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28Qt: Fix macos buildbotRoland Knall1-1/+1
Change-Id: I5b6f11b3a5736b50c6928081df16f6bdb5125ea8 Reviewed-on: https://code.wireshark.org/review/34881 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Vasil Velichkov <vvvelichkov@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28Qt: Speed up filtering in VoIP dialogRoland Knall1-4/+10
Speed up the filtering, by only taking rows once Change-Id: I6123b2974fd58480463e4a0bd02524f6b5c0a353 Reviewed-on: https://code.wireshark.org/review/34879 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28wslua: Fix memleak of unregistered ProtoExpertStig Bjørlykke2-4/+20
If a ProtoExpert object was created, but not linked to a Proto, then the object and some fields (abbrev, text) would leak. This is a follow-up to g79fef2ae. Change-Id: Ic0b44e8b70895a19d9b52a0e44064a1e76a58fa0 Reviewed-on: https://code.wireshark.org/review/34876 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28NAS 5GS: fix dissection of routing indicatorPascal Quantin1-1/+1
Change-Id: I75c344394bf796c0d58cf24c758a6a54a585dc75 Reviewed-on: https://code.wireshark.org/review/34877 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-10-28RLC: Show reassembled data as a fieldDarien Spencer1-2/+11
Adding a field of "Reassembled RLC Data" like other reassembling dissectors have (such as TCP) Also cosmetic changes to the reassembled tree 'root' item Change-Id: I6642ea2ef79f3783f4bcd2d544c34f7b0c1e7ade Reviewed-on: https://code.wireshark.org/review/34814 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-10-28Qt: Implement FilterListModelRoland Knall6-129/+431
Change-Id: I365281a709ded644fc8d6ccfce5870a000221a3b Reviewed-on: https://code.wireshark.org/review/34856 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28Qt: Add Shortcut methods for active profileRoland Knall2-0/+16
Change-Id: Ied32cf386074b97cfea38ffe6b8be6b916164712 Reviewed-on: https://code.wireshark.org/review/34873 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke6-85/+103
If a ProtoField object was created, but not linked to a Proto, then the strings field and all elements (depending on type) would leak. This is a follow-up to g79fef2ae and fixes the real issue in g44870fb1. Change-Id: I01880a92bb20fae45f68c754b07daeb07630deec Reviewed-on: https://code.wireshark.org/review/34872 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Vasil Velichkov <vvvelichkov@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-28NAS 5GS: fix dissection of ngKSI in Registration Request messagePascal Quantin1-2/+2
Bug: 16163 Change-Id: I00e5aa1f6e543eaf06d4c4f0e98c94eba80f5f6d Reviewed-on: https://code.wireshark.org/review/34875 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-10-28NAS 5GS: fix dissection of PLMN in a few IEsPascal Quantin1-9/+9
The MNC is encoded in little endian format, not big endian. The IEs impacted are 5GS tracking area identity list, service area list and SOR transparent container. Bug: 16162 Change-Id: I05acc5fb7d1c4a84f53cc5b2a21ee12c4813593d Reviewed-on: https://code.wireshark.org/review/34874 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-10-28NAS 5GS: Rejected NSSAI. use correct offsets.Anders Broman1-6/+6
Change-Id: I30e1bda0d57dc7d5dfd5bf2036e6db6c9c211f3d Reviewed-on: https://code.wireshark.org/review/34871 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-27HomePlug AV: Fix dissection of MMTYPE and FMIJohn Serock1-3/+3
Get MMTYPE MSB from the three most significant bits, bits 5 through 7, instead of bits 1 and 2. Get FMI Fragment count from the four most significant bits instead of the four least significant bits. Get FMI Fragment index from the four least significant bits instead of the four most significant bits. Bug: 16158 Change-Id: Ib51789486be4562f76114081cbbf3aa22a41ff2e Reviewed-on: https://code.wireshark.org/review/34868 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-10-27Add more checks, fail for negative byte block lengths.Guy Harris1-19/+50
Have dissect_kafka_string_new() set a flag if the length was negative. If the length is negative, don't try to process what comes afterwards. Make the length argument to decompression routines unsigned, and do various checks. Don't try to decompress a zero-length block, and quit if the decompressed block is zero-length. Bug: 16082 Change-Id: I34c2ea99aa096b3f5724d9b113171b105bd6c60b Reviewed-on: https://code.wireshark.org/review/34867 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-10-27Qt: Respect saved extcap multiselect configurationTomasz Moń1-5/+7
Do not reset multiselect configuration to defaults on every extcap configuration window open. Change-Id: I04036ad6723f66c2ac036aae5bf70ded5029a66b Reviewed-on: https://code.wireshark.org/review/34864 Petri-Dish: Tomasz Moń <desowin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-27extcap: Do not append disabled boolflagsTomasz Moń1-1/+1
If boolean flag is active by default, then when launching extcap without opening configuration dialog it would be added to extcap call regardless of user configuration. Modify the logic so default value is used only if there is no stored user configuration available. Change-Id: I1855a058a99e2395da5593486411e160d48fca4b Reviewed-on: https://code.wireshark.org/review/34865 Petri-Dish: Tomasz Moń <desowin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-10-27Fix val_to_str() call.Guy Harris1-1/+1
The format argument (third argument) is used with the numerical value passed to val_to_str(), so it should have a numerical format item, not a string format item. Bug: 16146 Change-Id: I91ae0edd7fe06fb95ae74697b06bd4f50b696f9f Reviewed-on: https://code.wireshark.org/review/34866 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-10-27[Automatic update for 2019-10-27]Gerald Combs15-79/+572
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Ic8bc6882d217da5f04e7e3ef1e58c3f16ca23fd3 Reviewed-on: https://code.wireshark.org/review/34861 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-10-26IPv6: New Hop by Hop Path MTU OptionBob Hinden1-0/+90
Add support to Wireshark for new hop-by-hop option defined in: https://tools.ietf.org/html/draft-ietf-6man-mtu-option-01 This Hop-by-Hop IPv6 option is designed to be used to record the minimum Path MTU along the forward path between a source host to a destination host. This collects a minimum recorded MTU along the path to the destination. The value can then be communicated back to the source using the return Path MTU field in the option. Change-Id: I5dfc1a70aedd347b128bc3c5cd96f9d5a0752e3b Reviewed-on: https://code.wireshark.org/review/34786 Reviewed-by: João Valverde <j@v6e.pt> Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
2019-10-26synphasor: fix compilation with gcc-5/6.Dario Lombardo1-2/+2
They complain because of an uninitialized variable. ../epan/dissectors/packet-synphasor.c: In function ‘config_3_frame_fast’: ../epan/dissectors/packet-synphasor.c:782:7: error: ‘ai’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ai[i].conv = 1; ^ ../epan/dissectors/packet-synphasor.c:767:7: error: ‘pi’ may be used uninitialized in this function [-Werror=maybe-uninitialized] pi[i].unit = phasor_unit & 0x00000800 ? A : V; ^ Change-Id: I2013ca9ddff5551328d2b86decc5e52fe052b6d0 Reviewed-on: https://code.wireshark.org/review/34859 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-10-26nfs: fix guint64 format in proto_item_append_text.Dario Lombardo1-1/+1
../epan/dissectors/packet-nfs.c:7070:48: error: format specifies type 'long' but the argument has type 'guint64' (aka 'unsigned long long') [-Werror,-Wformat] proto_item_append_text(attr_tree, " = %ld", size); ~~~ ^~~~ %llu Change-Id: Iab7c6e026e9e5668e5d744eaedc67cd055f5e3cc Reviewed-on: https://code.wireshark.org/review/34860 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-10-26Add config 3 frame support synphasorDwayne Rich1-394/+1305
Config 3 frames are optional in the synchrophasor standard. Add support so that they get dissected correctly. Bug: 16140 Change-Id: I6e0f7f653b99a9fd817736d69687132ae9a8537d Reviewed-on: https://code.wireshark.org/review/34800 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-26NFS: add dissector for FATTR4_MDSTHRESHOLDJorge Mora1-0/+121
Add dissector for the MDS threshold attribute for the files layout type. For any other layout type just display the bitmap mask and the bitmap opaque data. Change-Id: I3325218eb0e8b29d20b1bb540148f3b18cd4ef8f Reviewed-on: https://code.wireshark.org/review/34845 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-26lustre: MDS opcode cleanupNathaniel Clark1-90/+398
Fill out MDS HSM opcode processing. Lustre 2.13/2.12.3 has added MDS_RMFID RPC. Reorder MDS opcodes to numeric order. Change-Id: I732b55f62195358b860ca7403f699fc4ff10faaf Signed-off-by: Nathaniel Clark <nathaniel.clark@misrule.us> Reviewed-on: https://code.wireshark.org/review/34826 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-26wslua: Fix two memory leaks in the lua testsVasil Velichkov1-2/+2
Add the newly create ProtoField to the test_proto.fields in order to be freed. ERROR: LeakSanitizer: detected memory leaks Direct leak of 64 byte(s) in 1 object(s) allocated from: #0 0x55e041f5ef86 in realloc (/home/vasko/sources/wireshark/build_clang/run/tshark+0x222f86) #1 0x7fd8e0919e7d in g_realloc gmem.c:164:16 #2 0x7fd8e08e457b in g_array_maybe_expand garray.c:820:21 #3 0x7fd8e08e4b49 in g_array_append_vals garray.c:428:3 #4 0x7fd8ef112b6e in value_string_from_table /home/vasko/sources/wireshark/epan/wslua/wslua_proto_field.c:294:9 #5 0x7fd8ef10ee10 in ProtoField_new /home/vasko/sources/wireshark/epan/wslua/wslua_proto_field.c:646:24 Direct leak of 32 byte(s) in 1 object(s) allocated from: #0 0x55e041f5ef86 in realloc (/home/vasko/sources/wireshark/build_clang/run/tshark+0x222f86) #1 0x7fd8e0919e7d in g_realloc gmem.c:164:16 #2 0x7fd8e08e457b in g_array_maybe_expand garray.c:820:21 #3 0x7fd8e08e4b49 in g_array_append_vals garray.c:428:3 #4 0x7fd8ef111e2e in range_string_from_table /home/vasko/sources/wireshark/epan/wslua/wslua_proto_field.c:226:17 #5 0x7fd8ef10e43f in ProtoField_new /home/vasko/sources/wireshark/epan/wslua/wslua_proto_field.c:642:24 Fixes: v3.1.1rc0-497-g0371994223 ("wslua: Improve parameter check in ProtoField.new()") Change-Id: I05b8bf3d78c8a540c6cf33d11dc3f3e01f83b8c5 Reviewed-on: https://code.wireshark.org/review/34834 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-10-25Release notes: We're building with VS 2019 on Windows.Gerald Combs1-2/+3
Change-Id: I5fd3f6546419aa5906cbc3def2be175989fa0e4b Reviewed-on: https://code.wireshark.org/review/34858 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-10-25nas-5gs:Dissect 9.11.3.46 Rejected NSSAI.Anders Broman1-3/+47
Change-Id: Idc85a790b326e1087d10c3968eac84ff6d0382d4 Reviewed-on: https://code.wireshark.org/review/34857 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-25Qt: Move Filterbuttons to display filterRoland Knall7-11/+65
Allow filterbuttons to be dragged to the display filter bar Change-Id: I25e87d0ca86fc7437a20994800bec164ccffef27 Reviewed-on: https://code.wireshark.org/review/34838 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-25Qt: Simplify displayfilter handlingRoland Knall1-6/+3
Change-Id: Ide96262668ad99608feddfbcc854664d729d09d0 Reviewed-on: https://code.wireshark.org/review/34854 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-10-25FilterFiles: Remove GTK+-only filter listsRoland Knall2-75/+1
Those are no longer needed by the GUI Change-Id: I5eb12c2ebe84885ddba510b9d2b49679a292e7f0 Reviewed-on: https://code.wireshark.org/review/34855 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>