Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102950896
D42504.id129856.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D42504.id129856.diff
View Options
diff --git a/contrib/tcpdump/print-ip-demux.c b/contrib/tcpdump/print-ip-demux.c
--- a/contrib/tcpdump/print-ip-demux.c
+++ b/contrib/tcpdump/print-ip-demux.c
@@ -216,6 +216,12 @@
}
break;
+#ifdef HAVE_NET_IF_PFLOG_H
+ case IPPROTO_PFSYNC:
+ pfsync_ip_print(ndo, bp, length);
+ break;
+#endif
+
case IPPROTO_NONE:
ND_PRINT("no next header");
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 3:04 AM (1 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14728711
Default Alt Text
D42504.id129856.diff (458 B)
Attached To
Mode
D42504: Decode pfsync packets on network interfaces
Attached
Detach File
Event Timeline
Log In to Comment