aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Clean up initialization code for programs.Guy Harris13-126/+168
2016-12-05Update a comment to reflect current reality.Guy Harris1-11/+15
2016-12-05cmake: Fix building with plugins disabledPeter Wu1-6/+8
2016-12-04Reflect API changes.Guy Harris1-1/+1
2016-12-04Rawshark uses libwiretap, so it has to call wtap_init().Guy Harris1-0/+2
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris15-49/+37
2016-12-04Show codec information in About dialogPeter Wu5-0/+30
2016-12-04codecs: allow it to be used without pluginsPeter Wu4-6/+11
2016-12-04[Automatic update for 2016-12-04]Gerald Combs12-3821/+3907
2016-12-04Qt: clear Export Objects list on retappingPeter Wu1-0/+3
2016-12-04ssh: fix the heuristic for MAC size determinationРоман Донченко1-2/+1
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris9-161/+399
2016-12-04Squelch a casting-away-constness warning.Guy Harris1-2/+2
2016-12-04Remove unnecessary cast (gchar = char) that removes const.Guy Harris1-1/+1
2016-12-04Update list of symbols.Guy Harris1-55/+6
2016-12-03Use ws_close(), rather than the UN*X-only close().Guy Harris1-3/+3
2016-12-03Get rid of test printout.Guy Harris1-1/+0
2016-12-03When opening the standard output for writing, dup it.Guy Harris4-56/+31
2016-12-03ssh: dissect the host key when the connection uses DH group exchangeРоман Донченко1-7/+1
2016-12-03install_rpms_for_devel: add optional packages.Dario Lombardo1-2/+20
2016-12-03packet-infiniband: Fixed duplicate conversation entriesParav Pandit3-67/+123
2016-12-03tshark: Add -G folders reportJim Young2-0/+105
2016-12-03Temporarily break up complicated expression into a bunch of separate ifs.Guy Harris1-0/+63
2016-12-02packet-rpcrdma: Fix protocol frame pre-detectionChuck Lever1-37/+90
2016-12-02echo: decide on req/resp based on matched portJaap Keuter1-1/+1
2016-12-02packet-rpcrdma: Display length and version fields in decimalChuck Lever1-8/+8
2016-12-02Include config.h first, for large-file-related #defines.Guy Harris1-2/+2
2016-12-02packet-rpcrdma: Dissector should exit when frame is not RPC-over-RDMAChuck Lever1-1/+1
2016-12-02Include config.h first, for large-file-related #defines.Guy Harris1-2/+1
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris12-19/+60
2016-12-02Make SMB2 MessageId field a FT_UINT64Michael Mann2-3/+3
2016-12-02Put tap-exportobject.h into the release tarball.Guy Harris1-0/+1
2016-12-02Enable exporting objects with tsharkMoshe Kaplan40-1267/+1846
2016-12-02BOOTP: Fix V-I Vendor-Specific Information OptionJaap Keuter1-13/+37
2016-12-02autotools: fix typo.Dario Lombardo1-1/+1
2016-12-02simple_dialog(.h): fix parameter 'Type' not found in the function declaration...Alexis La Goutte1-1/+1
2016-12-02Make sure config.h is included before inet_addr.h.Guy Harris1-2/+2
2016-12-02Do *NOT* strip newlines from the standard input of sed.Guy Harris1-1/+1
2016-12-02Qt: Fix QStyledItemDelegate assertions.Gerald Combs4-3/+10
2016-12-02The Kerberos dissector include Kerberos header, and needs KRB5_CFLAGS.Guy Harris1-1/+2
2016-12-02Prefs: Use g_utf8_strlen instead of strlen.Gerald Combs1-1/+1
2016-12-02Clean up error messages.Guy Harris1-7/+12
2016-12-01RPM: fix the date in a recent changelog entry.Jeff Morriss1-1/+1
2016-12-01ssh: add DSA host key dissectionРоман Донченко1-0/+29
2016-12-01Check preference titles and descriptions.Gerald Combs14-32/+63
2016-11-30Qt: fix crash when closing RTP player while playingPeter Wu1-0/+3
2016-11-30Qt: Fix simple_dialog formatting.Gerald Combs3-18/+36
2016-11-30ssl,dtls: add expert info for overly large record lengthsPeter Wu3-3/+19
2016-11-30sip: register with Websocket dissector (RFC 7118)Peter Wu1-0/+1
2016-11-30Fix the build when a different version of Qt is in PATHРоман Донченко3-3/+3