Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Flat: latest data (2025-12-01T02:46:11.406Z)
{
  "date": "2025-12-01T02:46:11.406Z",
  "files": [
    {
      "name": "netutils/data_files/protocol_number_mappings.py",
      "deltaBytes": 40,
      "source": "https://www.iana.org/assignments/protocol-numbers/protocol-numbers-1.csv"
    }
  ]
}
  • Loading branch information
flat-data committed Dec 1, 2025
commit 9bad01597bf2752ceab3cc509997c7aad7da47a1
2 changes: 2 additions & 0 deletions netutils/data_files/protocol_number_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"AGGFRAG": 144,
"NSH": 145,
"Homa": 146,
"BIT-EMU": 147,
"Reserved": 255,
}
PROTO_NUM_TO_NAME: Dict[int, str] = {
Expand Down Expand Up @@ -290,5 +291,6 @@
144: "AGGFRAG",
145: "NSH",
146: "Homa",
147: "BIT-EMU",
255: "Reserved",
}