Skip to content

Commit a8e72c0

Browse files
committed
Regenerate man pages.
[skip ci]
1 parent 0e2e145 commit a8e72c0

File tree

2 files changed

+41
-21
lines changed

2 files changed

+41
-21
lines changed

manpages/pcap-filter.7.html

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
</HEAD><BODY>
77
<H1>Man page of PCAP-FILTER</H1>
8-
Section: Environments, Tables, and Troff Macros (7)<BR>Updated: 2 November 2025<BR><A HREF="#index">Index</A>
8+
Section: Environments, Tables, and Troff Macros (7)<BR>Updated: 22 November 2025<BR><A HREF="#index">Index</A>
99
<A HREF="./">Return to Main Contents</A><HR>
1010
<DIV class=version_boilerplate>
1111
<H4>This man page documents libpcap version 1.11.0-PRE-GIT.</H4>
@@ -1110,15 +1110,35 @@ <H2 id="lbAD">PRIMITIVES</H2>
11101110
</DL>
11111111

11121112
<DT><B>inbound</B><DD>
1113-
Packet was received by the host performing the capture rather than being
1114-
sent by that host. This is only supported for certain link-layer types,
1115-
such as SLIP and the ``cooked'' Linux capture mode
1116-
used for the ``any'' device and for some other device types.
1113+
True if the packet was received by the host performing the capture rather than
1114+
sent by that host. This primitive is supported for certain link-layer types
1115+
only, namely,
1116+
<B>DLT_SLIP</B>,
1117+
1118+
<B>DLT_IPNET</B>,
1119+
1120+
<B>DLT_LINUX_SLL</B>,
1121+
1122+
<B>DLT_LINUX_SLL2</B>,
1123+
1124+
<B>DLT_PFLOG</B>,
1125+
1126+
<B>DLT_PPP_PPPD</B>,
1127+
1128+
a number of Juniper Networks private types and some types of Linux DSA tag.
1129+
For reference, the ``any'' pseudo-interface uses
1130+
<B>DLT_LINUX_SLL</B>
1131+
1132+
or
1133+
<B>DLT_LINUX_SLL2</B>
1134+
1135+
on Linux, and
1136+
<B>DLT_IPNET</B>
1137+
1138+
on Solaris.
11171139
<DT><B>outbound</B><DD>
1118-
Packet was sent by the host performing the capture rather than being
1119-
received by that host. This is only supported for certain link-layer types,
1120-
such as SLIP and the ``cooked'' Linux capture mode
1121-
used for the ``any'' device and for some other device types.
1140+
Same as the above, but for the opposite direction (from the capturing host
1141+
to the network).
11221142
<DT><B>ifindex </B><I>interface_index</I><DD>
11231143
True if the packet was logged via the specified interface (applies only to
11241144
packets logged by the Linux &quot;any&quot; cooked v2 interface).
@@ -2598,7 +2618,7 @@ <H2 id="index">Index</H2>
25982618
</DL>
25992619
<HR>
26002620
<H2>COLOPHON</H2>
2601-
This HTML man page was generated at 16:11:55 GMT, November 19, 2025
2621+
This HTML man page was generated at 13:05:55 GMT, November 23, 2025
26022622
from a source man page in "The Tcpdump Group" git repositories
26032623
using man2html and other tools.
26042624
</BODY>

manpages/pcap-filter.7.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -543,18 +543,18 @@ PRIMITIVES
543543
frmr Frame Reject (FRMR) U PDUs
544544

545545
inbound
546-
Packet was received by the host performing the capture rather
547-
than being sent by that host. This is only supported for cer-
548-
tain link-layer types, such as SLIP and the ``cooked'' Linux
549-
capture mode used for the ``any'' device and for some other de-
550-
vice types.
546+
True if the packet was received by the host performing the cap-
547+
ture rather than sent by that host. This primitive is supported
548+
for certain link-layer types only, namely, DLT_SLIP, DLT_IPNET,
549+
DLT_LINUX_SLL, DLT_LINUX_SLL2, DLT_PFLOG, DLT_PPP_PPPD, a number
550+
of Juniper Networks private types and some types of Linux DSA
551+
tag. For reference, the ``any'' pseudo-interface uses
552+
DLT_LINUX_SLL or DLT_LINUX_SLL2 on Linux, and DLT_IPNET on So-
553+
laris.
551554

552555
outbound
553-
Packet was sent by the host performing the capture rather than
554-
being received by that host. This is only supported for certain
555-
link-layer types, such as SLIP and the ``cooked'' Linux capture
556-
mode used for the ``any'' device and for some other device
557-
types.
556+
Same as the above, but for the opposite direction (from the cap-
557+
turing host to the network).
558558

559559
ifindex interface_index
560560
True if the packet was logged via the specified interface (ap-
@@ -1179,4 +1179,4 @@ BUGS
11791179
and may incorrectly match packets that have a different combination of
11801180
protocol and hardware.
11811181

1182-
2 November 2025 PCAP-FILTER(7)
1182+
22 November 2025 PCAP-FILTER(7)

0 commit comments

Comments
 (0)