Skip to content

Commit

Permalink
chore(dumpcap): Be nice and log what's happening for domain socks
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch authored and rumpelsepp committed Jan 4, 2024
1 parent d432e88 commit 88d222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/dumpcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ async def start(
src_addr,
dst_addr,
)
# Unix domain sockets are not supported by dumpcap.
case UnixTransport.SCHEME | UnixLinesTransport.SCHEME:
logger.warning("Dumpcap does not support unix domain sockets")
return None
# There is currently no API for transport plugins to
# register a scheme and a corresponding invocation
Expand Down

0 comments on commit 88d222c

Please sign in to comment.