Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157301713
D40825.id124057.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D40825.id124057.diff
View Options
diff --git a/cddl/lib/libdtrace/siftr.d b/cddl/lib/libdtrace/siftr.d
--- a/cddl/lib/libdtrace/siftr.d
+++ b/cddl/lib/libdtrace/siftr.d
@@ -44,7 +44,6 @@
struct timeval tval;
uint8_t direction;
uint8_t ipver;
- uint32_t hash;
uint16_t tcp_localport;
uint16_t tcp_foreignport;
uint32_t snd_cwnd;
@@ -74,7 +73,6 @@
translator siftrinfo_t < struct pkt_node *p > {
direction = p == NULL ? 0 : p->direction;
ipver = p == NULL ? 0 : p->ipver;
- hash = p == NULL ? 0 : p->hash;
tcp_localport = p == NULL ? 0 : ntohs(p->tcp_localport);
tcp_foreignport = p == NULL ? 0 : ntohs(p->tcp_foreignport);
snd_cwnd = p == NULL ? 0 : p->snd_cwnd;
diff --git a/share/man/man4/dtrace_tcp.4 b/share/man/man4/dtrace_tcp.4
--- a/share/man/man4/dtrace_tcp.4
+++ b/share/man/man4/dtrace_tcp.4
@@ -319,8 +319,6 @@
for IPv4, or
.Qq 2
for IPv6.
-.It Vt uint32_t hash
-Hash of the packet that triggered the log message.
.It Vt uint16_t tcp_localport
The TCP port that the local host is communicating via.
.It Vt uint16_t tcp_foreignport
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 3:56 AM (5 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33372545
Default Alt Text
D40825.id124057.diff (1 KB)
Attached To
Mode
D40825: dtrace: third update to the siftr probe
Attached
Detach File
Event Timeline
Log In to Comment