aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
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