simpleStreamFactory implements tcpassembly.StreamFactory
| 46 | |
| 47 | // simpleStreamFactory implements tcpassembly.StreamFactory |
| 48 | type statsStreamFactory struct{} |
| 49 | |
| 50 | // statsStream will handle the actual decoding of stats requests. |
| 51 | type statsStream struct { |
nothing calls this directly
no outgoing calls
no test coverage detected