Coder Social home page Coder Social logo

fritzcap's People

Forkers

jpluimers

fritzcap's Issues

box_name is hardcoded in parts of capture_monitor.py

What steps will reproduce the problem?
1. tool does not connect to devices with other hostnames than fritz.box

What is the expected output? 
i.e.: "Start capture ..."

What do you see instead?
"Login attempt was made, but something was wrong:"

What version of the product are you using? On what operating system?
r14

Please provide any additional information below.
Edit capture_monitor.py
Find init_login

#1
In line 164:
  conn_url = self.protocol + '://' + self.box_name + '/login_sid.lua'
Replace:
  conn_url = 'http://fritz.box/login_sid.lua'
with:


#2
In line 183:
Replace:
  conn_url = 'http://fritz.box/login_sid.lua?username=root&response=' + response_bf

with:
  conn_url = self.protocol + '://' + self.box_name + '/login_sid.lua?username=root&response=' + response_bf

Original issue reported on code.google.com by [email protected] on 10 Nov 2014 at 10:48

Audio mix is rather slow

What steps will reproduce the problem?
1. Capture audio
2. Mix it


What is the expected output? What do you see instead?
Script needs about 30 seconds to mix a 11 minute conversation. Rather slow.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 Aug 2010 at 9:33

Hostname not accepted

What steps will reproduce the problem?
1. Open fritzcap.conf
2. Insert another hostname than "fritz.box"

What is the expected output? What do you see instead?
Expected output: Connection to entered IP
Instead: No output because trying to connect wrong IP.

What version of the product are you using? On what operating system?
Win 7, newest version.

Please provide any additional information below.
To solve the problem just open \core\capture_monitor.py and replace line 164 
with
conn_url = self.protocol + '://' + self.box_name + '/login_sid.lua'
and line 183 with
conn_url = self.protocol + '://' + self.box_name + 
'/login_sid.lua?username=root&response=' + response_bf

I'll attach a repaired file.

Original issue reported on code.google.com by [email protected] on 24 Apr 2013 at 4:51

Attachments:

Exception when starting while call

What steps will reproduce the problem?
1. Call someone
2. Open Fritzcap
3. End Call

What is the expected output? What do you see instead?
Expected output: Nothing.
Instead:
Exception in thread Thread-4:
Traceback (most recent call last):
  File "C:\Python27\lib\threading.py", line 810, in __bootstrap_inner
    self.run()
  File "D:\Users\...\Desktop\pcap/core/call_monitor.py", line 176, in run
    self.logger.info("Disconnect (ID:%s, ActiveCalls.:%s, Caller:%s, DialedNumber:%s, LinePort:%s)" % (sline[2],callers_
count,call_id_map[sline[2]][0],call_id_map[sline[2]][1],call_id_map[sline[2]][2]
))
KeyError: '1'

What version of the product are you using? On what operating system?
Newest Version, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Apr 2013 at 11:09

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.