Skip to content

Commit 8d31d81

Browse files
authored
feat: Add additional TCP fields and typo fix (#140)
* Add additional TCP fields and typo fix * A typo issue is fixed * It might be useful to show tcp start time and end time. * Update field names
1 parent f279019 commit 8d31d81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkg/kevent/kparams/fields_windows.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,12 @@ const (
156156
NetRcvWinScale = "recv_winscale"
157157
// NetSendWinScale is the parameter name that represents the TCP send window scaling factor.
158158
NetSendWinScale = "send_winscale"
159-
// NetSeqNum is the parameter name that represents that represents the TCP sequence number.
159+
// NetSeqNum is the parameter name that represents the TCP sequence number.
160160
NetSeqNum = "seqnum"
161+
// NetStartTime is the parameter name that represents the TCP start time.
162+
NetStartTime = "start_time"
163+
// NetEndTime is the parameter name that represents the TCP end time.
164+
NetEndTime = "end_time"
161165
// NetConnID is the parameter name that represents a unique connection identifier.
162166
NetConnID = "connid"
163167
// NetL4Proto is the parameter name that identifies the Layer 4 protocol name.

0 commit comments

Comments
 (0)