Skip to content

Commit b36612b

Browse files
Bumped version to 1.3.1.post16
Updated vendor constant enumerations at Sat Jun 8 10:05:09 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py pcapkit/const/reg/linktype.py
1 parent 7a91b49 commit b36612b

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
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.post15'
126+
__version__ = '1.3.1.post16'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,17 +3050,14 @@ def __hash__(self) -> 'int':
30503050
#: [TCP] Reserved
30513051
reserved_914: 'AppType' = 914, 'reserved', TransportProtocol.get('tcp')
30523052

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

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

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

30663063
#: [TCP] BIND9 remote name daemon controller

pcapkit/const/reg/linktype.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,7 @@ class LinkType(IntEnum):
828828
#: Systemautomation mbH netANALYZER NG hardware and software.
829829
NETANALYZER_NG = 291
830830

831-
#: [``DLT_ZBOSS_NCP``] Serial NCP (Network Co-Processor) protocol for Zigbee
832-
#: stack ZBOSS by DSR. ZBOSS NCP protocol, beginning with a header.
831+
#: [``DLT_ZBOSS_NCP``] ZBOSS NCP Serial Protocol, with a pseudo-header.
833832
ZBOSS_NCP = 292
834833

835834
#: [``DLT_USB_2_0_LOW_SPEED``] Low-Speed USB 2.0, 1.1, or 1.0 packet, beginning

0 commit comments

Comments
 (0)