* * FSM tests */ * For FSM: bump nb on accepted packet */
| 1242 | */ |
| 1243 | /* For FSM: bump nb on accepted packet */ |
| 1244 | type testFSMFactory struct { |
| 1245 | nb int |
| 1246 | fsm TCPSimpleFSM |
| 1247 | } |
| 1248 | |
| 1249 | func (t *testFSMFactory) New(a, b gopacket.Flow, tcp *layers.TCP, ac AssemblerContext) Stream { |
| 1250 | return t |
nothing calls this directly
no outgoing calls
no test coverage detected