Skip to content

Commit 6ef5636

Browse files
Flat: latest data (2025-02-01T02:25:58.612Z) (#618)
{ "date": "2025-02-01T02:25:58.612Z", "files": [ { "name": "netutils/data_files/protocol_number_mappings.py", "deltaBytes": 40, "source": "https://www.iana.org/assignments/protocol-numbers/protocol-numbers-1.csv" } ] } Co-authored-by: flat-data <flat-data@users.noreply.github.com>
1 parent 4dc00fb commit 6ef5636

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netutils/data_files/protocol_number_mappings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
"AGGFRAG": 144,
146146
"NSH": 145,
147147
"Homa": 146,
148+
"BIT-EMU": 147,
148149
"Reserved": 255,
149150
}
150151
PROTO_NUM_TO_NAME: Dict[int, str] = {
@@ -290,5 +291,6 @@
290291
144: "AGGFRAG",
291292
145: "NSH",
292293
146: "Homa",
294+
147: "BIT-EMU",
293295
255: "Reserved",
294296
}

0 commit comments

Comments
 (0)