MCPcopy
hub / github.com/dreadl0ck/netcap / ProtocolName

Method ProtocolName

decoder/stream/file/framework.go:75–75  ·  view source on GitHub ↗

ProtocolName returns the name of the protocol this extractor handles

()

Source from the content-addressed store, hash-verified

73
74 // ProtocolName returns the name of the protocol this extractor handles
75 ProtocolName() string
76}
77
78// extractorRegistry holds all registered file extractors

Callers 2

TestRegisterExtractorFunction · 0.65
RegisterExtractorFunction · 0.65

Implementers 6

HTTPFileExtractordecoder/stream/http/http_file_extracto
IRCFileExtractordecoder/stream/irc/irc_file_extractor.
MockFileExtractordecoder/stream/file/framework_test.go
MailFileExtractordecoder/stream/mail/mail_file_extracto
FTPFileExtractordecoder/stream/ftp/ftp_file_extractor.
SMBFileExtractordecoder/stream/smb/smb_file_extractor.

Calls

no outgoing calls

Tested by 1

TestRegisterExtractorFunction · 0.52