Skip to content

Commit

Permalink
Fix regex pattern for Cisco CE
Browse files Browse the repository at this point in the history
  • Loading branch information
atorovik-r7 committed Sep 18, 2024
1 parent 20bd01c commit b2e8c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@
<param pos="2" name="hw.product"/>
</fingerprint>

<fingerprint pattern="SoftW:\s+(ce\d+\S*)$$">
<fingerprint pattern="SoftW:\s+(ce\d+\S*)$">
<description>Cisco TelePresence Collaboration Endpoint (RoomOS)</description>
<example os.version="ce9.15.0.11.aec227943ed">SNMP:
Uptime: 840410
Expand Down

0 comments on commit b2e8c00

Please sign in to comment.