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

IPv6, ARP, Project file structure changes #2

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2020

  1. feat: reading IPv6 header successfully!

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    28e570c View commit details
    Browse the repository at this point in the history
  2. feat: reading src/dst ipv6 address

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    17d5c76 View commit details
    Browse the repository at this point in the history
  3. feat: barebones protocols recognition

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d5157d9 View commit details
    Browse the repository at this point in the history
  4. feat: hop-by-hop options

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    76e3c2c View commit details
    Browse the repository at this point in the history
  5. feat: hop by hop FIXED calculation of data

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    16d6b33 View commit details
    Browse the repository at this point in the history
  6. feat: destination options

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    497a281 View commit details
    Browse the repository at this point in the history
  7. feat: routing header

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    cdf9947 View commit details
    Browse the repository at this point in the history
  8. feat: fragment header

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b362dfa View commit details
    Browse the repository at this point in the history
  9. feat: auth header

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c9119a6 View commit details
    Browse the repository at this point in the history
  10. feat: encapsuling header + no next header

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    abe523c View commit details
    Browse the repository at this point in the history
  11. feat: ICMPv6 and ICMPv4 fixed

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a34fe95 View commit details
    Browse the repository at this point in the history
  12. refactor: TCP to have a template method

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a4ccf2a View commit details
    Browse the repository at this point in the history
  13. feat: TCP in ipv6

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    163378c View commit details
    Browse the repository at this point in the history
  14. refactor: UDP to have a template method

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f1471d6 View commit details
    Browse the repository at this point in the history
  15. feat: UDP in ipv6

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    96a45a9 View commit details
    Browse the repository at this point in the history
  16. refactor: code cleanup

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    0ace140 View commit details
    Browse the repository at this point in the history
  17. refactor: IPv6 header separated into function

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    afae271 View commit details
    Browse the repository at this point in the history
  18. comment: RFC for IPv6 ext header order

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    38849c7 View commit details
    Browse the repository at this point in the history
  19. comment: yes commenting yes

    Adriano committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3d7af5a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. feat: making stuff being printable-friendly

    Adriano committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ce00968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4fa3f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

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

Commits on Dec 9, 2020

  1. feat: add textwrap module

    11808s8 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ef109fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af64a1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f9c79 View commit details
    Browse the repository at this point in the history
  4. feat: simple .gitignore file

    11808s8 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b2b7a98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a1fe74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b710cb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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