Skip to content

Commit

Permalink
Merge pull request #9 from speidy/fix_sniffer_preference
Browse files Browse the repository at this point in the history
sniffers: Fix SnifferPreference to subclass MobileSnifferBase
  • Loading branch information
doronz88 authored Sep 24, 2023
2 parents 5b453f1 + bb44a10 commit 427f10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harlogger/sniffers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, lockdown: LockdownClient, filters: Filters = None, unique: bo
self._os_trace_service = OsTraceService(self._lockdown)


class SnifferPreference(SnifferBase):
class SnifferPreference(MobileSnifferBase):
"""
Sniff using the secret com.apple.CFNetwork.plist configuration.
Expand Down

0 comments on commit 427f10f

Please sign in to comment.