Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryShaw committed Aug 23, 2023
2 parents 703e208 + 824246f commit 7a15387
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chardet == 5.2.0
charset-normalizer == 3.2.0
dictdumper == 0.8.4.post2
dpkt == 1.9.8
emoji == 2.7.0
emoji == 2.8.0
html5lib == 1.1
idna == 3.4
lxml == 4.9.3
Expand Down
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.1.1'
__version__ = '1.1.1.post1'
3 changes: 3 additions & 0 deletions pcapkit/const/reg/ethertype.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ class EtherType(IntEnum):
#: IEEE Std 802.1Q - Multiple Multicast Registration Protocol (MMRP) [IEEE]
IEEE_Std_802_1Q_Multiple_Multicast_Registration_Protocol = 0x88F6

#: Precision Time Protocol [NIST: IEEE Std 1588][Kang Lee]
Precision_Time_Protocol = 0x88F7

#: IEEE Std 802.11 - Fast Roaming Remote Request (802.11r) [IEEE]
IEEE_Std_802_11_Fast_Roaming_Remote_Request = 0x890D

Expand Down

0 comments on commit 7a15387

Please sign in to comment.