Skip to content

Commit

Permalink
sniffers: Fix SnifferPreference to subclass MobileSnifferBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Idan Freiberg committed Sep 22, 2023
1 parent 5b453f1 commit bb44a10
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 bb44a10

Please sign in to comment.