aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_dissection.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-19JSON: display number object as a doublePascal Quantin1-5/+5
2024-04-15HTTP2: Override existing header with fake headerJoakim Karlsson1-6/+6
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-01-24test: Skip mongo zstd test if we don't have zstdJohn Thacker1-1/+3
2023-12-10HTTP3, QUIC: Desegment HTTP3 QPACK Encoder StreamsJohn Thacker1-0/+19
2023-12-01TCP: Show the frame in which a PDU is reassembledCal Turney1-6/+11
2023-07-25HTTP2: Modified to use common streaming reassembly helper functionHuang Qiangxiong1-0/+12
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-1/+1
2023-06-15tcp: Improve out-of-order reassemblyJohn Thacker1-0/+23
2023-06-14http2: Human readable follow HTTP/2 headersJohn Thacker1-4/+4
2023-06-12TLS: Fix TLS tunneled within TLSJohn Thacker1-0/+28
2023-06-05Tests: Remove unittest dependency (dissection)João Valverde1-351/+324
2023-06-03TCP: Obvious Retransmissions are marked as Out-of-OrderEugène Adell1-1/+1
2023-04-17HTTP/GRPC-Web: support dissecting chunked data in streaming reassembly modehuangqiangxiong1-0/+37
2022-12-28add mongo zstd test to suite_dissection.pyKevin Albertson1-0/+12
2022-08-30tcp: Fix handling of retransmission for reassemblyJohn Thacker1-4/+6
2022-08-08HTTP2: Send headers to the follow tap after decompressionJohn Thacker1-1/+9
2022-07-24quic: Handle out-of-order CRYPTO frames, aka "Chaos Protection"John Thacker1-0/+36
2022-05-26tcp: Split MSPs in out of order processingJohn Thacker1-24/+2
2022-04-06tcp: Rework out of order dissection to dissect soonerJohn Thacker1-7/+3
2022-03-28tests: Remove not implemented testsJoão Valverde1-3/+3
2022-03-01GRPC: Add support for gRPC-WebHuang Qiangxiong1-0/+140
2021-11-26HTTP2/GRPC: support using fake headers if first HEADERS frame is missingHuang Qiangxiong1-0/+21
2021-10-20http2: fix the stream mode reassembly issueHuang Qiangxiong1-0/+30
2021-10-17TCPCLv4: Update TCPCL dissector to include version 4 from dtn-wiresharkBrian Sipos1-0/+19
2021-10-10BPv7: Add Bundle Protocol version 7 and BPSec dissectors from dtn-wiresharkBrian Sipos1-0/+43
2021-09-29COSE dissector from dtn-wireshark projectBrian Sipos1-0/+57
2021-08-30git: Add test casesJoey Salazar1-0/+25
2021-06-25Skip two protobuf dissector tests when LUA is not availableVasil Velichkov1-0/+4
2020-12-27Protobuf: fix bugs that parsing complex syntax .proto filesHuang Qiangxiong1-0/+20
2020-12-01Protobuf/gRPC: add test cases for Protobuf and gRPCHuang Qiangxiong1-0/+142
2020-11-05Tools+test: Call python3 explicitly.Gerald Combs1-1/+0
2020-09-26SMB2: add tests for chained compression and pattern_v1Aurelien Aptel1-0/+16
2020-09-16Test: Normalize the line endings of subprocess output.Gerald Combs1-6/+4
2020-09-16A Community ID implementation for Wireshark.Christian Kreibich1-0/+40
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-0/+27
2019-08-03test: skip some tests on big endian machines.Dario Lombardo1-0/+3
2019-07-15smb2: add support for decompressionAurelien Aptel1-0/+20
2019-04-24TLS: Implement reassembly for Handshake messagesPeter Wu1-0/+27
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai1-0/+26
2019-01-27TCP: pass data after a ZeroWindowProbe to subdissectorsPeter Wu1-0/+25
2019-01-25tcp: fix reporting of "Reassembled in" for OoO initial segmentPeter Wu1-0/+34
2018-11-30test: use assertRun instead of runProcess where possiblePeter Wu1-4/+4
2018-11-14test: convert some more tests to use fixturesPeter Wu1-9/+6
2018-11-09test: make it possible to use pytest-style test fixturesPeter Wu1-27/+27
2018-09-13Start renaming SSL to TLS.Gerald Combs1-2/+2
2018-08-30tcp: fix OoO reassembly when the first data packet is OoOPeter Wu1-0/+11
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu1-0/+50
2018-04-27Test: Add fileformats and I/O.Gerald Combs1-0/+1
2018-04-26Start porting our test scripts to Python. Add ctest support.Gerald Combs1-0/+30