Skip to content

Commit

Permalink
Bumped version to 1.3.1.post3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
github-actions[bot] committed Jan 13, 2024
1 parent 64d0d23 commit 4bcf604
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
]

#: version number
__version__ = '1.3.1.post2'
__version__ = '1.3.1.post3'
6 changes: 4 additions & 2 deletions pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -3051,14 +3051,16 @@ def __hash__(self) -> 'int':
reserved_914: 'AppType' = 914, 'reserved', TransportProtocol.get('tcp')

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

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

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

#: [TCP] BIND9 remote name daemon controller
Expand Down
2 changes: 1 addition & 1 deletion pcapkit/const/reg/transtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class TransType(IntEnum):
#: IPX in IP [CJ Lee]
IPX_in_IP = 111

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

#: PGM Reliable Transport Protocol [Tony Speakman]
Expand Down

0 comments on commit 4bcf604

Please sign in to comment.