aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-13test: increase coverage for text2pcap supported formatsPeter Wu1-29/+61
2018-10-13test: fix text2pcap tests not to overwrite case_text2pcap_pcapPeter Wu1-7/+12
2018-10-12test: reduce further influence from the environmentPeter Wu3-11/+17
2018-10-12test: fix DeprecationWarning: invalid escape sequencePeter Wu4-10/+10
2018-10-11text2pcap: Fix TCP, UDP or SCTP headers over IPv6Vasil Velichkov1-1/+130
2018-10-05*shark: Update help and manpage for name resolvingUli Heilmeier1-2/+2
2018-09-14Test: Fix a copy+paste error.Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs2-25/+27
2018-09-07Lua: remove various logging functions (debug, warn, etc.)Peter Wu1-5/+0
2018-09-04ntp: make ntp.precision an uint8.Dario Lombardo1-12/+12
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs5-30/+30
2018-08-30tcp: fix OoO reassembly when the first data packet is OoOPeter Wu2-0/+11
2018-08-17TLS13: add final tests for RFC 8446Peter Wu4-0/+69
2018-08-08WireGuard: implement decryption with PSKsPeter Wu2-0/+68
2018-08-08WireGuard: decrypt transport dataPeter Wu1-8/+20
2018-08-08WireGuard: implement responder handshake decryptionPeter Wu1-4/+27
2018-08-08WireGuard: add keylog for initiation decryption with ephemeral keysPeter Wu1-1/+50
2018-08-08WireGuard: implement initiation message decryption with static keysPeter Wu1-0/+16
2018-08-08WireGuard: implement peer identification based on MAC1Peter Wu2-0/+53
2018-07-26test: do not silently ignore feature detection failuresPeter Wu1-19/+19
2018-07-23Remove executable file permission from lua test filesJaap Keuter5-0/+0
2018-07-20Lua: Switch from disable_lua to enable_lua.Gerald Combs1-1/+1
2018-07-17Tests: add minimal pytest supportPeter Wu3-4/+49
2018-07-06tests: add regression tests for Follow TCP StreamPeter Wu2-0/+75
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu2-0/+50
2018-06-21Test: Add sharkd tests.Gerald Combs3-2/+75
2018-06-18Test+CMake: Make our test grouping more fine-grained.Gerald Combs3-10/+25
2018-05-30Test: Add UTF-8 filter tests.Gerald Combs2-0/+17
2018-05-25wslua: fix NSTime:__tostring for negative valuesPeter Wu1-1/+8
2018-05-22Test: Consolidate our environments.Gerald Combs2-17/+7
2018-05-21Test: Be more paranoid about our log output.Gerald Combs2-1/+13