mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
This is still maintained and interesting as an alternate SIP stack and legacy telephony protocols.
11 lines
365 B
C++
11 lines
365 B
C++
--- modules/server/hep3_capture.cpp.orig 2024-05-11 20:44:43 UTC
|
|
+++ modules/server/hep3_capture.cpp
|
|
@@ -421,7 +421,7 @@ static const TokenDict s_ipTypes[] = {
|
|
{"unspecified", AF_UNSPEC},
|
|
{"local", AF_LOCAL},
|
|
{"unix", AF_UNIX},
|
|
- {"file", AF_FILE},
|
|
+ {"file", AF_LOCAL},
|
|
{"ipv4", AF_INET},
|
|
{"IPv4", AF_INET},
|
|
{"ipv6", AF_INET6},
|