Thursday, August 1, 2019

..." Wireshark is a network sniffer. To sniff analog phone lines, you would need a device that "captures" data on those lines and converts it to something wireshark can read. There are several call recording tools available on the market, however I don't know if they can export the captured data in a wireshark readable format (e.g. SIP/RTP). Search google for: analog call recording..."


No comments:

AI self decisition control human factor ( code)

 import random import time # SIMULAÇÃO DE API: Conexões simuladas do sistema class ServidorAPI:     def __init__(self):         self.espaco_...