Skip to content

Commit

Permalink
Cisco: Add ports to PortMap class: rtsp, sip
Browse files Browse the repository at this point in the history
  • Loading branch information
hkam40k committed Jan 6, 2021
1 parent eb5c9d4 commit 5a78ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions capirca/lib/cisco.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ class PortMap(object):
109: 'pop2',
110: 'pop3',
1723: 'pptp',
554: 'rtsp',
5060: 'sip',
25: 'smtp',
22: 'ssh',
111: 'sunrpc',
Expand Down Expand Up @@ -345,6 +347,8 @@ class PortMap(object):
123: 'ntp',
496: 'pim-auto-rp',
520: 'rip',
554: 'rtsp',
5060: 'sip',
161: 'snmp',
162: 'snmptrap',
111: 'sunrpc',
Expand Down

0 comments on commit 5a78ead

Please sign in to comment.