mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Merge pull request #802 from luweimy/fix-libpcap-spelling
Fix `EngineType` libpcap spelling
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ const (
|
||||
// Set is here so that EngineType can implement flag.Var
|
||||
func (eng *EngineType) Set(v string) error {
|
||||
switch v {
|
||||
case "", "libcap":
|
||||
case "", "libpcap":
|
||||
*eng = EnginePcap
|
||||
case "pcap_file":
|
||||
*eng = EnginePcapFile
|
||||
|
||||
Reference in New Issue
Block a user