Skip to content

Commit

Permalink
Flat: latest data (2024-04-01T02:43:02.930Z) (#499)
Browse files Browse the repository at this point in the history
{
  "date": "2024-04-01T02:43:02.930Z",
  "files": [
    {
      "name": "netutils/data_files/protocol_number_mappings.py",
      "deltaBytes": 0,
      "source": "https://www.iana.org/assignments/protocol-numbers/protocol-numbers-1.csv"
    }
  ]
}

Co-authored-by: flat-data <flat-data@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and flat-data authored Apr 11, 2024
1 parent 71c06d2 commit 930942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netutils/data_files/protocol_number_mappings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Dictionary object to store Protocol Number."""

from typing import Dict

PROTO_NAME_TO_NUM: Dict[str, int] = {
Expand Down Expand Up @@ -145,7 +146,6 @@
"NSH": 145,
"Reserved": 255,
}

PROTO_NUM_TO_NAME: Dict[int, str] = {
0: "HOPOPT",
1: "ICMP",
Expand Down

0 comments on commit 930942c

Please sign in to comment.