Skip to content

Commit

Permalink
Bumped version to 1.3.1.dev4
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Fri Nov 17 00:37:39 UTC 2023. The following files
have been changed: pcapkit/const/reg/apptype.py
  • Loading branch information
github-actions[bot] committed Nov 17, 2023
1 parent 76f33a8 commit 034aec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.dev3'
__version__ = '1.3.1.dev4'
6 changes: 3 additions & 3 deletions pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -1306,9 +1306,9 @@ def __hash__(self) -> 'int':
#: - [UDP] Shrinkwrap
shrinkwrap: 'AppType' = 358, 'shrinkwrap', TransportProtocol.get('tcp') | TransportProtocol.get('udp')

#: - [TCP] Network Security Risk Management Protocol
#: - [UDP] Network Security Risk Management Protocol
nsrmp: 'AppType' = 359, 'nsrmp', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
#: - [TCP] Reserved
#: - [UDP] Reserved
reserved_359: 'AppType' = 359, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')

#: - [TCP] scoi2odialog
#: - [UDP] scoi2odialog
Expand Down

0 comments on commit 034aec5

Please sign in to comment.