Skip to content

Commit 2eca158

Browse files
author
foreverneilyoung
committed
1 parent e4d636e commit 2eca158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fritzcap.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
from g711_decoder import G711Decoder
1818

1919
# Configuration (just change here) ###############################################
20-
boxname = 'mr01.dnsalias.com' # or ip (also fritz.box)
21-
password = 'Test01' # your password, adapt
22-
protocol = 'http' # or http
20+
boxname = 'speedport.ip' # or ip (also fritz.box)
21+
password = 'yourpassword' # your password, adapt
22+
protocol = 'https' # or http
2323
capfolder = 'captures' # plus subfolders according to day, month, year, hour, minute
2424
capfile = 'capture.cap' # name of capture file
2525
login_required = True # set to 0 if no login is required

0 commit comments

Comments
 (0)