Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gojue/ecapture
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: gojue/ecapture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 7 commits
  • 88 files changed
  • 3 contributors

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    2ecae55 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    91240a9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. fix: clean up SSLDataEvent string methods and improve logging #776 (#777

    )
    
    * fix: clean up SSLDataEvent string methods and improve logging  #776
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * fix: correct spelling of "UNKNOWN" in logging messages across multiple files
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    ---------
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n authored May 18, 2025
    Configuration menu
    Copy the full SHA
    7b9646e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. fix: improve logging for truncated events and update string formatting (

    #780)
    
    * fix: improve logging for truncated events and update string formatting
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: update Go version to 1.24.3 and improve logging configuration
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: update golangci configuration to use exclusions and improve formatter settings
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: enhance error handling by using %w for wrapping errors in multiple files
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: reorganize golangci-lint action in CI configuration for consistency
    
    assets目录下的文件需要执行make后才能生成。
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: improve logging by replacing error wrapping with string formatting
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: improve logging for module closure and update errorlint settings
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: improve logging by reorganizing import statements across multiple files
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    * chore: update type definitions to use 'any' for improved flexibility
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    
    ---------
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n authored May 29, 2025
    Configuration menu
    Copy the full SHA
    78ce2b7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. feat: support openssl version 3.5.0 #783 (#787)

    This pull request introduces support for OpenSSL version 3.5.0 by adding new kernel offsets, updating user-space probe logic, and creating utilities for generating offsets dynamically. The changes ensure compatibility with the new OpenSSL version and streamline the process for handling future updates.
    chilli13 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    5584e69 View commit details
    Browse the repository at this point in the history
  2. fix: avoid writing empty decryption secrets block in savePcapng method (

    #786)
    
    fix #784
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n authored May 30, 2025
    Configuration menu
    Copy the full SHA
    68ae72f View commit details
    Browse the repository at this point in the history
  3. release v1.1.0

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed May 30, 2025
    Configuration menu
    Copy the full SHA
    f7959c9 View commit details
    Browse the repository at this point in the history
Loading