Skip to content

Commit

Permalink
Bumped version to 1.3.5.post3
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Dec  7 10:05:05 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 Dec 7, 2024
1 parent fb4bbb9 commit 124b4f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -121,4 +121,4 @@
]

#: version number
__version__ = '1.3.5.post2'
__version__ = '1.3.5.post3'
2 changes: 1 addition & 1 deletion pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -19979,7 +19979,7 @@ def __hash__(self) -> 'int':
#: [UDP] Reserved
reserved_6077: 'AppType' = 6077, 'reserved', TransportProtocol.get('udp')

#: [UDP] Generic UDP Encapsulation [draft-herbert-gue]
#: [UDP] Generic UDP Encapsulation [draft-herbert-gue-02]
gue: 'AppType' = 6080, 'gue', TransportProtocol.get('udp')

#: [TCP] Reserved
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 @@ -407,7 +407,7 @@ class TransType(IntEnum):
SMP = 121

#: Simple Multicast Protocol (deprecated)) [Jon Crowcroft][draft-perlman-
#: simple-multicast]
#: simple-multicast-03]
SM = 122

#: Performance Transparency Protocol [Michael Welzl]
Expand Down

0 comments on commit 124b4f4

Please sign in to comment.