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: hardbyte/python-can
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pphuth/python-can
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/pcap
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 4, 2020

  1. Pcap prototype init

    pphuth committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    65016e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Add PCAP reader

    pphuth committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    152d220 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

  1. Enable multi suffix usage in player

    To use with `.pcap.gz` log files or similar
    pphuth committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4414bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf871d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Fix issue with filenames including points

    When we enable files with multiple extension (e.g. `.pcap.gz`), files with points will break the format detection.
    Therefore, we first test all single extensions and afterwards try to test against 2 extensions.
    pphuth committed May 13, 2021
    Configuration menu
    Copy the full SHA
    354002c View commit details
    Browse the repository at this point in the history
Loading