-
-
Notifications
You must be signed in to change notification settings - Fork 2k
does wireshark support 10G interface to capture packets #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated AirPDcapPacketProcess function description - Try to return better error codes - Remove broken/useless return of keys from AirPDcapRsna4WHandshake Change-Id: I19ae46e54114e0c5953dd1d1e0b78d4123410b30 Reviewed-on: https://code.wireshark.org/review/12794 Reviewed-by: Guy Harris <guy@alum.mit.edu>
This syncs this file up with the trunk. Change-Id: I14e6e7521e17360d048b3616f3893b2efe42b95f Reviewed-on: https://code.wireshark.org/review/12795 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Use this as a common regex to split multi-field custom columns. Change-Id: I40f76743284c5981c95d2e47d6d1d2a7f357d2ea Reviewed-on: https://code.wireshark.org/review/12753 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-on: https://code.wireshark.org/review/12796
Improved the custom column prime regex so that all fields must be separated by "||" or "or" to avoid false positives when having multi-fields which is valid display filters but not valid for custom columns (e.g. "udp and tcp"). Change-Id: Iec9942d458d6b265d04e14b5966907f1de43b782 Reviewed-on: https:/ 8000 /code.wireshark.org/review/12751 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> (cherry picked from commit dc06d7f) Reviewed-on: https://code.wireshark.org/review/12797
Change-Id: Iac09b841ff782ea351052ad6b20f5b4ff170e8e8 Reviewed-on: https://code.wireshark.org/review/12752 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-on: https://code.wireshark.org/review/12799
… disabled. Also add expert info "hint" that base64 decoding may be disabled. Bug: 11853 Change-Id: Ib2138ae0c70e22f311e1369c66816ff9d6fbdb82 Reviewed-on: https://code.wireshark.org/review/12734 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> (cherry picked from commit 3b39b1d) Reviewed-on: https://code.wireshark.org/review/12803
at the moment, AirPDcapDecryptWPABroadcastKey() does not free the buffer allocated by AES_unwrap() if there's an error while parsing the returned data this could be fixed by adding more g_free() calls or by using wmem memory Change-Id: I332968da2186fbd17cbb7708082fa701dcab668e Reviewed-on: https://code.wireshark.org/review/12770 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
…nction. It doesn't need to persist after the function returns. Change-Id: Ic601a6ef6a0aa0f22f9c8b9a1c586cec95093f27 Reviewed-on: https://code.wireshark.org/review/12805 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit 6ede7d4) Reviewed-on: https://code.wireshark.org/review/12806
It doesn't need to exist after AirPDcapDecryptWPABroadcastKey() returns. Change-Id: Ifaf08dfb285be3cf54429f7b77d44565962d4450 Reviewed-on: https://code.wireshark.org/review/12808 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit a3e8015) Reviewed-on: https://code.wireshark.org/review/12809
We don't know when the capture started or ended (the time stamps of the first and last packets aren't necessarily the time when the capture started or ended), we don't know how many packets were dropped in the capture process, and we don't know how many packets were seen in various stages before they were received by whatever software dumped them out as text, so we have no statistics to report. Change-Id: Ic6de25242d2ea536f0f17a1a20a4e05cf03d8416 Reviewed-on: https://code.wireshark.org/review/12813 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Change-Id: I14ef5244ddcc34fc0edea159e3e8593da8f50ffe Reviewed-on: https://code.wireshark.org/review/12819 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> (cherry picked from commit 66ce1e6) Reviewed-on: https://code.wireshark.org/review/12822
Each time we create a ByteViewText, which is twice when a packet is selected, the menu items leaks. Ensure we clear the items when done. Change-Id: Idf0c7b82bf241120dd4c42ba85c56c0a2bf8db46 Reviewed-on: https://code.wireshark.org/review/12826 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> (cherry picked from commit 2997178) Reviewed-on: https://code.wireshark.org/review/12830
The col_item->col_custom_fields_ids list does not change between packet so this can be initialized in build_column_format_array(). Change-Id: I171b583912dbd1568c3d85159fac1ab435dcaa7c Reviewed-on: https://code.wireshark.org/review/12801 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-on: https://code.wireshark.org/review/12829 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
The strings passed to decode_build_reset_list() is not freed, so ensure we cleanup in decode_clear_all(). Change-Id: Ib68bde71403e260199482831272beb161fe033f9 Reviewed-on: https://code.wireshark.org/review/12836 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> (cherry picked from commit 976642a) Reviewed-on: https://code.wireshark.org/review/12838
The list_head itself will leak in filter_expression_free(), so ensure we also free this. Change-Id: Ide6ef0c013d172b0c0120c744ce4ed46ee4321e0 Reviewed-on: https://code.wireshark.org/review/12837 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-on: https://code.wireshark.org/review/12839
Change-Id: I0b073d8ef5b004cf14e5236d210543c8eed7cde2 Reviewed-on: https://code.wireshark.org/review/12844 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 2247caf) Reviewed-on: https://code.wireshark.org/review/12848
Change-Id: Id693f906bfbd03438de579755a4db7ee8dfcc474 Reviewed-on: https://code.wireshark.org/review/12843 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit e0bde41) Reviewed-on: https://code.wireshark.org/review/12849
just remove the wrong statement, I'll add some expert info later... Bug: 11921 Change-Id: I1a4f2e32e9c7c32c54b251445f8750d7c3f5ab6f Reviewed-on: https://code.wireshark.org/review/12850 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> (cherry picked from commit 1308189) Reviewed-on: https://code.wireshark.org/review/12851
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I00853ed4371029ca2bbf7774615925e376ada77a Reviewed-on: https://code.wireshark.org/review/12877 Reviewed-by: Gerald Combs <gerald@wireshark.org>
…of memory. Bug: 11931 Change-Id: I19fa2937a649382b3a2eda2c8192246e3e9d9e28 Reviewed-on: https://code.wireshark.org/review/12875 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Change-Id: If6065d0895a4bf8311badfff74bb1dff5841490d Ping-Bug: 11918 Reviewed-on: https://code.wireshark.org/review/12881 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> (cherry picked from commit a1c27ef) Reviewed-on: https://code.wireshark.org/review/12883
GTK already has it, but Qt forgot about it, so multi-field custom column works ok if previously saved in GTK-shark. Invalid validation prevent from modifying and saving multi-field custom column in Qt version. This is a manual merge from 9bb3f6b without the field -> fields change. Change-Id: I4f9ddecd468cf5521d3ed6b4d64f98c3b094c9e4 Reviewed-on: https://code.wireshark.org/review/12893 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Change-Id: I9dcf13e9493856727f958606c58b3964423149aa Reviewed-on: https://code.wireshark.org/review/12901 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Change-Id: I462c35f43baf1e90d47e301cc8d334bb3851d884 Reviewed-on: https://code.wireshark.org/review/12907 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This makes RTP Player actually play RTP stream using Qt, too. Conflicts: debian/control Bug: 11918 Change-Id: I9a90f50ceeccc1f298bf1b0a8dcc7a9017107484 Reviewed-on: https://code.wireshark.org/review/12882 Petri-Dish: Balint Reczey <balint@balintreczey.hu> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-on: https://code.wireshark.org/review/12904 Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Change-Id: I90bd01b73d176005d6534906d6e7f004f0d67b3e Reviewed-on: https://code.wireshark.org/review/12918 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Change-Id: I29591709d88d1858e44c753d09e4a29d0f28ce53 Reviewed-on: https://code.wireshark.org/review/12781 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> (cherry picked from commit f145108) Reviewed-on: https://code.wireshark.org/review/12919
Ping-Bug: 11102 Bug: 11691 Change-Id: I7b1673ffafcda644f4905265061ba11733dd91d3 Reviewed-on: https://code.wireshark.org/review/12650 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> (cherry picked from commit 6c42a10) Reviewed-on: https://code.wireshark.org/review/12920
Change-Id: Iddb9bb73ba7ba5309f52f478d1d40ebd9d4a470e Reviewed-on: https://code.wireshark.org/review/12922 Reviewed-by: Gerald Combs <gerald@wireshark.org>
It broke the OS X build. This reverts commit 77a8f26. Change-Id: I3af5a4a2799518ac55c9d63ee3d07cbdcc0bc015 Reviewed-on: https://code.wireshark.org/review/12924 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Change-Id: I78fd1d8e91443fa878e6c4ae05839d8a49849830 Reviewed-on: https://code.wireshark.org/review/14367 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit 73ce340) Reviewed-on: https://code.wireshark.org/review/14368
Git pull requests are for submitting code changes. The best places to ask questions about Wireshark are https://ask.wireshark.org and the wireshark-dev and wireshark-users mailing lists. |
ghost
pushed a commit
that referenced
this pull request
Apr 21, 2016
This g_free() causes a crash on my system for every capture file where names are resolved. Program received signal SIGABRT, Aborted. 0x00007ffff0347125 in *__GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff0347125 in *__GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007ffff034a3a0 in *__GI_abort () at abort.c:92 #2 0x00007ffff038135b in __libc_message (do_abort=<optimized out>, fmt=<optimized out>) at ../sysdeps/unix/sysv/linux/libc_fatal.c:189 #3 0x00007ffff038abb6 in malloc_printerr (action=3, str=0x7ffff0464532 "free(): invalid pointer", ptr=<optimized out>) at malloc.c:6312 #4 0x00007ffff038f95c in *__GI___libc_free (mem=<optimized out>) at malloc.c:3738 #5 0x00007fffef8cca41 in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #6 0x00007fffef8ccad2 in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #7 0x00007fffef8cceea in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #8 0x00007fffef8d501b in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #9 0x00007fffef8d3a4a in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #10 0x00007fffef8d4792 in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #11 0x00007fffef8d49de in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #12 0x00007fffef8d4cc7 in ?? () from /usr/lib/x86_64-linux-gnu/libcares.so.2 #13 0x00007ffff4329713 in host_name_lookup_process () at addr_resolv.c:2485 #14 0x000000000053fda9 in WiresharkApplication::refreshAddressResolution (this=0x7fffffffe2f0) at wireshark_application.cpp:217 #15 0x000000000059c42d in WiresharkApplication::qt_static_metacall (_o=0x7fffffffe2f0, _c=<optimized out>, _id=<optimized out>, _a=0x7fffffffd7b0) at wireshark_application.moc.cpp:142 #16 0x00007ffff140654f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 Change-Id: I20586929463259f71f325225975eec241166f123 Reviewed-on: http 8000 s://code.wireshark.org/review/15047 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
ghost
pushed a commit
that referenced
this pull request
Apr 23, 2016
fetch the list head each time we iterate through the list if we don't, we crash when the same entry is removed a second time #0 wmem_block_remove_from_block_list (block=0x7fffecd7b1c0, allocator=<optimized out>) at wmem_allocator_block.c:738 #1 wmem_block_free_jumbo (chunk=0x7fffecd7b1d0, allocator=0x65c060) at wmem_allocator_block.c:822 #2 wmem_block_free (private_data=0x65c060, ptr=0x7fffecd7b1e0) at wmem_allocator_block.c:913 #3 0x00007ffff452eac1 in host_name_lookup_process () at addr_resolv.c:2466 #4 0x000000000041733d in process_packet (cf=cf@entry=0x63fe20, edt=edt@entry=0xce08f0, offset=<optimized out>, whdr=0xc97c70, pd=pd@entry=0xc9f550 "", tap_flags=tap_flags@entry=0) at tshark.c:3699 #5 0x000000000040f199 in load_cap_file (max_byte_count=13197776, max_packet_count=<optimized out>, out_file_name_res=0, out_file_type=2, save_file=0x0, cf=<optimized out>) at tshark.c:3483 #6 main (argc=<optimized out>, argv=<optimized out>) at tshark.c:2192 Change-Id: I1ac813242188842130f4070ef326b12fe23b782f Reviewed-on: https://code.wireshark.org/review/15068 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
ghost
pushed a commit
that referenced
this pull request
Mar 30, 2017
Fixes the following UBSAN errors: ui/qt/io_graph_dialog.cpp:1720:75: runtime error: load of value 3200171710, which is not a valid value for type 'io_graph_item_unit_t' #0 0x5611f0b0cd1d in IOGraph::setFilter(QString const&) ui/qt/io_graph_dialog.cpp:1720:75 #1 0x5611f0b737a1 in IOGraph::IOGraph(QCustomPlot*) ui/qt/io_graph_dialog.cpp:1682:5 #2 0x5611f0afb3f3 in IOGraphDialog::addGraph(bool, QString, QString, int, IOGraph::PlotStyles, io_graph_item_unit_t, QString, int) ui/qt/io_graph_dialog.cpp:340:24 #3 0x5611f0af7c19 in IOGraphDialog::IOGraphDialog(QWidget&, CaptureFile&) ui/qt/io_graph_dialog.cpp:289:13 ui/qt/io_graph_dialog.cpp:1818:19: runtime error: load of value 3200171710, which is not a valid value for type 'io_graph_item_unit_t' #0 0x5611f0b1167e in IOGraph::setPlotStyle(int) ui/qt/io_graph_dialog.cpp:1818:19 #1 0x5611f0b062ee in IOGraphDialog::syncGraphSettings(QTreeWidgetItem*) ui/qt/io_graph_dialog.cpp:420:10 ui/qt/io_graph_dialog.cpp:1872:29: runtime error: load of value 3200171710, which is not a valid value for type 'io_graph_item_unit_t' #0 0x5611f0b13e6a in IOGraph::setValueUnits(int) ui/qt/io_graph_dialog.cpp:1872:29 #1 0x5611f0b06640 in IOGraphDialog::syncGraphSettings(QTreeWidgetItem*) ui/qt/io_graph_dialog.cpp:422:10 Note that calling setFilter with an empty string is pretty useless, especially since the filter is initialized later, so remove it. The choice for IOG_ITEM_UNIT_FIRST is quite arbitrary and needed because setValueUnits reads the "old" (uninitialized) value. Change-Id: I32c65a30593cb718b838c0f324e0d1b0eaab90e5 Reviewed-on: https://code.wireshark.org/review/20767 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
ghost
pushed a commit
that referenced
this pull request
Apr 24, 2017
Step #3: /src/wireshark/tools/oss-fuzzshark.c:190:2: warning: implicit declaration of function 'wtap_init' is invalid in C99 [-Wimplicit-function-declaration] (https://oss-fuzz-build-logs.storage.googleapis.com/log-472514ce-1a41-4f14-8798-d45084212a65.txt) Change-Id: I47715bdf55c20124a80da51d3c8812db1d8d94cf Reviewed-on: https://code.wireshark.org/review/21317 Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl> Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
ghost
pushed a commit
that referenced
this pull request
Nov 21, 2017
…oved from -lepan During compilation of oss-fuzzshark (google/oss-fuzz#1003): Step #3: /src/wireshark/tools/oss-fuzzshark/fuzzshark.c:213: undefined reference to `register_all_protocols' Step #3: /src/wireshark/tools/oss-fuzzshark/fuzzshark.c:213: undefined reference to `register_all_protocol_handoffs' After cleanup of make-dissector-reg.py [b695b3e] these functions are no longer part of epan library (I really wonder why...). oss-fuzzshark need to compile and link register.c on their own. Change-Id: I79adf5c1513a0934f140bbf501c181bf14d7619b Reviewed-on: https://code.wireshark.org/review/24523 Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
ghost
pushed a commit
that referenced
this pull request
Dec 12, 2017
The Follow Stream dialogue's button "Filter out this stream" filters out the stream's packets and then closes the Follow Stream dialogue. This may take a moment. If the user presses the Close button while the filtering is still running, the dialogue will be closed twice. This causes a crash which can be seen in ASAN builds. ==9485==ERROR: AddressSanitizer: SEGV on unknown address 0x60205e80001b (pc 0x7f923e672b8c sp 0x7fff73104600 bp 0x7fff73104600 T0) #0 0x7f923e672b8b in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d9b8b) #1 0x7f924f46010b in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x13f10b) #2 0x7f924f4655ff in QApplication::notify(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x1445ff) #3 0x7f923e672dca in QCoreApplication::notifyInternal(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d9dca) #4 0x7f924f49ae54 in QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x179e54) #5 0x55f3e249582f in FollowStreamDialog::close() /media/sf_wireshark.git/ui/qt/follow_stream_dialog.cpp:327 #6 0x55f3e236e534 in FollowStreamDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ui/qt/moc_follow_stream_dialog.cpp:155 ... SUMMARY: AddressSanitizer: SEGV ??:0 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ==9485==ABORTING Ignore the Close button if we know that we'll be closing the dialogue shortly. Change-Id: Ibf1684fd75937e6b24fcb9ea62ae6acb038260e6 Reviewed-on: https://code.wireshark.org/review/24777 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
ghost
pushed a commit
that referenced
this pull request
Dec 12, 2017
The Follow Stream dialogue's button "Filter out this stream" filters out the stream's packets and then closes the Follow Stream dialogue. This may take a moment. If the user presses the Close button while the filtering is still running, the dialogue will be closed twice. This causes a crash which can be seen in ASAN builds. ==9485==ERROR: AddressSanitizer: SEGV on unknown address 0x60205e80001b (pc 0x7f923e672b8c sp 0x7fff73104600 bp 0x7fff73104600 T0) #0 0x7f923e672b8b in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d9b8b) #1 0x7f924f46010b in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x13f10b) #2 0x7f924f4655ff in QApplication::notify(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x1445ff) #3 0x7f923e672dca in QCoreApplication::notifyInternal(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d9dca) #4 0x7f924f49ae54 in QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x179e54) #5 0x55f3e249582f in FollowStreamDialog::close() /media/sf_wireshark.git/ui/qt/follow_stream_dialog.cpp:327 #6 0x55f3e236e534 in FollowStreamDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ui/qt/moc_follow_stream_dialog.cpp:155 ... SUMMARY: AddressSanitizer: SEGV ??:0 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ==9485==ABORTING Ignore the Close button if we know that we'll be closing the dialogue shortly. Change-Id: Ibf1684fd75937e6b24fcb9ea62ae6acb038260e6 Reviewed-on: https://code.wireshark.org/review/24777 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 621498f) Reviewed-on: https://code.wireshark.org/review/24781 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
ghost
pushed a commit
that referenced
this pull request
Dec 12, 2017
The Follow Stream dialogue's button "Filter out this stream" filters out the stream's packets and then closes the Follow Stream dialogue. This may take a moment. If the user presses the Close button while the filtering is still running, the dialogue will be closed twice. This causes a crash which can be seen in ASAN builds. ==9485==ERROR: AddressSanitizer: SEGV on unknown address 0x60205e80001b (pc 0x7f923e672b8c sp 0x7fff73104600 bp 0x7fff73104600 T0) #0 0x7f923e672b8b in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d9b8b) #1 0x7f924f46010b in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x13f10b) #2 0x7f924f4655ff in QApplication::notify(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x1445ff) #3 0x7f923e672dca in QCoreApplication::notifyInternal(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d9dca) #4 0x7f924f49ae54 in QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x179e54) #5 0x55f3e249582f in FollowStreamDialog::close() /media/sf_wireshark.git/ui/qt/follow_stream_dialog.cpp:327 #6 0x55f3e236e534 in FollowStreamDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ui/qt/moc_follow_stream_dialog.cpp:155 ... SUMMARY: AddressSanitizer: SEGV ??:0 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ==9485==ABORTING Ignore the Close button if we know that we'll be closing the dialogue shortly. Change-Id: Ibf1684fd75937e6b24fcb9ea62ae6acb038260e6 Reviewed-on: https://code.wireshark.org/review/24777 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 621498f) Reviewed-on: https://code.wireshark.org/review/24780 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
ghost
pushed a commit
that referenced
this pull request
Jan 30, 2018
…flags[]. Add missing NULL terminator to ieee1905_reporting_policy_flags[], in order to fix buffer overflow. ASAN report: ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000092a4af8 at pc 0x00000062afd2 bp 0x7ffce7e468d0 sp 0x7ffce7e468c8 READ of size 8 at 0x0000092a4af8 thread T0 #0 0x62afd1 in proto_item_add_bitmask_tree /src/wireshark/epan/proto.c:10406:9 #1 0x62953f in proto_tree_add_bitmask_with_flags /src/wireshark/epan/proto.c:10786:3 #2 0xfb8271 in dissect_metric_reporting_policy /src/wireshark/epan/dissectors/packet-ieee1905.c:2762:9 #3 0xfb2997 in dissect_ieee1905_tlv_data /src/wireshark/epan/dissectors/packet-ieee1905.c:4390:18 #4 0xfb23c8 in dissect_ieee1905 /src/wireshark/epan/dissectors/packet-ieee1905.c:4577:18 Found by oss-fuzz/5298. Change-Id: I35dbd6d29d0a3a5560286146fbed172c810e5b2d Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5298 Reviewed-on: https://code.wireshark.org/review/25520 Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
ghost
pushed a commit
that referenced
this pull request
Feb 1, 2018
bf_arr is used as %s argument to proto_tree_add_subtree_format(), so it need to be NUL terminated. Add + 1 to bf_arr size, and use sizeof() in memset() calls. ASAN report: ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ff1b179f150 at pc 0x00000044cf31 bp 0x7ffdc7493cf0 sp 0x7ffdc74934a0 READ of size 258 at 0x7ff1b179f150 thread T0 SCARINESS: 41 (multi-byte-read-stack-buffer-overflow) #0 0x44cf30 in printf_common(void*, char const*, __va_list_tag*) /src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc:548 #1 0x498cfc in __vsnprintf_chk /src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:1558 #2 0x5775cf in proto_tree_set_representation /src/wireshark/epan/proto.c:5508:9 #3 0x577eb1 in proto_tree_add_text_valist_internal /src/wireshark/epan/proto.c:1226:2 #4 0x5782d5 in proto_tree_add_subtree_format /src/wireshark/epan/proto.c:1249:7 #5 0x73c73f in fBitStringTagVS /src/wireshark/epan/dissectors/packet-bacapp.c:7490:15 #6 0x73ad20 in fApplicationTypesEnumeratedSplit /src/wireshark/epan/dissectors/packet-bacapp.c:7569:26 #7 0x73a484 in fApplicationTypes /src/wireshark/epan/dissectors/packet-bacapp.c:7635:12 #8 0x7395db in fIAmRequest /src/wireshark/epan/dissectors/packet-bacapp.c:13412:14 #9 0x7383e1 in dissect_bacapp /src/wireshark/epan/dissectors/packet-bacapp.c:14163:9 Found by oss-fuzz/5452. Change-Id: I57e948904f707c5003a389431b009a37c1212e04 Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5452 Reviewed-on: https://code.wireshark.org/review/25544 Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
ghost
pushed a commit
that referenced
this pull request
Feb 2, 2018
It looks like that quic_create_cleartext_decoders() need to free secrets, tls13_cipher_create() only use it as const. ASAN report: ERROR: LeakSanitizer: detected memory leaks Direct leak of 32 byte(s) in 1 object(s) allocated from: #0 0x4e26e8 in __interceptor_malloc /src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:88 #1 0x225b038 in g_malloc #2 0x1742014 in quic_derive_cleartext_secrets /src/wireshark/epan/dissectors/packet-quic.c:1071:10 #3 0x173e579 in quic_create_cleartext_decoders /src/wireshark/epan/dissectors/packet-quic.c:1091:10 #4 0x173dc89 in dissect_quic_long_header /src/wireshark/epan/dissectors/packet-quic.c:1221:14 #5 0x173ced6 in dissect_quic /src/wireshark/epan/dissectors/packet-quic.c:1402:18 (...) Direct leak of 32 byte(s) in 1 object(s) allocated from: #0 0x4e26e8 in __interceptor_malloc /src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:88 #1 0x225b038 in g_malloc #2 0x1741fd5 in quic_derive_cleartext_secrets /src/wireshark/epan/dissectors/packet-quic.c:1065:10 #3 0x173e579 in quic_create_cleartext_decoders /src/wireshark/epan/dissectors/packet-quic.c:1091:10 #4 0x173dc89 in dissect_quic_long_header /src/wireshark/epan/dissectors/packet-quic.c:1221:14 #5 0x173ced6 in dissect_quic /src/wireshark/epan/dissectors/packet-quic.c:1402:18 (...) Found by oss-fuzz/5902. Change-Id: I6f8a4597411ee267773225e45043addb69928d66 Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5902 Reviewed-on: https://code.wireshark.org/review/25571 Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
ghost
pushed a commit
that referenced
this pull request
Feb 12, 2018
next_tvb_add_handle() allocates memory in packet scope. When dissecting another packet from dissect_h225_h225_RasMessage() handler [it don't call next_tvb_init()] next_tvb_add_handle() will write to freed pointer. Fix by calling next_tvb_init() after leaving scope in order to clear list->last pointer. ASAN report: ERROR: AddressSanitizer: heap-use-after-free on address 0x6070000854f0 at pc 0x00000208574a bp 0x7ffca839cf00 sp 0x7ffca839cef8 WRITE of size 8 at 0x6070000854f0 thread T0 #0 0x2085749 in next_tvb_add_handle /src/wireshark/epan/next_tvb.c #1 0xef8728 in dissect_h225_ParallelH245Control_item /src/wireshark/epan/dissectors/./asn1/h225/h225.cnf:368:3 (...) #21 0x168f460 in dissect_per_sequence /src/wireshark/epan/dissectors/packet-per.c:1920:12 #22 0xef31d3 in dissect_h225_InfoRequestResponse /src/wireshark/epan/dissectors/./asn1/h225/h225.cnf:910:12 #23 0x168e7db in dissect_per_choice /src/wireshark/epan/dissectors/packet-per.c #24 0xeed6e3 in dissect_h225_RasMessage /src/wireshark/epan/dissectors/./asn1/h225/h225.cnf:298:12 #25 0xef97af in dissect_RasMessage_PDU /src/wireshark/epan/dissectors/./asn1/h225/h225.cnf:339:12 #26 0xeef872 in dissect_h225_h225_RasMessage /src/wireshark/epan/dissectors/./asn1/h225/packet-h225-template.c:385:12 0x6070000854f0 is located 0 bytes inside of 72-byte region [0x6070000854f0,0x607000085538) freed by thread T0 here: #0 0x4e2528 in __interceptor_cfree.localalias.0 /src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:76 #1 0x21263a1 in wmem_simple_free_all /src/wireshark/epan/wmem/wmem_allocator_simple.c:107:9 #2 0x205aa4d in wmem_leave_packet_scope /src/wireshark/epan/wmem/wmem_scopes.c:81:5 (...) previously allocated by thread T0 here: #0 0x4e26e8 in __interceptor_malloc /src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:88 #1 0x225c588 in g_malloc (/out/fuzzshark_test+0x225c588) #2 0x20855e0 in next_tvb_add_handle /src/wireshark/epan/next_tvb.c:40:10 #3 0xef8728 in dissect_h225_ParallelH245Control_item /src/wireshark/epan/dissectors/./asn1/h225/h225.cnf:368:3 Found by oss-fuzz/5921 Change-Id: Iea006914a9e0c433d2073f6f4c7a2973d5a33a11 Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5921 Reviewed-on: https://code.wireshark.org/review/25593 Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
ghost
pushed a commit
that referenced
this pull request
Aug 5, 2018
This fixes the following asserts #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e11f90 "/home/vasko/sources/wireshark/epan/print.c", line=598, func=0x7ffff4e12e20 <__func__.18585> "proto_tree_write_node_pdml", message=0x555555aaab70 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e11f90 "/home/vasko/sources/wireshark/epan/print.c", line=983, func=0x7ffff4e12e40 <__func__.18697> "write_json_proto_node_hex_dump", message=0x555555aac9d0 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #4 0x00007ffff39a8f87 in write_json_proto_node_hex_dump (node=0x7fffdc86e550, data=0x7fffffffce60) at /home/vasko/sources/wireshark/epan/print.c:983 #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e12010 "/home/vasko/sources/wireshark/epan/print.c", line=1299, func=0x7ffff4e12ef0 <__func__.18804> "ek_write_hex", message=0x555555aac290 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #4 0x00007ffff39a9a32 in ek_write_hex (fi=0x7fffdc86e4e0, pdata=0x7fffffffce90) at /home/vasko/sources/wireshark/epan/print.c:1299 Change-Id: I48a7e87863fb6708cd668582a240e5ba71d1b5a0 Reviewed-on: https://code.wireshark.org/review/28891 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
ghost
pushed a commit
that referenced
this pull request
Aug 5, 2018
This fixes the following asserts #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e11f90 "/home/vasko/sources/wireshark/epan/print.c", line=598, func=0x7ffff4e12e20 <__func__.18585> "proto_tree_write_node_pdml", message=0x555555aaab70 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e11f90 "/home/vasko/sources/wireshark/epan/print.c", line=983, func=0x7ffff4e12e40 <__func__.18697> "write_json_proto_node_hex_dump", message=0x555555aac9d0 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #4 0x00007ffff39a8f87 in write_json_proto_node_hex_dump (node=0x7fffdc86e550, data=0x7fffffffce60) at /home/vasko/sources/wireshark/epan/print.c:983 #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e12010 "/home/vasko/sources/wireshark/epan/print.c", line=1299, func=0x7ffff4e12ef0 <__func__.18804> "ek_write_hex", message=0x555555aac290 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #4 0x00007ffff39a9a32 in ek_write_hex (fi=0x7fffdc86e4e0, pdata=0x7fffffffce90) at /home/vasko/sources/wireshark/epan/print.c:1299 Change-Id: I48a7e87863fb6708cd668582a240e5ba71d1b5a0 Reviewed-on: https://code.wireshark.org/review/28891 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-on: https://code.wireshark.org/review/28975
ghost
pushed a commit
that referenced
this pull request
Aug 29, 2018
This fixes the following asserts #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e11f90 "/home/vasko/sources/wireshark/epan/print.c", line=598, func=0x7ffff4e12e20 <__func__.18585> "proto_tree_write_node_pdml", message=0x555555aaab70 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e11f90 "/home/vasko/sources/wireshark/epan/print.c", line=983, func=0x7ffff4e12e40 <__func__.18697> "write_json_proto_node_hex_dump", message=0x555555aac9d0 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #4 0x00007ffff39a8f87 in write_json_proto_node_hex_dump (node=0x7fffdc86e550, data=0x7fffffffce60) at /home/vasko/sources/wireshark/epan/print.c:983 #2 0x00007ffff0d270f3 in g_assertion_message (domain=0x0, file=0x7ffff4e12010 "/home/vasko/sources/wireshark/epan/print.c", line=1299, func=0x7ffff4e12ef0 <__func__.18804> "ek_write_hex", message=0x555555aac290 "code should not be reached") at gtestutils.c:2532 #3 0x00007ffff0d8015e in g_assertion_message_expr () at gtestutils.c:2555 #4 0x00007ffff39a9a32 in ek_write_hex (fi=0x7fffdc86e4e0, pdata=0x7fffffffce90) at /home/vasko/sources/wireshark/epan/print.c:1299 Bug: 15088 Change-Id: I48a7e87863fb6708cd668582a240e5ba71d1b5a0 Reviewed-on: https://code.wireshark.org/review/28891 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com> (cherry picked from commit 82454b8) Conflicts: epan/print.c Reviewed-on: https://code.wireshark.org/review/29334
ghost
pushed a commit
that referenced
this pull request
Sep 30, 2018
To prevent potential interference with other users of the capture file, read data in a private buffer instead of reusing the one from capFile. An accidental (?) change in commit v2.9.0rc0-2001-g123bcb0362 resulted in "cf_read_record" reallocating the capture_file->buf buffer. That issue combined with the current behavior would result in a crash when ignoring a packet followed by two times opening a context menu: ==32187==ERROR: AddressSanitizer: heap-use-after-free on address 0x7fda91642800 at pc 0x55a98f3faaa7 bp 0x7fffa2807860 sp 0x7fffa2807858 READ of size 1 at 0x7fda91642800 thread T0 #0 0x55a98f3faaa6 in QByteArray::operator[](int) const /usr/include/qt/QtCore/qbytearray.h:476:47 #1 0x55a9901006eb in ByteViewText::drawLine(QPainter*, int, int) ui/qt/widgets/byte_view_text.cpp:370:35 #2 0x55a9900fd109 in ByteViewText::paintEvent(QPaintEvent*) ui/qt/widgets/byte_view_text.cpp:217:9 ... #50 0x55a98e9fd32a in PacketList::contextMenuEvent(QContextMenuEvent*) ui/qt/packet_list.cpp:614:15 ... 0x7fda91642800 is located 0 bytes inside of 3038371-byte region [0x7fda91642800,0x7fda919284a3) freed by thread T0 here: #0 0x55a98e65fd99 in __interceptor_realloc (run/wireshark+0x1019d99) #1 0x7fdac6e1bb88 in g_realloc /build/src/glib/glib/gmem.c:164 #2 0x7fdaac12c908 in wtap_read_packet_bytes wiretap/wtap.c:1368:2 #3 0x7fdaabf01e5a in libpcap_read_packet wiretap/libpcap.c:789:7 #4 0x7fdaabef887d in libpcap_seek_read wiretap/libpcap.c:690:7 #5 0x7fdaac12d5f5 in wtap_seek_read wiretap/wtap.c:1431:7 #6 0x55a98e6c8611 in cf_read_record_r file.c:1566:8 #7 0x55a98e6c88c5 in cf_read_record file.c:1576:10 #8 0x55a98ea0b725 in PacketList::getFilterFromRowAndColumn() ui/qt/packet_list.cpp:1041:14 #9 0x55a98e94e4a1 in MainWindow::setMenusForSelectedPacket() ui/qt/main_window_slots.cpp:1175:39 previously allocated by thread T0 here: #0 0x55a98e65fd99 in __interceptor_realloc (run/wireshark+0x1019d99) #1 0x7fdac6e1bb88 in g_realloc /build/src/glib/glib/gmem.c:164 #2 0x7fdaac12c908 in wtap_read_packet_bytes wiretap/wtap.c:1368:2 #3 0x7fdaabf01e5a in libpcap_read_packet wiretap/libpcap.c:789:7 #4 0x7fdaabef887d in libpcap_seek_read wiretap/libpcap.c:690:7 #5 0x7fdaac12d5f5 in wtap_seek_read wiretap/wtap.c:1431:7 #6 0x55a98e6c8611 in cf_read_record_r file.c:1566:8 #7 0x55a98e6c88c5 in cf_read_record file.c:1576:10 #8 0x55a98e6e0bde in cf_select_packet file.c:3777:8 #9 0x55a98e9ea2ff in PacketList::selectionChanged(QItemSelection const&, QItemSelection const&) ui/qt/packet_list.cpp:420:9 This should be fixed now by I4f1264a406a28c79491dcd77c552193bf3cdf62d, but let's avoid the shared buffer. It's not exactly a hot code path anyway. Change-Id: I548d7293a822601f4eb882672477540f066a066b Reviewed-on: https://code.wireshark.org/review/29921 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
chenwhql
pushed a commit
to chenwhql/wireshark
that referenced
this pull request
Jan 14, 2019
refactor: fix tt design, remove command
ghost
pushed a commit
that referenced
this pull request
Jan 23, 2019
Caught by ASAN: Direct leak of 88 byte(s) in 1 object(s) allocated from: #0 0x564bccf83549 in malloc (run/tshark+0x1b0549) #1 0x7f8dd1d488d1 in g_malloc glib/glib/gmem.c:99:13 #2 0x7f8dd1d29094 in g_slice_alloc glib/glib/gslice.c:1024:11 #3 0x7f8dd1d64cde in g_hash_table_new_full glib/glib/ghash.c:717:16 #4 0x7f8dde889de6 in smb2_get_session epan/dissectors/packet-smb2.c:1135:15 #5 0x7f8dde89258e in dissect_smb2_session_setup_response epan/dissectors/packet-smb2.c:3356:16 #6 0x7f8dde8867cd in dissect_smb2_command epan/dissectors/packet-smb2.c:9189:12 #7 0x7f8dde87fb6e in dissect_smb2 epan/dissectors/packet-smb2.c:9543:27 Change-Id: I33586e8d27263a8e546efb2ee3a3054eb9a66893 Reviewed-on: https://code.wireshark.org/review/31702 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
ghost
pushed a commit
that referenced
this pull request
Jan 27, 2019
Capturing with "tshark -i lo" results in capture_opts->descr being set to "Loopback" via: #3 0x55c5f575720c in fill_in_interface_opts_from_ifinfo capture_opts.c:547:33 #4 0x55c5f5750dc5 in capture_opts_add_iface_opt capture_opts.c:695:9 #5 0x55c5f574b6bd in capture_opts_add_opt capture_opts.c:843:18 #6 0x55c5f5785efc in main tshark.c:1087:21 but tshark overwrites it, presumably to offer textual descriptions like "Standard input" for "-i -". Fix this memory leak, reported by ASAN for three tests from case_tshark_capture that capture from Loopback. Change-Id: I4f393c4440bde7a621271cca3066bef3d57e250a Reviewed-on: https://code.wireshark.org/review/31756 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
ghost
pushed a commit
that referenced
this pull request
Jan 28, 2019
Error messages without a stack trace are rather hard to debug for more complex Lua dissectors. Be sure to append one, it will look like this: tshark: Lua: Error during loading: /tmp/kdnet/kdnet.lua:13: bad argument #3 to 'proto_field_constructor' (Display must be either base.NONE, base.DOT, base.DASH, base.COLON or base.SPACE) stack traceback: [C]: in function 'proto_field_constructor' /tmp/kdnet/kdnet.lua:13: in function 'add_field' /tmp/kdnet/kdnet.lua:35: in function 'add_fields' /tmp/kdnet/kdnet.lua:242: in main chunk It would be nice to reuse the error handler for dissector calls as well, but I am not sure whether this works with absolute indices which are used almost everywhere in wslua. Change-Id: I89b2dcd360fce3865e1bf052b9fe03e888aae167 Reviewed-on: https://code.wireshark.org/review/31763 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
ghost
pushed a commit
that referenced
this pull request
Apr 10, 2019
In the IEEE 802.11 dissector the conversations concept is (re)used for tracking associations. The conversations are then used to keep data that's unique for a certain association, like negotiated AKMS. Though currently associations are unique per (re)association whereas conversations are unique based only on src/dest address. This is problematic for captures with multiple associations with same STA/BSSI pair. For example: Assoc req frame (assoc #1, conversation #1) Reassoc frame (assoc #2, conversation #1) Assoc req frame (assoc #3, conversation #1) To make a one to one mapping between conversations and associations store an association counter with each frame and use it with the pinfo srcport/destport fields to build a conversation key: (src, dest, association_counter). Bug: 15616 Change-Id: Ie020bdffbcdab4739ee07f73025ef1157c1fc329 Reviewed-on: https://code.wireshark.org/review/32737 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Thinstation
pushed a commit
to Thinstation/thinstation
that referenced
this pull request
Oct 22, 2019
modified: ts/build/packages/gdk-pixbuf/.dna new file: ts/build/packages/gdk-pixbuf/build/install new file: ts/build/packages/gdk-pixbuf/build/remove renamed: ts/ports/relegated/pycairo/.md5sum -> ts/build/packages/grilo/.dna new file: ts/build/packages/grilo/build/install new file: ts/build/packages/grilo/build/remove new file: ts/build/packages/grilo/dependencies new file: ts/build/packages/libpeas/.dna new file: ts/build/packages/libpeas/build/install new file: ts/build/packages/libpeas/build/remove new file: ts/build/packages/libpeas/dependencies modified: ts/build/packages/lprng/.dna new file: ts/build/packages/lprng/lp modified: ts/build/packages/python3/build/install modified: ts/build/packages/totem/build/install modified: ts/build/packages/totem/dependencies deleted: ts/ports/components/LPRng/.footprint deleted: ts/ports/components/LPRng/.md5sum deleted: ts/ports/components/LPRng/LPRng#3.8.B-1.pkg.tar.xz modified: ts/ports/components/ccid/.md5sum modified: ts/ports/components/ccid/Pkgfile deleted: ts/ports/components/ccid/ccid#1.4.30-1.pkg.tar.xz new file: ts/ports/components/ccid/ccid#1.4.31-1.pkg.tar.xz modified: ts/ports/components/cgdb/.md5sum modified: ts/ports/components/cgdb/Pkgfile deleted: ts/ports/components/cgdb/cgdb#0.7.0-1.pkg.tar.xz new file: ts/ports/components/cgdb/cgdb#0.7.1-1.pkg.tar.xz modified: ts/ports/components/confuse/confuse#3.2.2-1.pkg.tar.xz modified: ts/ports/components/cryptodev-linux/.footprint modified: ts/ports/components/cryptodev-linux/cryptodev-linux#git-1.pkg.tar.xz modified: ts/ports/components/dnscrypt-proxy/.md5sum modified: ts/ports/components/dnscrypt-proxy/Pkgfile deleted: ts/ports/components/dnscrypt-proxy/dnscrypt-proxy#2.0.25-2.pkg.tar.xz new file: ts/ports/components/dnscrypt-proxy/dnscrypt-proxy#2.0.28-2.pkg.tar.xz modified: ts/ports/components/expect/expect#5.45.4-1.pkg.tar.xz modified: ts/ports/components/gcab/.footprint modified: ts/ports/components/gcab/.md5sum modified: ts/ports/components/gcab/Pkgfile deleted: ts/ports/components/gcab/gcab#1.2-1.pkg.tar.xz new file: ts/ports/components/gcab/gcab#1.3-1.pkg.tar.xz modified: ts/ports/components/geoclue/.md5sum modified: ts/ports/components/geoclue/Pkgfile deleted: ts/ports/components/geoclue/geoclue#2.5.3-2.pkg.tar.xz new file: ts/ports/components/geoclue/geoclue#2.5.5-2.pkg.tar.xz modified: ts/ports/components/gtkdialog-vte/gtkdialog-vte#0.8.3-2.pkg.tar.xz modified: ts/ports/components/gtkdialog/gtkdialog#0.8.3-2.pkg.tar.xz modified: ts/ports/components/haveged/.footprint modified: ts/ports/components/haveged/.md5sum modified: ts/ports/components/haveged/Pkgfile deleted: ts/ports/components/haveged/haveged#1.9.4-1.pkg.tar.xz new file: ts/ports/components/haveged/haveged#1.9.8-1.pkg.tar.xz modified: ts/ports/components/hpijs/.footprint modified: ts/ports/components/hpijs/.md5sum modified: ts/ports/components/hpijs/Pkgfile renamed: ts/ports/components/hpijs/hpijs#3.19.6-1.pkg.tar.xz -> ts/ports/components/hpijs/hpijs#3.19.8-1.pkg.tar.xz modified: ts/ports/components/icewm/.footprint modified: ts/ports/components/icewm/.md5sum modified: ts/ports/components/icewm/Pkgfile deleted: ts/ports/components/icewm/icewm#1.5.5-1.pkg.tar.xz new file: ts/ports/components/icewm/icewm#1.6.2-1.pkg.tar.xz modified: ts/ports/components/jq/jq#1.6-1.pkg.tar.xz modified: ts/ports/components/js/js#1.8.5-1.pkg.tar.xz modified: ts/ports/components/kismet/kismet#2019_05_R2-1.pkg.tar.xz modified: ts/ports/components/ldns/ldns#1.7.1-4.pkg.tar.xz modified: ts/ports/components/libatomic_ops/libatomic_ops#7.6.10-1.pkg.tar.xz modified: ts/ports/components/libblockdev/.footprint modified: ts/ports/components/libblockdev/libblockdev#2.22-1.pkg.tar.xz modified: ts/ports/components/libcacard/.md5sum modified: ts/ports/components/libcacard/Pkgfile deleted: ts/ports/components/libcacard/libcacard#2.6.1-1.pkg.tar.xz new file: ts/ports/components/libcacard/libcacard#2.7.0-1.pkg.tar.xz modified: ts/ports/components/libcanberra/libcanberra#0.30-1.pkg.tar.xz modified: ts/ports/components/libcec/.footprint modified: ts/ports/components/libcec/Pkgfile modified: ts/ports/components/libcec/libcec#4.0.4-1.pkg.tar.xz modified: ts/ports/components/libclc/libclc#git-1.pkg.tar.xz modified: ts/ports/components/libgusb/libgusb#0.3.0-1.pkg.tar.xz modified: ts/ports/components/libical/.footprint modified: ts/ports/components/libical/.md5sum modified: ts/ports/components/libical/Pkgfile deleted: ts/ports/components/libical/libical#3.0.4-1.pkg.tar.xz new file: ts/ports/components/libical/libical#3.0.6-1.pkg.tar.xz modified: ts/ports/components/libmbim/.footprint modified: ts/ports/components/libmbim/.md5sum modified: ts/ports/components/libmbim/Pkgfile deleted: ts/ports/components/libmbim/libmbim#1.18.2-1.pkg.tar.xz new file: ts/ports/components/libmbim/libmbim#1.20.0-1.pkg.tar.xz modified: ts/ports/components/libmicrohttpd/libmicrohttpd#0.9.66-1.pkg.tar.xz modified: ts/ports/components/libnl2/libnl2#2.0-1.pkg.tar.xz modified: ts/ports/components/liboauth/liboauth#1.0.3-2.pkg.tar.xz modified: ts/ports/components/libplist/libplist#git-1.pkg.tar.xz modified: ts/ports/components/libqmi/.footprint modified: ts/ports/components/libqmi/.md5sum modified: ts/ports/components/libqmi/Pkgfile deleted: ts/ports/components/libqmi/libqmi#1.22.4-1.pkg.tar.xz new file: ts/ports/components/libqmi/libqmi#1.24.0-1.pkg.tar.xz modified: ts/ports/components/libssh2/.footprint modified: ts/ports/components/libssh2/.md5sum modified: ts/ports/components/libssh2/Pkgfile deleted: ts/ports/components/libssh2/libssh2#1.8.2-2.pkg.tar.xz new file: ts/ports/components/libssh2/libssh2#1.9.0-2.pkg.tar.xz modified: ts/ports/components/libuv/.md5sum modified: ts/ports/components/libuv/Pkgfile deleted: ts/ports/components/libuv/libuv#1.30.1-1.pkg.tar.xz new file: ts/po CEB7 rts/components/libuv/libuv#1.32.0-1.pkg.tar.xz modified: ts/ports/components/libvirt/.footprint modified: ts/ports/components/libvirt/.md5sum modified: ts/ports/components/libvirt/Pkgfile deleted: ts/ports/components/libvirt/libvirt#5.5.0-1.pkg.tar.xz new file: ts/ports/components/libvirt/libvirt#5.6.0-1.pkg.tar.xz modified: ts/ports/components/libwacom/.footprint modified: ts/ports/components/libwacom/.md5sum modified: ts/ports/components/libwacom/Pkgfile deleted: ts/ports/components/libwacom/libwacom#0.33-1.pkg.tar.xz new file: ts/ports/components/libwacom/libwacom#1.1-1.pkg.tar.xz modified: ts/ports/components/lightdm-gtk-greeter/lightdm-gtk-greeter#2.0.6-1.pkg.tar.xz modified: ts/ports/components/lighttpd/lighttpd#1.4.54-1.pkg.tar.xz new file: ts/ports/components/lprng/.footprint new file: ts/ports/components/lprng/.md5sum renamed: ts/ports/components/LPRng/Pkgfile -> ts/ports/components/lprng/Pkgfile new file: ts/ports/components/lprng/lprng#3.8.C-1.pkg.tar.xz modified: ts/ports/components/lz4/.footprint modified: ts/ports/components/lz4/.md5sum modified: ts/ports/components/lz4/Pkgfile deleted: ts/ports/components/lz4/lz4#1.9.1-1.pkg.tar.xz new file: ts/ports/components/lz4/lz4#1.9.2-1.pkg.tar.xz modified: ts/ports/components/lzip/lzip#1.21-1.pkg.tar.xz modified: ts/ports/components/ndctl/.footprint modified: ts/ports/components/ndctl/.md5sum modified: ts/ports/components/ndctl/Pkgfile deleted: ts/ports/components/ndctl/ndctl#65-1.pkg.tar.xz new file: ts/ports/components/ndctl/ndctl#66-1.pkg.tar.xz modified: ts/ports/components/npm/.footprint modified: ts/ports/components/npm/.md5sum modified: ts/ports/components/npm/Pkgfile deleted: ts/ports/components/npm/npm#6.10.3-1.pkg.tar.xz new file: ts/ports/components/npm/npm#6.12.0-1.pkg.tar.xz modified: ts/ports/components/open-vm-tools/.footprint modified: ts/ports/components/open-vm-tools/.md5sum modified: ts/ports/components/open-vm-tools/Pkgfile deleted: ts/ports/components/open-vm-tools/open-vm-tools#10.3.10-1.pkg.tar.xz new file: ts/ports/components/open-vm-tools/open-vm-tools#11.0.0-1.pkg.tar.xz modified: ts/ports/components/parallel/.md5sum modified: ts/ports/components/parallel/Pkgfile deleted: ts/ports/components/parallel/parallel#20190422-1.pkg.tar.xz new file: ts/ports/components/parallel/parallel#20190722-1.pkg.tar.xz modified: ts/ports/components/pidgin-otr/pidgin-otr#4.0.2-1.pkg.tar.xz modified: ts/ports/components/platform/platform#git-1.pkg.tar.xz modified: ts/ports/components/protobuf-c/.md5sum modified: ts/ports/components/protobuf-c/Pkgfile deleted: ts/ports/components/protobuf-c/protobuf-c#1.3.1-2.pkg.tar.xz new file: ts/ports/components/protobuf-c/protobuf-c#1.3.2-2.pkg.tar.xz modified: ts/ports/components/protobuf/.footprint modified: ts/ports/components/protobuf/.md5sum modified: ts/ports/components/protobuf/Pkgfile new file: ts/ports/components/protobuf/protobuf#3.10.0-1.pkg.tar.xz deleted: ts/ports/components/protobuf/protobuf#3.7.0-1.pkg.tar.xz modified: ts/ports/components/putty/.md5sum modified: ts/ports/components/putty/Pkgfile deleted: ts/ports/components/putty/putty#0.72-1.pkg.tar.xz new file: ts/ports/components/putty/putty#0.73-1.pkg.tar.xz modified: ts/ports/components/sane/.footprint modified: ts/ports/components/sane/.md5sum modified: ts/ports/components/sane/Pkgfile deleted: ts/ports/components/sane/sane#1.0.27-2.pkg.tar.xz new file: ts/ports/components/sane/sane#1.0.28-2.pkg.tar.xz modified: ts/ports/components/strongswan/.md5sum modified: ts/ports/components/strongswan/Pkgfile deleted: ts/ports/components/strongswan/strongswan#5.8.0-2.pkg.tar.xz new file: ts/ports/components/strongswan/strongswan#5.8.1-2.pkg.tar.xz modified: ts/ports/components/subversion/.footprint modified: ts/ports/components/subversion/.md5sum modified: ts/ports/components/subversion/Pkgfile deleted: ts/ports/components/subversion/ruby-frozen-nil.patch new file: ts/ports/components/subversion/subversion#1.12.2-1.pkg.tar.xz deleted: ts/ports/components/subversion/subversion#1.9.12-1.pkg.tar.xz deleted: ts/ports/components/subversion/subversion.rpath.fix.patch deleted: ts/ports/components/subversion/svn deleted: ts/ports/components/subversion/svnserve.conf deleted: ts/ports/components/subversion/svnserve.service deleted: ts/ports/components/subversion/svnserve.tmpfiles modified: ts/ports/components/system-config-printer/.md5sum modified: ts/ports/components/system-config-printer/Pkgfile deleted: ts/ports/components/system-config-printer/system-config-printer#1.5.11-1.pkg.tar.xz new file: ts/ports/components/system-config-printer/system-config-printer#1.5.12-1.pkg.tar.xz modified: ts/ports/components/texinfo/.footprint modified: ts/ports/components/texinfo/.md5sum modified: ts/ports/components/texinfo/Pkgfile deleted: ts/ports/components/texinfo/texinfo#6.6-1.pkg.tar.xz new file: ts/ports/components/texinfo/texinfo#6.7-1.pkg.tar.xz modified: ts/ports/components/unicode-character-database/Pkgfile renamed: ts/ports/components/unicode-character-database/unicode-character-database#12.0.0-1.pkg.tar.xz -> ts/ports/components/unicode-character-database/unicode-character-database#12.1.0-1.pkg.tar.xz modified: ts/ports/components/unicode-emoji/.md5sum modified: ts/ports/components/unicode-emoji/Pkgfile new file: ts/ports/components/unicode-emoji/unicode-emoji#11.0-1.pkg.tar.xz deleted: ts/ports/components/unicode-emoji/unicode-emoji#12.0-1.pkg.tar.xz modified: ts/ports/components/unshield/unshield#1.4.3-1.pkg.tar.xz modified: ts/ports/components/v4l-utils/.md5sum modified: ts/ports/components/v4l-utils/Pkgfile deleted: ts/ports/components/v4l-utils/v4l-utils#1.16.6-1.pkg.tar.xz new file: ts/ports/components/v4l-utils/v4l-utils#1.16.7-1.pkg.tar.xz modified: ts/ports/components/virglrenderer/.footprint modified: ts/ports/components/virglrenderer/.md5sum modified: ts/ports/components/virglrenderer/Pkgfile deleted: ts/ports/components/virglrenderer/virglrenderer#0.7.0-1.pkg.tar.xz new file: ts/ports/components/virglrenderer/virglrenderer#0.8.0-1.pkg.tar.xz modified: ts/ports/components/virt-viewer/Pkgfile modified: ts/ports/components/virt-viewer/virt-viewer#8.0-1.pkg.tar.xz modified: ts/ports/components/volumeicon/volumeicon#0.5.1-1.pkg.tar.xz modified: ts/ports/components/xtermcontrol/xtermcontrol#2.10-1.pkg.tar.xz modified: ts/ports/components/yelp-xsl/.md5sum modified: ts/ports/components/yelp-xsl/Pkgfile deleted: ts/ports/components/yelp-xsl/yelp-xsl#3.32.1-1.pkg.tar.xz new file: ts/ports/components/yelp-xsl/yelp-xsl#3.34.0-1.pkg.tar.xz modified: ts/ports/components/zarfy/zarfy#0.1.0-1.pkg.tar.xz modified: ts/ports/contrib/acpid/.md5sum modified: ts/ports/contrib/acpid/Pkgfile deleted: ts/ports/contrib/acpid/acpid#2.0.31-1.pkg.tar.xz new file: ts/ports/contrib/acpid/acpid#2.0.32-1.pkg.tar.xz modified: ts/ports/contrib/ant/.md5sum modified: ts/ports/contrib/ant/Pkgfile deleted: ts/ports/contrib/ant/ant#1.10.6-1.pkg.tar.xz new file: ts/ports/contrib/ant/ant#1.10.7-1.pkg.tar.xz modified: ts/ports/contrib/boost/.footprint modified: ts/ports/contrib/boost/.md5sum modified: ts/ports/contrib/boost/Pkgfile renamed: ts/ports/contrib/boost/boost#1.69.0-1.pkg.tar.xz -> ts/ports/contrib/boost/boost#1.71.0-1.pkg.tar.xz modified: ts/ports/contrib/docbook-dsssl/docbook-dsssl#1.79-6.pkg.tar.xz modified: ts/ports/contrib/docbook-sgml/docbook-sgml#4.5-6.pkg.tar.xz modified: ts/ports/contrib/enchant/.footprint modified: ts/ports/contrib/enchant/.md5sum modified: ts/ports/contrib/enchant/Pkgfile deleted: ts/ports/contrib/enchant/enchant#2.2.5-8.pkg.tar.xz new file: ts/ports/contrib/enchant/enchant#2.2.7-8.pkg.tar.xz modified: ts/ports/contrib/faac/faac#1.29.9.2-1.pkg.tar.xz modified: ts/ports/contrib/ffmpeg/.md5sum modified: ts/ports/contrib/ffmpeg/Pkgfile deleted: ts/ports/contrib/ffmpeg/ffmpeg#4.2-1.pkg.tar.xz new file: ts/ports/contrib/ffmpeg/ffmpeg#4.2.1-1.pkg.tar.xz modified: ts/ports/contrib/filezilla/.footprint modified: ts/ports/contrib/filezilla/.md5sum modified: ts/ports/contrib/filezilla/Pkgfile deleted: ts/ports/contrib/filezilla/filezilla#3.44.2-1.pkg.tar.xz new file: ts/ports/contrib/filezilla/filezilla#3.45.1-1.pkg.tar.xz modified: ts/ports/contrib/fribidi/.md5sum modified: ts/ports/contrib/fribidi/Pkgfile deleted: ts/ports/contrib/fribidi/fribidi#1.0.5-1.pkg.tar.xz new file: ts/ports/contrib/fribidi/fribidi#1.0.7-1.pkg.tar.xz modified: ts/ports/contrib/geany/.footprint modified: ts/ports/contrib/geany/.md5sum modified: ts/ports/contrib/geany/Pkgfile deleted: ts/ports/contrib/geany/geany#1.35-1.pkg.tar.xz new file: ts/ports/contrib/geany/geany#1.36-1.pkg.tar.xz modified: ts/ports/contrib/glib-networking/.md5sum modified: ts/ports/contrib/glib-networking/Pkgfile deleted: ts/ports/contrib/glib-networking/glib-networking#2.60.3-1.pkg.tar.xz new file: ts/ports/contrib/glib-networking/glib-networking#2.62.1-1.pkg.tar.xz modified: ts/ports/contrib/glslang/.md5sum modified: ts/ports/contrib/glslang/Pkgfile deleted: ts/ports/contrib/glslang/glslang#7.11.3214-2.pkg.tar.xz new file: ts/ports/contrib/glslang/glslang#7.12.3352-2.pkg.tar.xz modified: ts/ports/contrib/graphviz/Pkgfile deleted: ts/ports/contrib/graphviz/graphviz#2.40.1-1.pkg.tar.xz new file: ts/ports/contrib/graphviz/graphviz#2.42.2-1.pkg.tar.xz modified: ts/ports/contrib/gsl/.footprint modified: ts/ports/contrib/gsl/.md5sum modified: ts/ports/contrib/gsl/Pkgfile deleted: ts/ports/contrib/gsl/gsl#2.5-1.pkg.tar.xz new file: ts/ports/contrib/gsl/gsl#2.6-1.pkg.tar.xz modified: ts/ports/contrib/gst-libav/.md5sum modified: ts/ports/contrib/gst-libav/Pkgfile deleted: ts/ports/contrib/gst-libav/gst-libav#1.16.0-1.pkg.tar.xz new file: ts/ports/contrib/gst-libav/gst-libav#1.16.1-1.pkg.tar.xz modified: ts/ports/contrib/gst-plugins-good/.md5sum modified: ts/ports/contrib/gst-plugins-good/Pkgfile deleted: ts/ports/contrib/gst-plugins-good/gst-plugins-good#1.16.0-1.pkg.tar.xz new file: ts/ports/contrib/gst-plugins-good/gst-plugins-good#1.16.1-1.pkg.tar.xz modified: ts/ports/contrib/help2man/.md5sum modified: ts/ports/contrib/help2man/Pkgfile deleted: ts/ports/contrib/help2man/help2man#1.47.10-1.pkg.tar.xz new file: ts/ports/contrib/help2man/help2man#1.47.11-1.pkg.tar.xz modified: ts/ports/contrib/inkscape/Pkgfile modified: ts/ports/contrib/inkscape/inkscape#0.92.4-1.pkg.tar.xz modified: ts/ports/contrib/itstool/.md5sum modified: ts/ports/contrib/itstool/Pkgfile deleted: ts/ports/contrib/itstool/itstool#2.0.2-1.pkg.tar.xz new file: ts/ports/contrib/itstool/itstool#2.0.6-1.pkg.tar.xz modified: ts/ports/contrib/libdbi/libdbi#0.9.0-2.pkg.tar.xz modified: ts/ports/contrib/libdvdread/libdvdread#6.0.1-1.pkg.tar.xz modified: ts/ports/contrib/libedit/libedit#20190324-3.1-1.pkg.tar.xz modified: ts/ports/contrib/libfilezilla/.md5sum modified: ts/ports/contrib/libfilezilla/Pkgfile deleted: ts/ports/contrib/libfilezilla/libfilezilla#0.18.1-1.pkg.tar.xz new file: ts/ports/contrib/libfilezilla/libfilezilla#0.18.2-1.pkg.tar.xz modified: ts/ports/contrib/libmad/libmad#0.15.1b-4.pkg.tar.xz modified: ts/ports/contrib/libnet/libnet#1.1.6-2.pkg.tar.xz modified: ts/ports/contrib/libsamplerate/libsamplerate#0.1.9-1.pkg.tar.xz modified: ts/ports/contrib/libsoup/.footprint modified: ts/ports/contrib/libsoup/.md5sum modified: ts/ports/contrib/libsoup/Pkgfile deleted: ts/ports/contrib/libsoup/libsoup#2.66.2-1.pkg.tar.xz new file: ts/ports/contrib/libsoup/libsoup#2.68.2-1.pkg.tar.xz modified: ts/ports/contrib/libunwind/libunwind#1.3.1-1.pkg.tar.xz modified: ts/ports/contrib/macchanger/macchanger#1.7.0-2.pkg.tar.xz modified: ts/ports/contrib/medit/Pkgfile modified: ts/ports/contrib/medit/medit#1.2.0-1.pkg.tar.xz modified: ts/ports/contrib/mono/.md5sum modified: ts/ports/contrib/mono/Pkgfile renamed: ts/ports/contrib/mono/mono#6.0.0.319-1.pkg.tar.xz -> ts/ports/contrib/mono/mono#6.0.0.334-1.pkg.tar.xz modified: ts/ports/contrib/mtpaint/Pkgfile new file: ts/ports/contrib/mtpaint/mtpaint#3.40-git-201606.pkg.tar.xz deleted: ts/ports/contrib/mtpaint/mtpaint#3.49.12-git-201606.pkg.tar.xz modified: ts/ports/contrib/nmap/.footprint modified: ts/ports/contrib/nmap/.md5sum modified: ts/ports/contrib/nmap/Pkgfile deleted: ts/ports/contrib/nmap/nmap#7.70-1.pkg.tar.xz new file: ts/ports/contrib/nmap/nmap#7.80-1.pkg.tar.xz modified: ts/ports/contrib/nodejs/.footprint modified: ts/ports/contrib/nodejs/.md5sum modified: ts/ports/contrib/nodejs/Pkgfile renamed: ts/ports/opt/qemu/qemu#4.0.0-1.pkg.tar.xz -> ts/ports/contrib/nodejs/nodejs#12.12.0-3.pkg.tar.xz modified: ts/ports/contrib/ntfs-3g/ntfs-3g#2017.3.23-1.pkg.tar.xz modified: ts/ports/contrib/ntp/ntp#4.2.8p13-1.pkg.tar.xz new file: ts/ports/contrib/openjdk8/post-install modified: ts/ports/contrib/openresolv/.footprint modified: ts/ports/contrib/openresolv/.md5sum modified: ts/ports/contrib/openresolv/Pkgfile deleted: ts/ports/contrib/openresolv/openresolv#3.9.1-1.pkg.tar.xz new file: ts/ports/contrib/openresolv/openresolv#3.9.2-1.pkg.tar.xz modified: ts/ports/contrib/openvpn/openvpn#2.4.7-1.pkg.tar.xz modified: ts/ports/contrib/pcmanfm/pcmanfm#1.3.1-1.pkg.tar.xz modified: ts/ports/contrib/pidgin/pidgin#2.13.0-1.pkg.tar.xz modified: ts/ports/contrib/scrot/.md5sum modified: ts/ports/contrib/scrot/Pkgfile deleted: ts/ports/contrib/scrot/scrot#1.1.1-1.pkg.tar.xz new file: ts/ports/contrib/scrot/scrot#1.2-1.pkg.tar.xz modified: ts/ports/contrib/sdl_mixer/sdl_mixer#1.2.12-1.pkg.tar.xz modified: ts/ports/contrib/spice-gtk/.footprint modified: ts/ports/contrib/spice-gtk/Pkgfile modified: ts/ports/contrib/spice-gtk/spice-gtk#0.37-1.pkg.tar.xz modified: ts/ports/contrib/spice/spice#0.14.2-1.pkg.tar.xz modified: ts/ports/contrib/squashfs-tools/.md5sum modified: ts/ports/contrib/squashfs-tools/Pkgfile deleted: ts/ports/contrib/squashfs-tools/squashfs-tools#4.3-1.pkg.tar.xz new file: ts/ports/contrib/squashfs-tools/squashfs-tools#4.4-1.pkg.tar.xz modified: ts/ports/contrib/syslog-ng/.footprint modified: ts/ports/contrib/syslog-ng/.md5sum modified: ts/ports/contrib/syslog-ng/Pkgfile deleted: ts/ports/contrib/syslog-ng/syslog-ng#3.22.1-1.pkg.tar.xz new file: ts/ports/contrib/syslog-ng/syslog-ng#3.23.1-1.pkg.tar.xz modified: ts/ports/contrib/tftp-hpa/tftp-hpa#5.2-1.pkg.tar.xz modified: ts/ports/contrib/usb_modeswitch/usb_modeswitch#2.5.2-1.pkg.tar.xz modified: ts/ports/contrib/vala/.footprint modified: ts/ports/contrib/vala/.md5sum modified: ts/ports/contrib/vala/Pkgfile deleted: ts/ports/contrib/vala/vala#0.44.7-1.pkg.tar.xz new file: ts/ports/contrib/vala/vala#0.46.3-1.pkg.tar.xz modified: ts/ports/contrib/x11vnc/x11vnc#0.9.16-1.pkg.tar.xz modified: ts/ports/contrib/xscreensaver/xscreensaver#5.43-1.pkg.tar.xz modified: ts/ports/core/attr/attr#2.4.48-2.pkg.tar.xz modified: ts/ports/core/bc/bc#1.07.1-1.pkg.tar.xz modified: ts/ports/core/bison/.footprint modified: ts/ports/core/bison/.md5sum modified: ts/ports/core/bison/Pkgfile deleted: ts/ports/core/bison/bison#3.4.1-2.pkg.tar.xz new file: ts/ports/core/bison/bison#3.4.2-2.pkg.tar.xz modified: ts/ports/core/btrfs-progs/.md5sum modified: ts/ports/core/btrfs-progs/Pkgfile deleted: ts/ports/core/btrfs-progs/btrfs-progs#5.2.1-1.pkg.tar.xz new file: ts/ports/core/btrfs-progs/btrfs-progs#5.2.2-1.pkg.tar.xz modified: ts/ports/core/curl/.footprint modified: ts/ports/core/curl/.md5sum modified: ts/ports/core/curl/Pkgfile deleted: ts/ports/core/curl/curl#7.65.3-1.pkg.tar.xz new file: ts/ports/core/curl/curl#7.66.0-1.pkg.tar.xz modified: ts/ports/core/dcron/dcron#4.5-1.pkg.tar.xz modified: ts/ports/core/dhcpcd/.md5sum modified: ts/ports/core/dhcpcd/Pkgfile deleted: ts/ports/core/dhcpcd/dhcpcd#7.2.2-1.pkg.tar.xz new file: ts/ports/core/dhcpcd/dhcpcd#8.0.6-1.pkg.tar.xz modified: ts/ports/core/e2fsprogs/.md5sum modified: ts/ports/core/e2fsprogs/Pkgfile deleted: ts/ports/core/e2fsprogs/e2fsprogs#1.45.3-2.pkg.tar.xz new file: ts/ports/core/e2fsprogs/e2fsprogs#1.45.4-2.pkg.tar.xz modified: ts/ports/core/exim/.md5sum modified: ts/ports/core/exim/Pkgfile deleted: ts/ports/core/exim/exim#4.92.1-1.pkg.tar.xz new file: ts/ports/core/exim/exim#4.92.3-1.pkg.tar.xz modified: ts/ports/core/findutils/.footprint modified: ts/ports/core/findutils/.md5sum modified: ts/ports/core/findutils/Pkgfile deleted: ts/ports/core/findutils/findutils#4.6.0-1.pkg.tar.xz new file: ts/ports/core/findutils/findutils#4.7.0-1.pkg.tar.xz deleted: ts/ports/core/findutils/findutils-glibc-2.28.patch deleted: ts/ports/core/findutils/findutils-makedev.patch modified: ts/ports/core/flex/flex#2.6.4-2.pkg.tar.xz modified: ts/ports/core/gawk/.footprint modified: ts/ports/core/gawk/.md5sum modified: ts/ports/core/gawk/Pkgfile deleted: ts/ports/core/gawk/gawk#4.2.1-2.pkg.tar.xz new file: ts/ports/core/gawk/gawk#5.0.1-2.pkg.tar.xz modified: ts/ports/core/gcc/.footprint modified: ts/ports/core/gcc/.md5sum modified: ts/ports/core/gcc/Pkgfile renamed: ts/ports/core/gcc/gcc#9.1.0-1.pkg.tar.xz -> ts/ports/core/gcc/gcc#9.2.0-1.pkg.tar.xz modified: ts/ports/core/glibc/.footprint modified: ts/ports/core/glibc/.md5sum modified: ts/ports/core/glibc/Pkgfile deleted: ts/ports/core/glibc/glibc#2.29-1.pkg.tar.xz renamed: ts/ports/contrib/nodejs/nodejs#11.15.0-3.pkg.tar.xz -> ts/ports/core/glibc/glibc#2.30-1.pkg.tar.xz modified: ts/ports/core/iproute2/.footprint modified: ts/ports/core/iproute2/.md5sum modified: ts/ports/core/iproute2/Pkgfile deleted: ts/ports/core/iproute2/iproute2#5.2.0-1.pkg.tar.xz new file: ts/ports/core/iproute2/iproute2#5.3.0-1.pkg.tar.xz modified: ts/ports/core/iputils/iputils#git-1.pkg.tar.xz modified: ts/ports/core/libusb/.footprint modified: ts/ports/core/libusb/.md5sum modified: ts/ports/core/libusb/Pkgfile deleted: ts/ports/core/libusb/libusb#1.0.22-1.pkg.tar.xz new file: ts/ports/core/libusb/libusb#1.0.23-1.pkg.tar.xz modified: ts/ports/core/lvm2/Pkgfile deleted: ts/ports/core/lvm2/lvm2#2.02.185-1.pkg.tar.xz new file: ts/ports/core/lvm2/lvm2#2.02.186-1.pkg.tar.xz modified: ts/ports/core/man-db/.footprint modified: ts/ports/core/man-db/.md5sum modified: ts/ports/core/man-db/Pkgfile deleted: ts/ports/core/man-db/man-db#2.8.6.1-1.pkg.tar.xz new file: ts/ports/core/man-db/man-db#2.8.7-1.pkg.tar.xz modified: ts/ports/core/man-pages/.footprint modified: ts/ports/core/man-pages/.md5sum modified: ts/ports/core/man-pages/Pkgfile deleted: ts/ports/core/man-pages/man-pages#5.02-1.pkg.tar.xz new file: ts/ports/core/man-pages/man-pages#5.03-1.pkg.tar.xz modified: ts/ports/core/mlocate/mlocate#0.26-2.pkg.tar.xz modified: ts/ports/core/openssh/.md5sum modified: ts/ports/core/openssh/Pkgfile deleted: ts/ports/core/openssh/openssh#8.0p1-1.pkg.tar.xz new file: ts/ports/core/openssh/openssh#8.1p1-1.pkg.tar.xz modified: ts/ports/core/openssl/.footprint modified: ts/ports/core/openssl/.md5sum modified: ts/ports/core/openssl/Pkgfile deleted: ts/ports/core/openssl/openssl#1.1.1c-1.pkg.tar.xz new file: ts/ports/core/openssl/openssl#1.1.1d-1.pkg.tar.xz modified: ts/ports/core/pkg-config/pkg-config#0.29.2-1.pkg.tar.xz modified: ts/ports/core/ppp/ppp#2.4.7-4.pkg.tar.xz modified: ts/ports/core/prt-get/prt-get#5.19.3-1.pkg.tar.xz modified: ts/ports/core/rc/rc#2.26-1.pkg.tar.xz modified: ts/ports/core/sudo/sudo#1.8.28-1.pkg.tar.xz modified: ts/ports/core/sysvinit/sysvinit#2.95-1.pkg.tar.xz modified: ts/ports/core/tzdata/.md5sum modified: ts/ports/core/tzdata/Pkgfile deleted: ts/ports/core/tzdata/tzdata#2019b-1.pkg.tar.xz new file: ts/ports/core/tzdata/tzdata#2019c-1.pkg.tar.xz modified: ts/ports/core/usbutils/.md5sum modified: ts/ports/core/usbutils/Pkgfile deleted: ts/ports/core/usbutils/usbutils#010-2.pkg.tar.xz new file: ts/ports/core/usbutils/usbutils#012-2.pkg.tar.xz modified: ts/ports/core/vim/.footprint modified: ts/ports/core/vim/.md5sum modified: ts/ports/core/vim/Pkgfile deleted: ts/ports/core/vim/vim#8.1.1906-1.pkg.tar.xz new file: ts/ports/core/vim/vim#8.1.2102-1.pkg.tar.xz modified: ts/ports/core/zlib/zlib#1.2.11-2.pkg.tar.xz modified: ts/ports/core/zstd/.footprint modified: ts/ports/core/zstd/.md5sum modified: ts/ports/core/zstd/Pkgfile deleted: ts/ports/core/zstd/zstd#1.4.2-1.pkg.tar.xz new file: ts/ports/core/zstd/zstd#1.4.3-1.pkg.tar.xz modified: ts/ports/gnome/adwaita-icon-theme/.footprint modified: ts/ports/gnome/adwaita-icon-theme/.md5sum modified: ts/ports/gnome/adwaita-icon-theme/Pkgfile renamed: ts/ports/gnome/adwaita-icon-theme/adwaita-icon-theme#3.32.0-1.pkg.tar.xz -> ts/ports/gnome/adwaita-icon-theme/adwaita-icon-theme#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/at-spi2-core/.md5sum modified: ts/ports/gnome/at-spi2-core/Pkgfile deleted: ts/ports/gnome/at-spi2-core/at-spi2-core#2.32.1-1.pkg.tar.xz new file: ts/ports/gnome/at-spi2-core/at-spi2-core#2.34.0-1.pkg.tar.xz modified: ts/ports/gnome/atk/.footprint modified: ts/ports/gnome/atk/.md5sum modified: ts/ports/gnome/atk/Pkgfile deleted: ts/ports/gnome/atk/atk#2.32.0-1.pkg.tar.xz new file: ts/ports/gnome/atk/atk#2.34.1-1.pkg.tar.xz modified: ts/ports/gnome/cheese/.footprint modified: ts/ports/gnome/cheese/Pkgfile deleted: ts/ports/gnome/cheese/cheese#3.32.1-2.pkg.tar.xz new file: ts/ports/gnome/cheese/cheese#3.34.0-2.pkg.tar.xz new file: ts/ports/gnome/chromaprint/.footprint new file: ts/ports/gnome/chromaprint/.md5sum new file: ts/ports/gnome/chromaprint/Pkgfile new file: ts/ports/gnome/chromaprint/chromaprint#1.4.3-2.pkg.tar.xz modified: ts/ports/gnome/clutter-gtk/clutter-gtk#1.8.4-1.pkg.tar.xz modified: ts/ports/gnome/cogl/cogl#1.22.4-1.pkg.tar.xz modified: ts/ports/gnome/dconf/.md5sum modified: ts/ports/gnome/dconf/Pkgfile deleted: ts/ports/gnome/dconf/dconf#0.32.0-1.pkg.tar.xz new file: ts/ports/gnome/dconf/dconf#0.34.0-1.pkg.tar.xz modified: ts/ports/gnome/evince/evince#git-1.pkg.tar.xz modified: ts/ports/gnome/file-roller/.md5sum modified: ts/ports/gnome/file-roller/Pkgfile deleted: ts/ports/gnome/file-roller/file-roller#3.32.1-1.pkg.tar.xz new file: ts/ports/gnome/file-roller/file-roller#3.32.2-1.pkg.tar.xz modified: ts/ports/gnome/gamin/gamin#0.1.10-1.pkg.tar.xz modified: ts/ports/gnome/gcr/.md5sum modified: ts/ports/gnome/gcr/Pkgfile deleted: ts/ports/gnome/gcr/gcr#3.28.1-1.pkg.tar.xz new file: ts/ports/gnome/gcr/gcr#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/gdk-pixbuf/.footprint modified: ts/ports/gnome/gdk-pixbuf/.md5sum modified: ts/ports/gnome/gdk-pixbuf/Pkgfile deleted: ts/ports/gnome/gdk-pixbuf/gdk-pixbuf#2.38.1-1.pkg.tar.xz new file: ts/ports/gnome/gdk-pixbuf/gdk-pixbuf#2.40.0-1.pkg.tar.xz modified: ts/ports/gnome/gdl/.md5sum modified: ts/ports/gnome/gdl/Pkgfile deleted: ts/ports/gnome/gdl/gdl#3.28.0-1.pkg.tar.xz new file: ts/ports/gnome/gdl/gdl#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/glib/.footprint modified: ts/ports/gnome/glib/.md5sum modified: ts/ports/gnome/glib/Pkgfile deleted: ts/ports/gnome/glib/glib#2.60.6-1.pkg.tar.xz new file: ts/ports/gnome/glib/glib#2.62.1-1.pkg.tar.xz modified: ts/ports/gnome/glibmm/.footprint modified: ts/ports/gnome/glibmm/.md5sum modified: ts/ports/gnome/glibmm/Pkgfile deleted: ts/ports/gnome/glibmm/glibmm#2.60.0-1.pkg.tar.xz new file: ts/ports/gnome/glibmm/glibmm#2.62.0-1.pkg.tar.xz new file: ts/ports/gnome/gmime3/.footprint new file: ts/ports/gnome/gmime3/.md5sum new file: ts/ports/gnome/gmime3/Pkgfile new file: ts/ports/gnome/gmime3/gmime3#git-1.pkg.tar.xz modified: ts/ports/gnome/gmtk/gmtk#1.0.9-1.pkg.tar.xz modified: ts/ports/gnome/gnome-bluetooth/.footprint modified: ts/ports/gnome/gnome-bluetooth/.md5sum modified: ts/ports/gnome/gnome-bluetooth/Pkgfile deleted: ts/ports/gnome/gnome-bluetooth/gnome-bluetooth#3.32.1-1.pkg.tar.xz new file: ts/ports/gnome/gnome-bluetooth/gnome-bluetooth#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/gnome-control-center/.footprint modified: ts/ports/gnome/gnome-control-center/.md5sum modified: ts/ports/gnome/gnome-control-center/Pkgfile deleted: ts/ports/gnome/gnome-control-center/gnome-control-center#3.32.2-1.pkg.tar.xz new file: ts/ports/gnome/gnome-control-center/gnome-control-center#3.34.1-1.pkg.tar.xz modified: ts/ports/gnome/gnome-desktop/.footprint modified: ts/ports/gnome/gnome-desktop/.md5sum modified: ts/ports/gnome/gnome-desktop/Pkgfile deleted: ts/ports/gnome/gnome-desktop/gnome-desktop#3.32.2-1.pkg.tar.xz new file: ts/ports/gnome/gnome-desktop/gnome-desktop#3.34.1-1.pkg.tar.xz modified: ts/ports/gnome/gnome-disk-utility/.footprint modified: ts/ports/gnome/gnome-disk-utility/.md5sum modified: ts/ports/gnome/gnome-disk-utility/Pkgfile deleted: ts/ports/gnome/gnome-disk-utility/gnome-disk-utility#3.32.1-1.pkg.tar.xz new file: ts/ports/gnome/gnome-disk-utility/gnome-disk-utility#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/gnome-keyring/.footprint modified: ts/ports/gnome/gnome-keyring/.md5sum modified: ts/ports/gnome/gnome-keyring/Pkgfile deleted: ts/ports/gnome/gnome-keyring/gnome-keyring#3.31.91-1.pkg.tar.xz new file: ts/ports/gnome/gnome-keyring/gnome-keyring#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/gnome-mplayer/gnome-mplayer#1.0.9-1.pkg.tar.xz modified: ts/ports/gnome/gnome-online-accounts/.footprint modified: ts/ports/gnome/gnome-online-accounts/.md5sum modified: ts/ports/gnome/gnome-online-accounts/Pkgfile deleted: ts/ports/gnome/gnome-online-accounts/gnome-online-accounts#3.32.0-2.pkg.tar.xz new file: ts/ports/gnome/gnome-online-accounts/gnome-online-accounts#3.34.1-2.pkg.tar.xz modified: ts/ports/gnome/gnome-settings-daemon/.footprint modified: ts/ports/gnome/gnome-settings-daemon/.md5sum modified: ts/ports/gnome/gnome-settings-daemon/Pkgfile deleted: ts/ports/gnome/gnome-settings-daemon/gnome-settings-daemon#3.32.1-1.pkg.tar.xz new file: ts/ports/gnome/gnome-settings-daemon/gnome-settings-daemon#3.34.1-1.pkg.tar.xz new file: ts/ports/gnome/gom/.footprint new file: ts/ports/gnome/gom/.md5sum new file: ts/ports/gnome/gom/Pkgfile new file: ts/ports/gnome/gom/gom#git-2.pkg.tar.xz new file: ts/ports/gnome/grilo-plugins/.footprint new file: ts/ports/gnome/grilo-plugins/.md5sum new file: ts/ports/gnome/grilo-plugins/Pkgfile new file: ts/ports/gnome/grilo-plugins/grilo-plugins#git-1.pkg.tar.xz modified: ts/ports/gnome/grilo/.footprint modified: ts/ports/gnome/grilo/.md5sum modified: ts/ports/gnome/grilo/Pkgfile new file: ts/ports/gnome/grilo/grilo#0.3.10-1.pkg.tar.xz deleted: ts/ports/gnome/grilo/grilo#0.3.9-1.pkg.tar.xz modified: ts/ports/gnome/gsettings-desktop-schemas/.md5sum modified: ts/ports/gnome/gsettings-desktop-schemas/Pkgfile deleted: ts/ports/gnome/gsettings-desktop-schemas/gsettings-desktop-schemas#3.32.0-1.pkg.tar.xz new file: ts/ports/gnome/gsettings-desktop-schemas/gsettings-desktop-schemas#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/gspell/Pkgfile deleted: ts/ports/gnome/gspell/gspell#1.8.1-1.pkg.tar.xz new file: ts/ports/gnome/gspell/gspell#1.8.2-1.pkg.tar.xz modified: ts/ports/gnome/gtk-engines/gtk-engines#2.21.0-1.pkg.tar.xz modified: ts/ports/gnome/gtk-sharp/Pkgfile modified: ts/ports/gnome/gtk-theme-adwaita/.footprint modified: ts/ports/gnome/gtk-theme-adwaita/.md5sum modified: ts/ports/gnome/gtk-theme-adwaita/Pkgfile deleted: ts/ports/gnome/gtk-theme-adwaita/gtk-theme-adwaita#3.20-1.pkg.tar.xz new file: ts/ports/gnome/gtk-theme-adwaita/gtk-theme-adwaita#git-1.pkg.tar.xz modified: ts/ports/gnome/gtk3/.footprint modified: ts/ports/gnome/gtk3/.md5sum modified: ts/ports/gnome/gtk3/Pkgfile renamed: ts/ports/gnome/gtk3/gtk3#3.24.10-1.pkg.tar.xz -> ts/ports/gnome/gtk3/gtk3#3.24.12-1.pkg.tar.xz modified: ts/ports/gnome/gtkmm3/gtkmm3#3.24.1-1.pkg.tar.xz modified: ts/ports/gnome/gtksourceview/Pkgfile modified: ts/ports/gnome/gvfs/.md5sum modified: ts/ports/gnome/gvfs/Pkgfile deleted: ts/ports/gnome/gvfs/gvfs#1.40.2-1.pkg.tar.xz new file: ts/ports/gnome/gvfs/gvfs#1.42.1-1.pkg.tar.xz modified: ts/ports/gnome/libcroco/libcroco#0.6.13-1.pkg.tar.xz new file: ts/ports/gnome/libdmapsharing/.footprint new file: ts/ports/gnome/libdmapsharing/.md5sum new file: ts/ports/gnome/libdmapsharing/Pkgfile new file: ts/ports/gnome/libdmapsharing/libdmapsharing#git-2.pkg.tar.xz new file: ts/ports/gnome/libgee/.footprint new file: ts/ports/gnome/libgee/.md5sum new file: ts/ports/gnome/libgee/Pkgfile new file: ts/ports/gnome/libgee/libgee#git-1.pkg.tar.xz modified: ts/ports/gnome/libgweather/.footprint modified: ts/ports/gnome/libgweather/.md5sum modified: ts/ports/gnome/libgweather/Pkgfile deleted: ts/ports/gnome/libgweather/libgweather#3.32.2-1.pkg.tar.xz new file: ts/ports/gnome/libgweather/libgweather#3.34.0-1.pkg.tar.xz new file: ts/ports/gnome/libmediaart/.footprint new file: ts/ports/gnome/libmediaart/.md5sum new file: ts/ports/gnome/libmediaart/Pkgfile new file: ts/ports/gnome/libmediaart/libmediaart#git-1.pkg.tar.xz modified: ts/ports/gnome/libnotify/libnotify#0.7.8-1.pkg.tar.xz modified: ts/ports/gnome/libpeas/.footprint modified: ts/ports/gnome/libpeas/.md5sum modified: ts/ports/gnome/libpeas/Pkgfile deleted: ts/ports/gnome/libpeas/libpeas#1.22.0-1.pkg.tar.xz new file: ts/ports/gnome/libpeas/libpeas#1.24.0-1.pkg.tar.xz modified: ts/ports/gnome/libpwquality/.footprint modified: ts/ports/gnome/libpwquality/Pkgfile deleted: ts/ports/gnome/libpwquality/libpwquality#1.4.0-1.pkg.tar.xz new file: ts/ports/gnome/libpwquality/libpwquality#1.4.1-1.pkg.tar.xz modified: ts/ports/gnome/libsecret/.footprint modified: ts/ports/gnome/libsecret/.md5sum modified: ts/ports/gnome/libsecret/Pkgfile deleted: ts/ports/gnome/libsecret/libsecret#0.18.8-1.pkg.tar.xz new file: ts/ports/gnome/libsecret/libsecret#0.19.1-1.pkg.tar.xz modified: ts/ports/gnome/libxml2/.footprint modified: ts/ports/gnome/libxml2/libxml2#2.9.9-1.pkg.tar.xz modified: ts/ports/gnome/metacity/.md5sum modified: ts/ports/gnome/metacity/Pkgfile deleted: ts/ports/gnome/metacity/metacity#3.32.0-1.pkg.tar.xz new file: ts/ports/gnome/metacity/metacity#3.34.0-1.pkg.tar.xz modified: ts/ports/gnome/mobile-broadband-provider-info/Pkgfile deleted: ts/ports/gnome/mobile-broadband-provider-info/mobile-broadband-provider-info#20190116-1.pkg.tar.xz new file: ts/ports/gnome/mobile-broadband-provider-info/mobile-broadband-provider-info#20190618-1.pkg.tar.xz modified: ts/ports/gnome/networkmanager/.footprint modified: ts/ports/gnome/networkmanager/.md5sum modified: ts/ports/gnome/networkmanager/Pkgfile deleted: ts/ports/gnome/networkmanager/networkmanager#1.20.0-1.pkg.tar.xz new file: ts/ports/gnome/networkmanager/networkmanager#1.20.4-1.pkg.tar.xz modified: ts/ports/gnome/pango/Pkgfile deleted: ts/ports/gnome/pango/pango#1.44.5-1.pkg.tar.xz new file: ts/ports/gnome/pango/pango#1.44.6+2-1.pkg.tar.xz modified: ts/ports/gnome/pycairo/Pkgfile modified: ts/ports/gnome/pycairo/pycairo#1.17.0-1.pkg.tar.xz modified: ts/ports/gnome/shared-mime-info/.footprint modified: ts/ports/gnome/shared-mime-info/.md5sum modified: ts/ports/gnome/shared-mime-info/Pkgfile deleted: ts/ports/gnome/shared-mime-info/shared-mime-info#1.12-1.pkg.tar.xz new file: ts/ports/gnome/shared-mime-info/shared-mime-info#1.14-1.pkg.tar.xz modified: ts/ports/gnome/totem-pl-parser/.footprint modified: ts/ports/gnome/totem-pl-parser/.md5sum modified: ts/ports/gnome/totem-pl-parser/Pkgfile deleted: ts/ports/gnome/totem-pl-parser/totem-pl-parser#3.10.6-1.pkg.tar.xz new file: ts/ports/gnome/totem-pl-parser/totem-pl-parser#3.26.3-1.pkg.tar.xz modified: ts/ports/gnome/totem/.footprint modified: ts/ports/gnome/totem/.md5sum modified: ts/ports/gnome/totem/Pkgfile deleted: ts/ports/gnome/totem/totem#3.32.1-1.pkg.tar.xz new file: ts/ports/gnome/totem/totem#3.34.1-1.pkg.tar.xz modified: ts/ports/gnome/zenity/zenity#3.32.0-1.pkg.tar.xz modified: ts/ports/kernel-modules/VERSION modified: ts/ports/kernel-modules/bbswitch/.footprint modified: ts/ports/kernel-modules/bbswitch/bbswitch#0.8-1.pkg.tar.xz modified: ts/ports/kernel-modules/kernel-TS/.footprint modified: ts/ports/kernel-modules/kernel-TS/.md5sum modified: ts/ports/kernel-modules/kernel-TS/kernel-TS#1-1.pkg.tar.xz modified: ts/ports/kernel-modules/macbook12-spi-driver/.footprint modified: ts/ports/kernel-modules/macbook12-spi-driver/macbook12-spi-driver#git-1.pkg.tar.xz modified: ts/ports/nocache/clang/.footprint new file: ts/ports/nocache/clang/.gitignore modified: ts/ports/nocache/clang/.md5sum modified: ts/ports/nocache/clang/Pkgfile modified: ts/ports/nocache/go/.footprint modified: ts/ports/nocache/go/Pkgfile modified: ts/ports/nocache/gst-plugins-ugly/.footprint modified: ts/ports/opt/alsa-lib/alsa-lib#1.1.9-1.pkg.tar.xz modified: ts/ports/opt/alsa-plugins/.footprint modified: ts/ports/opt/alsa-plugins/alsa-plugins#1.1.9-1.pkg.tar.xz modified: ts/ports/opt/alsa-utils/alsa-utils#1.1.9-1.pkg.tar.xz modified: ts/ports/opt/apache/.md5sum modified: ts/ports/opt/apache/Pkgfile deleted: ts/ports/opt/apache/apache#2.4.39-1.pkg.tar.xz new file: ts/ports/opt/apache/apache#2.4.41-1.pkg.tar.xz modified: ts/ports/opt/apr/apr#1.7.0-1.pkg.tar.xz modified: ts/ports/opt/bluez/.footprint modified: ts/ports/opt/bluez/.md5sum modified: ts/ports/opt/bluez/Pkgfile deleted: ts/ports/opt/bluez/bluez#5.50-2.pkg.tar.xz new file: ts/ports/opt/bluez/bluez#5.51-2.pkg.tar.xz modified: ts/ports/opt/cmake/.md5sum modified: ts/ports/opt/cmake/Pkgfile deleted: ts/ports/opt/cmake/cmake#3.15.1-1.pkg.tar.xz new file: ts/ports/opt/cmake/cmake#3.15.4-1.pkg.tar.xz modified: ts/ports/opt/conky/.footprint modified: ts/ports/opt/conky/.md5sum modified: ts/ports/opt/conky/Pkgfile deleted: ts/ports/opt/conky/conky#1.11.4-1.pkg.tar.xz new file: ts/ports/opt/conky/conky#1.11.5-1.pkg.tar.xz modified: ts/ports/opt/cryptsetup/.footprint modified: ts/ports/opt/cryptsetup/.md5sum modified: ts/ports/opt/cryptsetup/Pkgfile deleted: ts/ports/opt/cryptsetup/cryptsetup#2.1.0-1.pkg.tar.xz new file: ts/ports/opt/cryptsetup/cryptsetup#2.2.1-1.pkg.tar.xz modified: ts/ports/opt/cups-filters/.md5sum modified: ts/ports/opt/cups-filters/Pkgfile new file: ts/ports/opt/cups-filters/cups-filters#1.25.11-1.pkg.tar.xz deleted: ts/ports/opt/cups-filters/cups-filters#1.25.4-1.pkg.tar.xz modified: ts/ports/opt/cups/cups#2.3.0-1.pkg.tar.xz modified: ts/ports/opt/desktop-file-utils/desktop-file-utils#0.24-1.pkg.tar.xz modified: ts/ports/opt/elfutils/.footprint modified: ts/ports/opt/elfutils/.md5sum modified: ts/ports/opt/elfutils/Pkgfile deleted: ts/ports/opt/elfutils/elfutils#0.176-1.pkg.tar.xz new file: ts/ports/opt/elfutils/elfutils#0.177-1.pkg.tar.xz modified: ts/ports/opt/expat/.footprint modified: ts/ports/opt/expat/.md5sum modified: ts/ports/opt/expat/Pkgfile deleted: ts/ports/opt/expat/expat#2.2.7-1.pkg.tar.xz new file: ts/ports/opt/expat/expat#2.2.9-1.pkg.tar.xz modified: ts/ports/opt/fakeroot/.md5sum modified: ts/ports/opt/fakeroot/Pkgfile deleted: ts/ports/opt/fakeroot/fakeroot#1.23-1.pkg.tar.xz new file: ts/ports/opt/fakeroot/fakeroot#1.24-1.pkg.tar.xz modified: ts/ports/opt/freeglut/.footprint modified: ts/ports/opt/freeglut/.md5sum modified: ts/ports/opt/freeglut/Pkgfile deleted: ts/ports/opt/freeglut/freeglut#3.0.0-1.pkg.tar.xz new file: ts/ports/opt/freeglut/freeglut#3.2.1-1.pkg.tar.xz modified: ts/ports/opt/freetype/freetype#2.10.1-1.pkg.tar.xz modified: ts/ports/opt/fuse3/.footprint modified: ts/ports/opt/fuse3/.md5sum modified: ts/ports/opt/fuse3/Pkgfile deleted: ts/ports/opt/fuse3/fuse3#3.6.2-1.pkg.tar.xz new file: ts/ports/opt/fuse3/fuse3#3.7.0-1.pkg.tar.xz modified: ts/ports/opt/gdb/.md5sum modified: ts/ports/opt/gdb/Pkgfile deleted: ts/ports/opt/gdb/gdb#8.3-1.pkg.tar.xz new file: ts/ports/opt/gdb/gdb#8.3.1-1.pkg.tar.xz modified: ts/ports/opt/git/.footprint modified: ts/ports/opt/git/.md5sum modified: ts/ports/opt/git/Pkgfile deleted: ts/ports/opt/git/git#2.22.0-1.pkg.tar.xz new file: ts/ports/opt/git/git#2.23.0-1.pkg.tar.xz modified: ts/ports/opt/gnutls/.footprint modified: ts/ports/opt/gnutls/.md5sum modified: ts/ports/opt/gnutls/Pkgfile new file: ts/ports/opt/gnutls/gnutls#3.6.10-1.pkg.tar.xz deleted: ts/ports/opt/gnutls/gnutls#3.6.9-1.pkg.tar.xz modified: ts/ports/opt/gobject-introspection/.footprint modified: ts/ports/opt/gobject-introspection/.md5sum modified: ts/ports/opt/gobject-introspection/Pkgfile deleted: ts/ports/opt/gobject-introspection/gobject-introspection#1.60.2-1.pkg.tar.xz new file: ts/ports/opt/gobject-introspection/gobject-introspection#1.62.0-1.pkg.tar.xz modified: ts/ports/opt/gperf/gperf#3.1-1.pkg.tar.xz modified: ts/ports/opt/gst-plugins-base/.footprint modified: ts/ports/opt/gst-plugins-base/.md5sum modified: ts/ports/opt/gst-plugins-base/Pkgfile deleted: ts/ports/opt/gst-plugins-base/gst-plugins-base#1.16.0-1.pkg.tar.xz new file: ts/ports/opt/gst-plugins-base/gst-plugins-base#1.16.1-1.pkg.tar.xz modified: ts/ports/opt/gstreamer/.footprint modified: ts/ports/opt/gstreamer/.md5sum modified: ts/ports/opt/gstreamer/Pkgfile deleted: ts/ports/opt/gstreamer/gstreamer#1.16.0-1.pkg.tar.xz new file: ts/ports/opt/gstreamer/gstreamer#1.16.1-1.pkg.tar.xz modified: ts/ports/opt/gutenprint/.footprint modified: ts/ports/opt/gutenprint/.md5sum modified: ts/ports/opt/gutenprint/Pkgfile deleted: ts/ports/opt/gutenprint/gutenprint#5.3.1-1.pkg.tar.xz new file: ts/ports/opt/gutenprint/gutenprint#5.3.3-1.pkg.tar.xz modified: ts/ports/opt/harfbuzz/.footprint modified: ts/ports/opt/harfbuzz/.md5sum modified: ts/ports/opt/harfbuzz/Pkgfile deleted: ts/ports/opt/harfbuzz/harfbuzz#2.5.3-1.pkg.tar.xz new file: ts/ports/opt/harfbuzz/harfbuzz#2.6.2-1.pkg.tar.xz modified: ts/ports/opt/iso-codes/.footprint modified: ts/ports/opt/iso-codes/.md5sum modified: ts/ports/opt/iso-codes/Pkgfile deleted: ts/ports/opt/iso-codes/iso-codes#1.0-1.pkg.tar.xz new file: ts/ports/opt/iso-codes/iso-codes#git-1.pkg.tar.xz new file: ts/ports/opt/iso-codes/iso-codes-1.0.tar.bz2 modified: ts/ports/opt/libaio/libaio#0.3.112-1.pkg.tar.xz modified: ts/ports/opt/libassuan/libassuan#2.5.3-1.pkg.tar.xz new file: ts/ports/opt/libclang/.footprint new file: ts/ports/opt/libclang/.md5sum new file: ts/ports/opt/libclang/Pkgfile new file: ts/ports/opt/libclang/libclang#9.0.0-1.pkg.tar.xz modified: ts/ports/opt/libevent/.footprint modified: ts/ports/opt/libevent/.md5sum modified: ts/ports/opt/libevent/Pkgfile deleted: ts/ports/opt/libevent/libevent#2.1.10-1.pkg.tar.xz new file: ts/ports/opt/libevent/libevent#2.1.11-1.pkg.tar.xz modified: ts/ports/opt/libgcrypt/.footprint modified: ts/ports/opt/libgcrypt/.md5sum modified: ts/ports/opt/libgcrypt/Pkgfile deleted: ts/ports/opt/libgcrypt/libgcrypt#1.8.4-1.pkg.tar.xz new file: ts/ports/opt/libgcrypt/libgcrypt#1.8.5-1.pkg.tar.xz modified: ts/ports/opt/libjpeg-turbo/.md5sum modified: ts/ports/opt/libjpeg-turbo/Pkgfile deleted: ts/ports/opt/libjpeg-turbo/libjpeg-turbo#2.0.2-1.pkg.tar.xz new file: ts/ports/opt/libjpeg-turbo/libjpeg-turbo#2.0.3-1.pkg.tar.xz modified: ts/ports/opt/libogg/.footprint modified: ts/ports/opt/libogg/.md5sum modified: ts/ports/opt/libogg/Pkgfile deleted: ts/ports/opt/libogg/libogg#1.3.3-1.pkg.tar.xz new file: ts/ports/opt/libogg/libogg#1.3.4-1.pkg.tar.xz modified: ts/ports/opt/libpcap/.footprint modified: ts/ports/opt/libpcap/.md5sum modified: ts/ports/opt/libpcap/Pkgfile deleted: ts/ports/opt/libpcap/libpcap#1.9.0-1.pkg.tar.xz new file: ts/ports/opt/libpcap/libpcap#1.9.1-1.pkg.tar.xz modified: ts/ports/opt/libpng/libpng#1.6.37-1.pkg.tar.xz modified: ts/ports/opt/libsdl/libsdl#1.2.15-3.pkg.tar.xz modified: ts/ports/opt/libsndfile/libsndfile#1.0.28-1.pkg.tar.xz modified: ts/ports/opt/libva/libva#2.5.0-1.pkg.tar.xz modified: ts/ports/opt/libvorbis/libvorbis#1.3.6-1.pkg.tar.xz modified: ts/ports/opt/libwnck/libwnck#2.31.0-1.pkg.tar.xz modified: ts/ports/opt/libxkbcommon/libxkbcommon#0.8.4-1.pkg.tar.xz modified: ts/ports/opt/libxklavier/libxklavier#5.4-1.pkg.tar.xz modified: ts/ports/opt/llvm/.footprint modified: ts/ports/opt/llvm/.md5sum modified: ts/ports/opt/llvm/Pkgfile renamed: ts/ports/opt/llvm/llvm#8.0.1-2.pkg.tar.xz -> ts/ports/opt/llvm/llvm#9.0.0-2.pkg.tar.xz modified: ts/ports/opt/meson/.footprint modified: ts/ports/opt/meson/.md5sum modified: ts/ports/opt/meson/Pkgfile deleted: ts/ports/opt/meson/meson#0.51.1-1.pkg.tar.xz new file: ts/ports/opt/meson/meson#0.52.0-1.pkg.tar.xz modified: ts/ports/opt/meson/ts-meson modified: ts/ports/opt/mpg123/.footprint modified: ts/ports/opt/mpg123/.md5sum modified: ts/ports/opt/mpg123/Pkgfile deleted: ts/ports/opt/mpg123/mpg123#1.25.11-1.pkg.tar.xz new file: ts/ports/opt/mpg123/mpg123#1.25.12-1.pkg.tar.xz modified: ts/ports/opt/mplayer/mplayer#2019-02-14-1.pkg.tar.xz modified: ts/ports/opt/mtools/mtools#4.0.23-1.pkg.tar.xz modified: ts/ports/opt/mupdf/.md5sum modified: ts/ports/opt/mupdf/Pkgfile renamed: ts/ports/opt/mupdf/mupdf#1.16.0-1.pkg.tar.xz -> ts/ports/opt/mupdf/mupdf#1.16.1-1.pkg.tar.xz modified: ts/ports/opt/mutt/.md5sum modified: ts/ports/opt/mutt/Pkgfile deleted: ts/ports/opt/mutt/mutt#1.12.1-1.pkg.tar.xz new file: ts/ports/opt/mutt/mutt#1.12.2-1.pkg.tar.xz modified: ts/ports/opt/mysql/mysql#5.7.27-1.pkg.tar.xz modified: ts/ports/opt/nano/.md5sum modified: ts/ports/opt/nano/Pkgfile deleted: ts/ports/opt/nano/nano#4.3-1.pkg.tar.xz new file: ts/ports/opt/nano/nano#4.5-1.pkg.tar.xz modified: ts/ports/opt/nfs-utils/nfs-utils#2.4.1-1.pkg.tar.xz modified: ts/ports/opt/nspr/.md5sum modified: ts/ports/opt/nspr/Pkgfile deleted: ts/ports/opt/nspr/nspr#4.21-1.pkg.tar.xz new file: ts/ports/opt/nspr/nspr#4.22-1.pkg.tar.xz modified: ts/ports/opt/nss/.md5sum modified: ts/ports/opt/nss/Pkgfile deleted: ts/ports/opt/nss/nss#3.45-1.pkg.tar.xz new file: ts/ports/opt/nss/nss#3.46.1-1.pkg.tar.xz modified: ts/ports/opt/orc/.footprint modified: ts/ports/opt/orc/.md5sum modified: ts/ports/opt/orc/Pkgfile deleted: ts/ports/opt/orc/orc#0.4.29-1.pkg.tar.xz new file: ts/ports/opt/orc/orc#0.4.30-1.pkg.tar.xz modified: ts/ports/opt/parted/.footprint modified: ts/ports/opt/parted/.md5sum modified: ts/ports/opt/parted/Pkgfile deleted: ts/ports/opt/parted/parted#3.2-2.pkg.tar.xz new file: ts/ports/opt/parted/parted#3.3-2.pkg.tar.xz modified: ts/ports/opt/pinentry/pinentry#1.1.0-1.pkg.tar.xz modified: ts/ports/opt/pip3/.footprint modified: ts/ports/opt/pip3/pip3#pip-1.pkg.tar.xz modified: ts/ports/opt/poppler/.footprint modified: ts/ports/opt/poppler/.md5sum modified: ts/ports/opt/poppler/Pkgfile deleted: ts/ports/opt/poppler/poppler#0.79.0-1.pkg.tar.xz new file: ts/ports/opt/poppler/poppler#0.80.0-1.pkg.tar.xz modified: ts/ports/opt/pulseaudio/.footprint modified: ts/ports/opt/pulseaudio/.md5sum modified: ts/ports/opt/pulseaudio/Pkgfile deleted: ts/ports/opt/pulseaudio/pulseaudio#12.2-2.pkg.tar.xz new file: ts/ports/opt/pulseaudio/pulseaudio#13.0-2.pkg.tar.xz modified: ts/ports/opt/qemu/.footprint modified: ts/ports/opt/qemu/.md5sum modified: ts/ports/opt/qemu/Pkgfile renamed: ts/ports/xorg/mesa3d/mesa3d#19.1.4-1.pkg.tar.xz -> ts/ports/opt/qemu/qemu#4.1.0-1.pkg.tar.xz modified: ts/ports/opt/qpdf/.footprint modified: ts/ports/opt/qpdf/.md5sum modified: ts/ports/opt/qpdf/Pkgfile deleted: ts/ports/opt/qpdf/qpdf#8.4.2-1.pkg.tar.xz new file: ts/ports/opt/qpdf/qpdf#9.0.2-1.pkg.tar.xz modified: ts/ports/opt/qt5/qt5#5.12.4-2.pkg.tar.xz modified: ts/ports/opt/ruby/.footprint modified: ts/ports/opt/ruby/.md5sum modified: ts/ports/opt/ruby/Pkgfile deleted: ts/ports/opt/ruby/ruby#2.6.3-1.pkg.tar.xz new file: ts/ports/opt/ruby/ruby#2.6.5-1.pkg.tar.xz modified: ts/ports/opt/scons/.footprint modified: ts/ports/opt/scons/.md5sum modified: ts/ports/opt/scons/Pkgfile deleted: ts/ports/opt/scons/scons#3.1.0-1.pkg.tar.xz new file: ts/ports/opt/scons/scons#3.1.1-1.pkg.tar.xz modified: ts/ports/opt/screen/.footprint modified: ts/ports/opt/screen/.md5sum modified: ts/ports/opt/screen/Pkgfile deleted: ts/ports/opt/screen/screen#4.6.2-2.pkg.tar.xz new file: ts/ports/opt/screen/screen#4.7.0-2.pkg.tar.xz modified: ts/ports/opt/serf/.footprint modified: ts/ports/opt/serf/.md5sum modified: ts/ports/opt/serf/Pkgfile new file: ts/ports/opt/serf/scons-python3.patch deleted: ts/ports/opt/serf/serf#1.3.9-1.pkg.tar.xz new file: ts/ports/opt/serf/serf#1.3.9-4.pkg.tar.xz modified: ts/ports/opt/setuptools2/.footprint modified: ts/ports/opt/setuptools2/setuptools2#pip-1.pkg.tar.xz modified: ts/ports/opt/setuptools3/.footprint modified: ts/ports/opt/setuptools3/setuptools3#pip-1.pkg.tar.xz modified: ts/ports/opt/speexdsp/.footprint modified: ts/ports/opt/speexdsp/.md5sum modified: ts/ports/opt/speexdsp/Pkgfile new file: ts/ports/opt/speexdsp/speexdsp#1.2.0-1.pkg.tar.xz deleted: ts/ports/opt/speexdsp/speexdsp#1.2rc3-1.pkg.tar.xz modified: ts/ports/opt/strace/.md5sum modified: ts/ports/opt/strace/Pkgfile deleted: ts/ports/opt/strace/strace#5.2-1.pkg.tar.xz new file: ts/ports/opt/strace/strace#5.3-1.pkg.tar.xz modified: ts/ports/opt/swig/.footprint modified: ts/ports/opt/swig/.md5sum modified: ts/ports/opt/swig/Pkgfile deleted: ts/ports/opt/swig/swig#4.0.0-1.pkg.tar.xz new file: ts/ports/opt/swig/swig#4.0.1-1.pkg.tar.xz modified: ts/ports/opt/systemd/.footprint modified: ts/ports/opt/systemd/.md5sum modified: ts/ports/opt/systemd/Pkgfile deleted: ts/ports/opt/systemd/systemd#242-2.pkg.tar.xz new file: ts/ports/opt/systemd/systemd#243-2.pkg.tar.xz modified: ts/ports/opt/tcpdump/.md5sum modified: ts/ports/opt/tcpdump/Pkgfile deleted: ts/ports/opt/tcpdump/tcpdump#4.9.2-1.pkg.tar.xz new file: ts/ports/opt/tcpdump/tcpdump#4.9.3-1.pkg.tar.xz modified: ts/ports/opt/tevent/tevent#0.10.0-1.pkg.tar.xz modified: ts/ports/opt/upower/.footprint modified: ts/ports/opt/upower/.md5sum modified: ts/ports/opt/upower/Pkgfile deleted: ts/ports/opt/upower/upower#0.99.10-1.pkg.tar.xz new file: ts/ports/opt/upower/upower#git-1.pkg.tar.xz modified: ts/ports/opt/vte3/Pkgfile deleted: ts/ports/opt/vte3/vte3#0.56.3-1.pkg.tar.xz new file: ts/ports/opt/vte3/vte3#0.58.2-1.pkg.tar.xz modified: ts/ports/opt/whois/.md5sum modified: ts/ports/opt/whois/Pkgfile deleted: ts/ports/opt/whois/whois#5.5.1-1.pkg.tar.xz new file: ts/ports/opt/whois/whois#5.5.2-1.pkg.tar.xz modified: ts/ports/opt/wine/.footprint modified: ts/ports/opt/wine/.md5sum modified: ts/ports/opt/wine/Pkgfile renamed: ts/ports/opt/wine/wine#4.13-1.pkg.tar.xz -> ts/ports/opt/wine/wine#4.17-1.pkg.tar.xz modified: ts/ports/opt/wine_gecko/Pkgfile renamed: ts/ports/opt/wine_gecko/wine_gecko#3.7-1.pkg.tar.xz -> ts/ports/opt/wine_gecko/wine_gecko#2.47-1.pkg.tar.xz modified: ts/ports/opt/wireshark/.footprint modified: ts/ports/opt/wireshark/.md5sum modified: ts/ports/opt/wireshark/Pkgfile renamed: ts/ports/opt/wireshark/wireshark#3.0.3-1.pkg.tar.xz -> ts/ports/opt/wireshark/wireshark#3.0.5-1.pkg.tar.xz modified: ts/ports/opt/wpa_supplicant/wpa_supplicant#2.9-1.pkg.tar.xz modified: ts/ports/opt/xfsprogs/.md5sum modified: ts/ports/opt/xfsprogs/Pkgfile deleted: ts/ports/opt/xfsprogs/xfsprogs#5.2.0-1.pkg.tar.xz new file: ts/ports/opt/xfsprogs/xfsprogs#5.2.1-1.pkg.tar.xz modified: ts/ports/opt/xterm/.md5sum modified: ts/ports/opt/xterm/Pkgfile deleted: ts/ports/opt/xterm/xterm#325-1.pkg.tar.xz new file: ts/ports/opt/xterm/xterm#349-1.pkg.tar.xz deleted: ts/ports/relegated/pycairo/.footprint deleted: ts/ports/relegated/pycairo/Pkgfile modified: ts/ports/xorg-opt/colord/colord#1.4.4-1.pkg.tar.xz modified: ts/ports/xorg-opt/libevdev/.md5sum modified: ts/ports/xorg-opt/libevdev/Pkgfile deleted: ts/ports/xorg-opt/libevdev/libevdev#1.7.0-1.pkg.tar.xz new file: ts/ports/xorg-opt/libevdev/libevdev#1.8.0-1.pkg.tar.xz modified: ts/ports/xorg-opt/modemmanager/.md5sum modified: ts/ports/xorg-opt/modemmanager/Pkgfile deleted: ts/ports/xorg-opt/modemmanager/modemmanager#1.10.4-1.pkg.tar.xz new file: ts/ports/xorg-opt/modemmanager/modemmanager#1.10.6-1.pkg.tar.xz modified: ts/ports/xorg-opt/p11-kit/.md5sum modified: ts/ports/xorg-opt/p11-kit/Pkgfile deleted: ts/ports/xorg-opt/p11-kit/p11-kit#0.23.16.1-1.pkg.tar.xz new file: ts/ports/xorg-opt/p11-kit/p11-kit#0.23.18.1-1.pkg.tar.xz modified: ts/ports/xorg/appstream/.footprint modified: ts/ports/xorg/appstream/.md5sum modified: ts/ports/xorg/appstream/Pkgfile deleted: ts/ports/xorg/appstream/appstream#0.12.8-1.pkg.tar.xz new file: ts/ports/xorg/appstream/appstream#0.12.9-1.pkg.tar.xz modified: ts/ports/xorg/libglvnd/.footprint modified: ts/ports/xorg/libglvnd/.md5sum modified: ts/ports/xorg/libglvnd/Pkgfile deleted: ts/ports/xorg/libglvnd/libglvnd#1.1.1-1.pkg.tar.xz new file: ts/ports/xorg/libglvnd/libglvnd#1.2.0-1.pkg.tar.xz modified: ts/ports/xorg/libinput/.footprint modified: ts/ports/xorg/libinput/.md5sum modified: ts/ports/xorg/libinput/Pkgfile deleted: ts/ports/xorg/libinput/libinput#1.14.0-1.pkg.tar.xz new file: ts/ports/xorg/libinput/libinput#1.14.1-1.pkg.tar.xz modified: ts/ports/xorg/libvdpau/.footprint modified: ts/ports/xorg/libvdpau/.md5sum modified: ts/ports/xorg/libvdpau/Pkgfile deleted: ts/ports/xorg/libvdpau/libvdpau#1.2-1.pkg.tar.xz new file: ts/ports/xorg/libvdpau/libvdpau#1.3-1.pkg.tar.xz modified: ts/ports/xorg/mesa3d/.md5sum modified: ts/ports/xorg/mesa3d/Pkgfile new file: ts/ports/xorg/mesa3d/mesa3d#19.2.1-1.pkg.tar.xz modified: ts/ports/xorg/xkeyboard-config/xkeyboard-config#2.27-1.pkg.tar.xz modified: ts/ports/xorg/xorg-font-bitstream-speedo/xorg-font-bitstream-speedo#1.0.2-1.pkg.tar.xz modified: ts/ports/xorg/xorg-font-bitstream-type1/xorg-font-bitstream-type1#1.0.3-1.pkg.tar.xz modified: ts/ports/xorg/xorg-imake/xorg-imake#1.0.8-1.pkg.tar.xz modified: ts/ports/xorg/xorg-libx11/.footprint modified: ts/ports/xorg/xorg-libx11/.md5sum modified: ts/ports/xorg/xorg-libx11/Pkgfile deleted: ts/ports/xorg/xorg-libx11/xorg-libx11#1.6.8-1.pkg.tar.xz new file: ts/ports/xorg/xorg-libx11/xorg-libx11#1.6.9-1.pkg.tar.xz modified: ts/ports/xorg/xorg-xfontsel/xorg-xfontsel#1.0.6-1.pkg.tar.xz modified: ts/ports/xorg/xorg-xorgproto/.footprint modified: ts/ports/xorg/xorg-xorgproto/xorg-xorgproto#git-1.pkg.tar.xz modified: ts/unwind_cache/gdk-pixbuf.turbo new file: ts/unwind_cache/grilo.turbo modified: ts/unwind_cache/icewm.turbo new file: ts/unwind_cache/libpeas.turbo modified: ts/unwind_cache/libxml2-python.turbo modified: ts/unwind_cache/lprng.turbo modified: ts/wind_cache/gdk-pixbuf.turbo new file: ts/wind_cache/grilo.turbo modified: ts/wind_cache/icewm.turbo new file: ts/wind_cache/libpeas.turbo modified: ts/wind_cache/lprng.turbo
ghost
pushed a commit
that referenced
this pull request
Oct 26, 2019
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>
ghost
pushed a commit
that referenced
this pull request
Nov 2, 2019
Support Extended Key ID for Individually Addressed Frames from IEEE 802.11 - 2016 CD4E . 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>
ghost
pushed a commit
that referenced
this pull request
Nov 6, 2019
The path returned by get_persconffile_path needs to be freed. Direct leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5653e6c98e06 in realloc (/home/vasko/sources/wireshark/build_clang/run/wireshark+0x2486e06) #1 0x7f5b697f2e7d in g_realloc gmem.c:164:16 #2 0x7f5b69810016 in g_string_maybe_expand gstring.c:102:21 #3 0x7f5b69810369 gstring.c:476:7 #4 0x7f5b69810369 in g_string_insert_len gstring.c:424:1 #5 0x7f5b697d808d in g_build_path_va gfileutils.c:1766:7 #6 0x7f5b697d9518 in g_build_filename_va gfileutils.c:1987:9 #7 0x7f5b697d9518 in g_build_filename gfileutils.c:2069:9 #8 0x7f5b69bd0c28 in get_persconffile_path /home/vasko/sources/wireshark/wsutil/filesystem.c:1856:12 #9 0x5653e8825f82 in extcap_get_extcap_paths /home/vasko/sources/wireshark/extcap.c:258:53 #10 0x5653e8825f82 in extcap_run_all /home/vasko/sources/wireshark/extcap.c:449 #11 0x5653e8825f82 in extcap_load_interface_list /home/vasko/sources/wireshark/extcap.c:2024 #12 0x5653e7775356 in main /home/vasko/sources/wireshark/ui/qt/main.cpp:726:5 Change-Id: I275d0ad6f06fbf3222c2d4ebef7f3079073404a0 Reviewed-on: https://code.wireshark.org/review/34994 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Hi, thank you for your contribution! GitHub is however not the right place for these, please have a look at |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi all ,
I want to know does wireshark is able to capture 10G interface data packets.If not please provide some 10G supportable packet sniffing libraries like wireshark.I am new to this.And also please suggest me the way to customize the wireshark to capture 10G packets.
Any help or solutions will be appreciable
Thank you