aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-01-28tests: Skip Lua related tests when Lua is not presentVasil Velichkov2-2/+4
2019-01-28dfilter: fix memory leaks on dfilter compile errors involving a setPeter Wu1-0/+10
2019-01-27TCP: pass data after a ZeroWindowProbe to subdissectorsPeter Wu2-0/+25
2019-01-25test/suite_decryption.py: add smb2 decryption testsAurelien Aptel3-0/+52
2019-01-25tcp: fix reporting of "Reassembled in" for OoO initial segmentPeter Wu2-0/+34
2019-01-24tshark: fix crash with -Tjson and -e fieldPeter Wu1-14/+46
2019-01-24test/dfilter: be explicit with the expected error messagePeter Wu5-20/+43
2019-01-24ftype-time: parse the month independent of the localePeter Wu1-0/+18
2019-01-24test,travis: dump a screenshot for hanging GUI testsPeter Wu3-8/+78
2019-01-24Test: enable capture tests by default using the Loopback interfacePeter Wu5-75/+62
2019-01-22test: enable GUI tests on Linux, headlessPeter Wu1-3/+15
2019-01-21test: fail tests when programs are missingPeter Wu3-5/+17
2019-01-20json_dumper: increase JSON_DUMPER_MAX_DEPTH to 1100.Dario Lombardo1-0/+10
2019-01-17DTLS: add DSB support, use the key log file from the TLS dissectorPeter Wu2-0/+10
2019-01-14dfilter: add string() function.Dario Lombardo1-0/+39
2019-01-11Unit tests for ASTERIX I048Atli Guðmundsson1-0/+1707
2019-01-07sharkd: use json_dumper for output.Dario Lombardo1-4/+1
2019-01-06Unit tests for ASTERIX I034Atli Guðmundsson1-0/+684
2019-01-05test: allow running pytest without specifying the tests directoryPeter Wu2-5/+7
2019-01-04test: assume binaries in $PWD\run\RelWithDebInfo by defaultPeter Wu1-1/+4
2019-01-04test/dissectorstest: assert that text2pcap and tshark runsPeter Wu1-2/+2
2019-01-04test: split SubprocessTestCase.run into setUp/tearDownPeter Wu1-38/+31
2019-01-03test: print command output for dfiltertest failuresPeter Wu1-1/+2
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu3-0/+142
2018-12-29test: add tests for Unicode paths in Lua and tshark -G foldersPeter Wu4-1/+119
2018-12-27test: fix import in suite_dissectors/group_asterix.Dario Lombardo1-1/+1
2018-12-27test: add comment to fixture.Dario Lombardo1-0/+1
2018-12-26test: add suite_outputformats for json output regression testing.Dario Lombardo4-0/+3881
2018-12-26Added a generic dissector validator and some ASTERIX unit tests that use it.Atli Guðmundsson3-0/+1618
2018-12-19test: enable extra test summary by defaultPeter Wu1-0/+1
2018-12-13text2pcap: allow to set interface nameJaap Keuter1-0/+17
2018-12-13Add new "rsa_keys" UAT for storage of RSA private keysPeter Wu1-0/+14
2018-11-30test: fix "DeprecationWarning: invalid escape sequence \("Peter Wu1-6/+6
2018-11-30test: skip tests when GnuTLS is unavailablePeter Wu2-7/+20
2018-11-30test: use assertRun instead of runProcess where possiblePeter Wu9-139/+104
2018-11-27Test: Look up our encoding name before checking it.Gerald Combs1-3/+3
2018-11-27test: lua: add a test for invalid ethernet addressMartin Kaiser1-1/+5
2018-11-25test: lua: (trivial) fix indentationMartin Kaiser1-1/+1
2018-11-21test: extend sharkd tests to cover all requestsPeter Wu2-42/+492
2018-11-20Test: Fix some dumpcap section checks and skip one.Gerald Combs1-5/+17
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+10
2018-11-20editcap: add --inject-secrets optionPeter Wu2-0/+63
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu4-0/+50
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu2-0/+62
2018-11-16Dumpcap: Fix writing SHBs and IDBs.Gerald Combs5-3/+196
2018-11-16test: finalize suite_capture conversion to fixtures, drop config.pyPeter Wu4-308/+89
2018-11-16test: convert capture tests to use fixtures, fix tests without dumpcapPeter Wu10-378/+454
2018-11-15test: convert suite_dfilter to use fixturesPeter Wu18-516/+586
2018-11-15test: convert suite_nameres to use fixturesPeter Wu2-39/+57
2018-11-15test: convert suite_text2pcap to use fixturesPeter Wu2-208/+221