summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-13RTP updates.Gerald Combs4-29/+19
2015-07-13Crank down the log level for macdeployqt.Guy Harris1-1/+2
2015-07-13Don't treat Qt frameworks as dependencies.Guy Harris1-0/+5
2015-07-13GTK: Don't crash when we click on an RTP sample.Gerald Combs1-2/+2
2015-07-13On OS X, add an rpath for the Qt frameworks, and remove it in the app bundle.Guy Harris3-2/+43
2015-07-13Go back to using macdeployqt for now.Guy Harris1-121/+10
2015-07-13Change Lua's tvbrange:*int64() to read only the number of bytes specified inCédric Delmas1-18/+46
2015-07-13Rpathify references to Qt frameworks separately from references to libraries.Guy Harris1-1/+37
2015-07-13Copy over the entire framework and then clean it up.Guy Harris1-6/+11
2015-07-13Lua: all protocol tree entries expand/contract togetherHadriel Kaplan1-1/+5
2015-07-13Don't copy the entire framework.Guy Harris1-8/+11
2015-07-13Remove unintended removal of a / in a pathname.Guy Harris1-1/+1
2015-07-13Handle Qt 4 when looking for the Qt frameworks directory.Guy Harris1-1/+8
2015-07-13Handle both @rpath/ and absolute paths in Qt framework install names.Guy Harris1-5/+5
2015-07-13Don't add rpaths with CMake, either; osx-app.sh will do so.Guy Harris1-9/+1
2015-07-13PacketList column fixes.Gerald Combs6-25/+92
2015-07-13Make OS X .app bundling work with Qt 5.5.Guy Harris2-15/+77
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman6-10/+55
2015-07-12Fixup packet list selection.Gerald Combs3-8/+7
2015-07-12Update a comment.Guy Harris1-1/+2
2015-07-12[Automatic update for 2015-07-12]Gerald Combs36-4941/+7705
2015-07-12megaco: replace THROW() with an expert info + returnMartin Kaiser1-2/+4
2015-07-12VXLAN: Remove a (flag) subtree levelAlexis La Goutte1-6/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann191-299/+334
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan26-5320/+6166
2015-07-11Note the Qt bugs about the broken .pc files.Guy Harris1-1/+3
2015-07-11Update to Qt 5.5.0, to fix context menu issues.Guy Harris1-2/+7
2015-07-11terminate readlink resultTobias Stoeckmann1-6/+12
2015-07-11Lua: fix docs and default base for ProtoField.framenum()Hadriel Kaplan1-3/+4
2015-07-11simple_statistics_dialog(.h): fix parameter 'rtd_table/user_table' not found ...Alexis La Goutte1-3/+1
2015-07-11Set the font.Gerald Combs1-1/+2
2015-07-11Qt: Add Colorize Conversation menu items.Gerald Combs9-17/+288
2015-07-10Update library release dates.Gerald Combs1-2/+8
2015-07-10Make .o files, not .cpp and .h files, depend on the ui_*.h files.Guy Harris3-171/+132
2015-07-10Netflow: Fix sequence analysis to work for different protocol versionsMartin Mathieson1-14/+27
2015-07-10wslua_tree: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+2
2015-07-10MPTCP small optionsBenjamin Hesmans1-1/+1
2015-07-10Fix a typoJoerg Mayer1-1/+1
2015-07-10IEEE 802.11: tap all packetsPascal Quantin2-5/+11
2015-07-10LTE RRC: upgrade dissector to v12.6.0Pascal Quantin7-32/+215
2015-07-10Bugfix GTK RPC SRT dialog use of direct hashing.Michael Mann1-4/+4
2015-07-10Add the "Resolved Addresses" dialog.Gerald Combs11-0/+757
2015-07-10xip: add support for XIP packetsCody Doucette6-0/+694
2015-07-10Use tfs_defined_not_definedMichael Mann1-6/+1
2015-07-09VXLAN: Add Group Based Policy dissectorAmine Kherbouche4-61/+44
2015-07-09Make sure we uncheck the "Find Packet" action.Gerald Combs4-1/+14
2015-07-09HTTP2: fix dissection of traffic over HTTP portPascal Quantin1-7/+15
2015-07-09Update the release notes.Gerald Combs1-2/+13
2015-07-09Clean up the "Build wireshark" message.Guy Harris1-1/+2
2015-07-09Lua: add functions for more field informationHadriel Kaplan9-75/+532