Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add insert_tcp_options() nasl function #618

Merged
merged 13 commits into from
Nov 16, 2020
Merged

Commits on Nov 6, 2020

  1. Add insert_tcp_options() nasl function

    This add support for inserting MSS, Wscale, sack permit and timestamp
    tcp options.
    jjnicola committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0835d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94dfb74 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jjnicola committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c16583b View commit details
    Browse the repository at this point in the history
  4. Add tcp options constant

    jjnicola committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d47980f View commit details
    Browse the repository at this point in the history
  5. Fix tcp option timestamp

    jjnicola committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5dadc17 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Fix typos

    jjnicola committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    330cdb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524e0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed290f3 View commit details
    Browse the repository at this point in the history
  4. Improve code formatting

    jjnicola committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    debf6a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7cf97e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Use used "packed" attribute for tcp option structures to fix the size…

    … of the structures
    
    and structure members to be copied.
    jjnicola committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    75ff3f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

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