Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ShoreTel IP Phone to dhcp_vendor_class #549

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions identifiers/hw_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ Scrutinizer
Sensor
Sentry Switched CDU
ShareLink Pro
ShoreTel
Sigma Control 2
SimpliVity OmniStack
Site Recovery Manager
Expand Down
11 changes: 11 additions & 0 deletions xml/dhcp_vendor_class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -933,4 +933,15 @@
<param pos="0" name="os.cpe23" value="cpe:/o:lg:webos:-"/>
</fingerprint>

<fingerprint pattern="^ShoreTel IP Phone$">
<description>ShoreTel IP Phone</description>
<example>ShoreTel IP Phone</example>
<param pos="0" name="hw.device" value="VoIP"/>
<param pos="0" name="hw.vendor" value="Mitel"/>
<param pos="0" name="hw.product" value="ShoreTel"/>
<param pos="0" name="hw.cpe23" value="cpe:/h:mitel:shoretel:-"/>
<param pos="0" name="os.vendor" value="Mitel"/>
<param pos="0" name="os.product" value="{hw.product} Firmware"/>
</fingerprint>

</fingerprints>