ExtractFile performs the actual file extraction
(conv *core.ConversationInfo, data []byte, metadata FileMetadata)
| 70 | |
| 71 | // ExtractFile performs the actual file extraction |
| 72 | ExtractFile(conv *core.ConversationInfo, data []byte, metadata FileMetadata) error |
| 73 | |
| 74 | // ProtocolName returns the name of the protocol this extractor handles |
| 75 | ProtocolName() string |
no outgoing calls
no test coverage detected