Skip to content

Commit d7f071e

Browse files
committed
Cisco: Add ports to PortMap class: rtsp, sip
1 parent 72cfb69 commit d7f071e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

capirca/lib/cisco.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ class PortMap(object):
318318
109: 'pop2',
319319
110: 'pop3',
320320
1723: 'pptp',
321+
554: 'rtsp',
322+
5060: 'sip',
321323
25: 'smtp',
322324
22: 'ssh',
323325
111: 'sunrpc',
@@ -345,6 +347,8 @@ class PortMap(object):
345347
123: 'ntp',
346348
496: 'pim-auto-rp',
347349
520: 'rip',
350+
554: 'rtsp',
351+
5060: 'sip',
348352
161: 'snmp',
349353
162: 'snmptrap',
350354
111: 'sunrpc',

0 commit comments

Comments
 (0)