aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-12-27Protobuf: fix bugs that parsing complex syntax .proto filesHuang Qiangxiong5-0/+801
2020-12-08Lua: Add get_preference() and set_preference() utility functions.Stig Bjørlykke2-0/+127
2020-12-02Lua: make TvbRange:raw() return a subset #12046 v2David Perry1-1/+95
2020-12-01Protobuf/gRPC: add test cases for Protobuf and gRPCHuang Qiangxiong17-0/+382
2020-11-21Avoid python deprecation warningJaap Keuter1-1/+1
2020-11-19QT+epan: Set FI_BITS_OFFSET and FI_BITS_SIZE flags on [u]ints and bitmasksJohn Thacker2-12/+12
2020-11-05Tools+test: Call python3 explicitly.Gerald Combs25-32/+4
2020-10-21dot11decrypt: Fix WEP decryptionMikael Kanstrup3-0/+11
2020-10-19Lua: base64_decode: handle unpadded dataDavid Perry1-1/+7
2020-10-02Clean up URLs.Guy Harris2-6/+5
2020-09-26Fix issues discovered by common python lintersJeff Widman4-5/+5
2020-09-26SMB2: add tests for chained compression and pattern_v1Aurelien Aptel2-0/+16
2020-09-17Test: Normalize the line endings everywhere.Gerald Combs1-6/+3
2020-09-16Test: Normalize the line endings of subprocess output.Gerald Combs4-10/+13
2020-09-16A Community ID implementation for Wireshark.Christian Kreibich4-0/+147
2020-09-16Update our issue tracker URL in some places.Gerald Combs2-9/+9
2020-08-10Qt: Add a packet diagram view.Gerald Combs3-12/+13
2020-07-08Test: Remove an unused routine.Gerald Combs1-11/+0
2020-06-01dot11decrypt: Support decryption using TK user inputMikael Kanstrup3-0/+118
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-1/+1
2020-04-11test: fix invalid escape sequence warningsPeter Wu1-4/+4
2020-03-23dot11decrypt: Fix decryption of MFP enabled connectionsMikael Kanstrup2-0/+13
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