Skip to content

Commit

Permalink
Bumped version to 1.3.1.post11
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Apr 20 10:05:19 UTC 2024. The following files
have been changed: pcapkit/const/reg/apptype.py pcapkit/const/reg/ethertype.py
  • Loading branch information
github-actions[bot] committed Apr 20, 2024
1 parent aba50ff commit daf3975
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 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.post10'
__version__ = '1.3.1.post11'
3 changes: 3 additions & 0 deletions pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -27563,6 +27563,9 @@ def __hash__(self) -> 'int':
#: - [UDP] Access Control Gateway
acs_ctl_gw: 'AppType' = -1, 'acs-ctl-gw', TransportProtocol.get('tcp') | TransportProtocol.get('udp')

#: [TCP] AXIS Camera Station Pro Server
acsp_server: 'AppType' = -1, 'acsp-server', TransportProtocol.get('tcp')

#: [N/A] ActionItems
actionitems: 'AppType' = -1, 'actionitems', TransportProtocol.get('undefined')

Expand Down
18 changes: 8 additions & 10 deletions pcapkit/const/reg/ethertype.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EtherType(IntEnum):
#: DLOG [Neil Sembower]
DLOG_0x0661 = 0x0661

#: Internet Protocol version 4 (IPv4) [RFC-ietf-intarea-rfc7042bis-11]
#: Internet Protocol version 4 (IPv4) [:rfc:`9542`]
Internet_Protocol_version_4 = 0x0800

#: X.75 Internet [Neil Sembower]
Expand All @@ -68,7 +68,7 @@ class EtherType(IntEnum):
#: X.25 Level 3 [Neil Sembower]
X_25_Level_3 = 0x0805

#: Address Resolution Protocol (ARP) [RFC-ietf-intarea-rfc7042bis-11]
#: Address Resolution Protocol (ARP) [:rfc:`9542`]
Address_Resolution_Protocol = 0x0806

#: XNS Compatability [Neil Sembower]
Expand Down Expand Up @@ -318,7 +318,7 @@ class EtherType(IntEnum):
Wellfleet_Communications = 0x80FF

#: Customer VLAN Tag Type (C-Tag, formerly called the Q-Tag) (initially
#: Wellfleet) [RFC-ietf-intarea-rfc7042bis-11]
#: Wellfleet) [:rfc:`9542`]
Customer_VLAN_Tag_Type = 0x8100

#: Hayes Microcomputers [Neil Sembower]
Expand Down Expand Up @@ -381,7 +381,7 @@ class EtherType(IntEnum):
#: Delta Controls [Neil Sembower]
Delta_Controls = 0x86DE

#: Internet Protocol version 6 (IPv6) [RFC-ietf-intarea-rfc7042bis-11]
#: Internet Protocol version 6 (IPv6) [:rfc:`9542`]
Internet_Protocol_version_6 = 0x86DD

#: ATOMIC [Joe Touch]
Expand All @@ -396,17 +396,16 @@ class EtherType(IntEnum):
#: Secure Data [:rfc:`1701`]
Secure_Data = 0x876D

#: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][RFC-ietf-
#: intarea-rfc7042bis-11]
#: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][:rfc:`9542`]
IEEE_Std_802_3_Ethernet_Passive_Optical_Network = 0x8808

#: Slow Protocols (Link Aggregation, OAM, etc.) [IEEE]
Slow_Protocols = 0x8809

#: Point-to-Point Protocol (PPP) [RFC-ietf-intarea-rfc7042bis-11]
#: Point-to-Point Protocol (PPP) [:rfc:`9542`]
Point_to_Point_Protocol = 0x880B

#: General Switch Management Protocol (GSMP) [RFC-ietf-intarea-rfc7042bis-11]
#: General Switch Management Protocol (GSMP) [:rfc:`9542`]
General_Switch_Management_Protocol = 0x880C

#: Ethernet NIC hardware and software testing [Wind River]
Expand All @@ -418,8 +417,7 @@ class EtherType(IntEnum):
#: MPLS with upstream-assigned label [:rfc:`5332`]
MPLS_with_upstream_assigned_label = 0x8848

#: Multicast Channel Allocation Protocol (MCAP) [RFC-ietf-intarea-
#: rfc7042bis-11]
#: Multicast Channel Allocation Protocol (MCAP) [:rfc:`9542`]
Multicast_Channel_Allocation_Protocol = 0x8861

#: PPP over Ethernet (PPPoE) Discovery Stage [:rfc:`2516`]
Expand Down

0 comments on commit daf3975

Please sign in to comment.