SMBFileExtractor implements file extraction for SMB file share operations
| 29 | |
| 30 | // SMBFileExtractor implements file extraction for SMB file share operations |
| 31 | type SMBFileExtractor struct{} |
| 32 | |
| 33 | // GetFileHandle generates a unique identifier for an SMB file transfer |
| 34 | func (s *SMBFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string { |
nothing calls this directly
no outgoing calls
no test coverage detected