aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-14test: convert some more tests to use fixturesPeter Wu11-674/+641
2018-11-13tshark: Print the packets' comments in the expert infoVasil Velichkov1-0/+69
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu1-0/+14
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs2-8/+111
2018-11-09test: make it possible to use pytest-style test fixturesPeter Wu7-35/+562
2018-11-08test: drop Python 2 compatibility, use more Python 3 featuresPeter Wu6-65/+38
2018-11-01print.c: use SEP_XXX to print byte stringsPascal Quantin1-16/+16
2018-10-31text2pcap: Fix IPv6 checksumVasil Velichkov1-0/+3
2018-10-31text2pcap: Fix -i <proto> when IPv6 (-6) is specifiedVasil Velichkov1-0/+45
2018-10-30text2pcap: Fix IPv6 payload lengthVasil Velichkov1-61/+75
2018-10-25test: make 'double' tests rely on icmp instead of ntp.Dario Lombardo2-19/+18
2018-10-21ntp: change root delay and dispersion to integer for fixed precision.Dario Lombardo1-0/+3
2018-10-18lua: add support for ethernet addresses to the Address classMartin Kaiser1-1/+15
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe1-0/+9
2018-10-16KNX-IP: new KNXnet/IP dissectorRalf Nasilowski5-0/+173
2018-10-13text2pcap: gracefully handle hexdump without trailing LFPeter Wu1-0/+7