Explorar o código

- protocol resides in config, not in command line argument

Tobias Begalke %!s(int64=7) %!d(string=hai) anos
pai
achega
458af5516b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -230,7 +230,7 @@ func processPacket(packet gopacket.Packet) {
 		CreatedAt: packet.Metadata().CaptureInfo.Timestamp.UnixNano(),
 	}
 
-	switch *protocol {
+	switch config.Protocol {
 	case "http":
 		processHTTP(&request, applicationLayer.Payload())
 	case "ajp13":