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: resurrecting-open-source-projects/packit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: resurrecting-open-source-projects/packit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fixed_ipv6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 20 files changed
  • 1 contributor

Commits on Jan 13, 2017

  1. 0. Checking in working IPV6 support with TCP and UDP payloads.

    1. A new "-6" argument is added which *must be* specified before the
    "-t <TCP/UDP/...>" argument. This seems to be a problem with the argument
    parser (the way it is used?) and still needs to be fixed.
    2. print_injection() needs to understand ipv6
    3. Fixed function arguments that got renamed to have "g_" prefix
    4. See g_ip6hdr_o's definition in src/inject_defs.h for the command line
    arguments to specify various IP6 header fields.
    5. Documentation needs to be updated
    sbirmi committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    e4d1e6b View commit details
    Browse the repository at this point in the history
  2. Adding missing new files

    sbirmi committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    a774b5b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. "-6" and "-t" options affect how subsequent options are parsed. For this

    reason, we need to parse all the arguments from the beginning multiple
    times. This patch addresses that requirement. Now "-6" and "-t" can
    appear anywhere in the arguments and they are correctly parsed.
    sbirmi committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    f00b46f View commit details
    Browse the repository at this point in the history
Loading