Skip to content

Commit

Permalink
http
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjx committed Oct 10, 2021
1 parent 3240379 commit 566f226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/mybin/run.d/what-http.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# tcpflow -c -i any -e http
tshark -i any -d tcp.port==80,http -T fields -e tcp.analysis.ack_rtt -e http.request.host -e http.request.uri -e http.file_data -e http.request.line -e http.response.line
tshark -i any -d tcp.port==80,http -T fields -e tcp.analysis.ack_rtt -e http.request.full_uri -e http.file_data -e http.request.line -e http.response.line

# tshark -i any -d tcp.port==80,http

Expand Down

0 comments on commit 566f226

Please sign in to comment.