Skip to content

Commit 4bcf604

Browse files
Bumped version to 1.3.1.post3
Updated vendor constant enumerations at Sat Jan 13 10:10:20 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py pcapkit/const/reg/transtype.py
1 parent 64d0d23 commit 4bcf604

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@
123123
]
124124

125125
#: version number
126-
__version__ = '1.3.1.post2'
126+
__version__ = '1.3.1.post3'

pcapkit/const/reg/apptype.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3051,14 +3051,16 @@ def __hash__(self) -> 'int':
30513051
reserved_914: 'AppType' = 914, 'reserved', TransportProtocol.get('tcp')
30523052

30533053
#: [UDP] Routing in Fat Trees Link Information Elements (TEMPORARY - registered
3054-
#: 2023-02-17, expires 2024-02-17) [draft-ietf-rift-rift-16]
3054+
#: 2023-02-17, extension registered 2024-01-12, expires 2025-02-17) [draft-
3055+
#: ietf-rift-rift-16]
30553056
rift_lies: 'AppType' = 914, 'rift-lies', TransportProtocol.get('udp')
30563057

30573058
#: [TCP] Reserved
30583059
reserved_915: 'AppType' = 915, 'reserved', TransportProtocol.get('tcp')
30593060

30603061
#: [UDP] Routing in Fat Trees Topology Information Elements (TEMPORARY -
3061-
#: registered 2023-02-17, expires 2024-02-17) [draft-ietf-rift-rift-16]
3062+
#: registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17)
3063+
#: [draft-ietf-rift-rift-16]
30623064
rift_ties: 'AppType' = 915, 'rift-ties', TransportProtocol.get('udp')
30633065

30643066
#: [TCP] BIND9 remote name daemon controller

pcapkit/const/reg/transtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ class TransType(IntEnum):
376376
#: IPX in IP [CJ Lee]
377377
IPX_in_IP = 111
378378

379-
#: Virtual Router Redundancy Protocol [:rfc:`5798`]
379+
#: Virtual Router Redundancy Protocol [RFC-ietf-rtgwg-vrrp-rfc5798bis-18]
380380
VRRP = 112
381381

382382
#: PGM Reliable Transport Protocol [Tony Speakman]

0 commit comments

Comments
 (0)