M. Mert Yildiran
|
c55f43bbd1
|
Revert "Compress if it's gzip chunk (probably wrong!)"
This reverts commit 094a7c3da4 .
|
2022-06-02 03:12:04 +03:00 |
|
M. Mert Yildiran
|
094a7c3da4
|
Compress if it's gzip chunk (probably wrong!)
|
2022-06-02 03:11:42 +03:00 |
|
M. Mert Yildiran
|
308d3cfd87
|
Fix the key_gzip offsets
|
2022-06-02 01:48:09 +03:00 |
|
M. Mert Yildiran
|
9868a7723a
|
Remove two TODO s
|
2022-06-02 01:23:45 +03:00 |
|
M. Mert Yildiran
|
9f6188a4cb
|
Set len and cap in golang_net_http_gzipreader_read_uprobe as well
|
2022-06-02 01:10:02 +03:00 |
|
M. Mert Yildiran
|
f80556d21c
|
Bring back len and cap fields
|
2022-06-02 00:28:42 +03:00 |
|
M. Mert Yildiran
|
04935b21aa
|
Revert "NULL terminate the bytes with unix.ByteSliceToString "
This reverts commit 7ee7ef7e44 .
|
2022-06-02 00:15:28 +03:00 |
|
M. Mert Yildiran
|
5256902e9d
|
Add malformed TODOs
|
2022-06-01 17:40:21 +03:00 |
|
M. Mert Yildiran
|
94dba8bc64
|
Temporarily reject the gzip chunks
|
2022-06-01 17:40:10 +03:00 |
|
M. Mert Yildiran
|
7ee7ef7e44
|
NULL terminate the bytes with unix.ByteSliceToString
|
2022-06-01 17:39:37 +03:00 |
|
M. Mert Yildiran
|
4e8d760a12
|
Add MIZU_GLOBAL_GOLANG_PATH environment variable
|
2022-06-01 17:30:29 +03:00 |
|
M. Mert Yildiran
|
b6b269eb19
|
Have a single counter pair and request response matcher per Golang connection
|
2022-06-01 17:16:21 +03:00 |
|
M. Mert Yildiran
|
52c4b18a9d
|
Add golangReader struct and implement its Read method
|
2022-06-01 15:27:54 +03:00 |
|
M. Mert Yildiran
|
68dec6cbbc
|
Fix the probed line number links
|
2022-06-01 14:58:39 +03:00 |
|
M. Mert Yildiran
|
c7d40d1caf
|
Pass the connection address from write to gzip through a common address between gzip and dial
|
2022-06-01 14:57:16 +03:00 |
|
M. Mert Yildiran
|
76bee7a9df
|
Make hash map names more meaningful
|
2022-06-01 14:36:03 +03:00 |
|
M. Mert Yildiran
|
3b332d2a9a
|
Cancel golang_crypto_tls_read_uprobe if it's a gzip read
|
2022-06-01 14:34:25 +03:00 |
|
M. Mert Yildiran
|
9fc8e0eb50
|
Add a uprobe for net/http.(*gzipReader).Read to read chunked HTTP response body
|
2022-06-01 14:32:24 +03:00 |
|
M. Mert Yildiran
|
a2da15ef2d
|
Temporarily disable the PCAP capture
|
2022-06-01 14:25:23 +03:00 |
|
M. Mert Yildiran
|
e453947b12
|
Fix the read data address one more time
|
2022-05-31 15:23:11 +03:00 |
|
M. Mert Yildiran
|
9314126fb6
|
Make golang_dial_writes key __u64 and include the PID
|
2022-05-31 15:20:38 +03:00 |
|
M. Mert Yildiran
|
0e5571e156
|
Fix the read data address
|
2022-05-31 15:12:37 +03:00 |
|
M. Mert Yildiran
|
e9abe14ff5
|
Fix the indent
|
2022-05-31 00:54:05 +03:00 |
|
M. Mert Yildiran
|
af40e814a4
|
Remove len and cap fields
|
2022-05-31 00:50:47 +03:00 |
|
M. Mert Yildiran
|
fbdbe1a9f1
|
Change the read symbol from net/http.(*persistConn).Read to crypto/tls.(*Conn).Read
|
2022-05-31 00:49:57 +03:00 |
|
M. Mert Yildiran
|
3b27c5c704
|
Fix the mixed offsets and dissection preparation
|
2022-05-31 00:10:32 +03:00 |
|
M. Mert Yildiran
|
f54d9a453f
|
Temporarily disable OpenSSL
|
2022-05-30 23:29:13 +03:00 |
|
M. Mert Yildiran
|
efc81b9baf
|
Fix exe path finding
|
2022-05-30 23:27:19 +03:00 |
|
M. Mert Yildiran
|
fcb7663b99
|
Replace Libssl occurrences with Ssllib for consistency
|
2022-05-30 22:34:01 +03:00 |
|
M. Mert Yildiran
|
e0a7a04543
|
Add an environment variable to test Golang locally
|
2022-05-30 22:32:14 +03:00 |
|
M. Mert Yildiran
|
be1a572f35
|
Remove unused parameter
|
2022-05-30 22:27:39 +03:00 |
|
M. Mert Yildiran
|
4111f0f58c
|
Move map related stuff to maps.h and run go generate tls_tapper.go
|
2022-05-30 19:37:03 +03:00 |
|
M. Mert Yildiran
|
81a1f50d2c
|
Fix the linter error
|
2022-05-30 19:22:22 +03:00 |
|
M. Mert Yildiran
|
eccd042d69
|
Upgrade github.com/cilium/ebpf version to v0.8.1
|
2022-05-30 19:20:46 +03:00 |
|
M. Mert Yildiran
|
b91ad2c76c
|
Add golangConnection struct and implement pollGolangReadWrite method
|
2022-05-30 19:10:16 +03:00 |
|
M. Mert Yildiran
|
2dc40d5976
|
Add Golang hooks and offsets
|
2022-05-30 17:07:29 +03:00 |
|
M. Mert Yildiran
|
464aa98f23
|
Add golang_uprobes.c
|
2022-05-30 14:20:15 +03:00 |
|
M. Mert Yildiran
|
e8653f8cdf
|
Run go generate tls_tapper.go
|
2022-05-30 13:51:35 +03:00 |
|
leon-up9
|
02b3672e09
|
added map object (#1119)
Co-authored-by: Leon <>
|
2022-05-30 13:13:07 +03:00 |
|
RoyUP9
|
45b368b33e
|
Updated the install command UX (#1118)
|
2022-05-30 11:18:46 +03:00 |
|
Igor Gov
|
8f64fdaa61
|
Alert to slack if release action fails (#1117)
* Trigger mizu ent stg deployment on release
|
2022-05-29 15:16:45 +03:00 |
|
AmitUp9
|
7edb0b153b
|
added condition that if no selector wouldn't be tooltip also (#1114)
|
2022-05-26 15:19:00 +03:00 |
|
AmitUp9
|
569a687fdf
|
Line numbers counter func added to utils (#1112)
* #run_acceptance_tests
* added new line to the end of the file
* #run_acceptance_tests
* linter fix
* more linter issues fix
|
2022-05-25 13:44:50 +03:00 |
|
AmitUp9
|
11e8b5eb65
|
TRA_4437- disable line numbers checkbox when only one line in content (#1109)
* number of lines state added
* added useEffect to update to showLineNubers state dynamically
* small cr fixes
|
2022-05-24 15:07:40 +03:00 |
|
AmitUp9
|
3901f3f3fe
|
change icon style css to move the icon so it can be clicked (#1111)
|
2022-05-24 14:16:27 +03:00 |
|
Nimrod Gilboa Markevich
|
2f1cc21fcb
|
Change redact to opt in (#1104)
|
2022-05-24 14:12:37 +03:00 |
|
leon-up9
|
433253a27b
|
font & padding change (#1108)
Co-authored-by: Leon <>
|
2022-05-24 12:09:13 +03:00 |
|
RoyUP9
|
00cc94fbe5
|
Changed OAS generator to get entries by push (#1103)
|
2022-05-22 14:53:48 +03:00 |
|
Nimrod Gilboa Markevich
|
8feef78ab1
|
Ignore mizu traffic in performance tests (#1102)
|
2022-05-22 12:08:22 +03:00 |
|
Nimrod Gilboa Markevich
|
992abc99bc
|
Disable redaction in performance tests (#1101)
|
2022-05-22 12:05:24 +03:00 |
|