elazarl / goproxy

An HTTP proxy library for Go
BSD 3-Clause "New" or "Revised" License
6.06k stars 1.1k forks source link

Is it possible to dump all incoming packets? I want to do packet analysis. I didn't see any code related to this. #538

Closed samueljaydan closed 2 months ago

JanneKiiskila commented 3 months ago

Use WireShark?

elazarl commented 2 months ago

@samueljaydan generally speaking, the OS abstract away packet information from user program.

So I don't think it's possible in the general sense, with or without goproxy.