aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-03-16wslua: Fix crash on TvbRange:__tostring for a zero-length TVBMoshe Kaplan1-0/+2
2020-03-14tests/suite_decryption: Skip CCMP-256 test with libgcrypt < 1.6Mikael Kanstrup1-1/+3
2020-03-14ieee80211: GCMP decryption supportMikael Kanstrup3-0/+28
2020-03-14ieee80211: Add CCMP-256 decryption supportMikael Kanstrup2-0/+12
2020-02-26Test: Make sure we can run Wireshark on macOS.Gerald Combs1-3/+5
2020-02-23test/suite_decryption.py: update SMB3+ decryption testsAurelien Aptel1-49/+166
2020-02-23SMB2: try to guess encryption settings when not availableAurelien Aptel1-2/+2
2020-02-23SMB2: allow users to give decryption keys directlyAurelien Aptel1-5/+5
2020-02-18Test: Bump the WireGuard Gcrypt version requirement.Gerald Combs2-2/+3
2020-02-15Test+Qt: Add an automatic update check.Gerald Combs2-0/+49
2020-01-26epan/to_str: change MAX_BYTE_STR_LEN from 48 to 72Stefan Metzmacher1-1/+1
2020-01-24IPv4: Use FT_UINT8 for the 3 bits flags fieldJoão Valverde3-42/+42
2020-01-24IPv4: Fix display of Fragment Offset fieldJoão Valverde2-12/+12
2020-01-07UDP: Add a filter for payload.Anders Broman4-16/+48
2019-12-20test: fix extcap_name fixture and skip test.Dario Lombardo2-4/+7
2019-12-19test: fix CI builds on linux.Dario Lombardo1-2/+2
2019-12-17test: add suite_extcaps.Dario Lombardo3-6/+101
2019-12-14test: fix comment.Dario Lombardo1-1/+1
2019-11-18print: fix ek output with -j option.Dario Lombardo2-0/+13
2019-11-14test/suite_decryption: Add WPA3 SuiteB-192 bit testMikael Kanstrup3-0/+23
2019-11-12test: add ek + raw test to outputformats.Dario Lombardo2-0/+12
2019-11-04elastic: print times the right way.Dario Lombardo1-4/+4
2019-11-02ieee80211: Extended Key ID supportAlexander Wetzel2-0/+25
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke1-2/+2
2019-10-26wslua: Fix two memory leaks in the lua testsVasil Velichkov1-2/+2
2019-10-16wslua: Improve parameter check in ProtoField.new()Stig Bjørlykke1-1/+20
2019-10-02test: add support for pytest 5.2.0Peter Wu1-2/+10
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-0/+27
2019-09-15Add new filters for Ethernet src and dst OUI's as well as their resolved OUI'sMichael Mann3-4/+228
2019-08-03test: skip some tests on big endian machines.Dario Lombardo2-0/+11
2019-08-01eth: add dst and src specific local/group fieldsJaap Keuter4-4/+138
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser1-0/+2
2019-07-15smb2: add support for decompressionAurelien Aptel3-2/+22
2019-07-02smb2: add support for AES-128-GCM decryptionAurelien Aptel2-0/+14
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu2-0/+25
2019-05-30IP: Make dissection of ip.frag_offset RFC 791 compliantSake Blok3-37/+37
2019-05-21print: print booleans not integers in ek_write_field_value().Dario Lombardo1-4/+4
2019-05-14elastic: make fields all the same.Dario Lombardo3-32/+300
2019-05-13elastic: change 'pcap_file' into 'doc' in the mapping.Dario Lombardo6-16/+16
2019-05-13elastic: change 'template' into 'index_patterns' in the mapping.Dario Lombardo1-1/+1
2019-05-03proto: don't generate elastic-mapping entries for string fields.Dario Lombardo1-3/+0
2019-04-24TLS: Implement reassembly for Handshake messagesPeter Wu2-0/+27
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai4-0/+27
2019-04-19wsutil: use environment variable WIRESHARK_EXTCAP_DIR when possiblePeter Wu1-10/+8
2019-04-16test: fix sampleif.py on weird systems using Python 3.6 and olderPeter Wu1-1/+6
2019-04-15test: run test_tshark_extcap_interfaces with capture support only.Dario Lombardo1-1/+2
2019-04-12extcap_parser: remove G_REGEX_RAW from line parsing.Dario Lombardo2-0/+80
2019-04-03ieee80211: Fix WPA1 decryptionMikael Kanstrup2-0/+11