bettercap/packets
Kent Gruber 6414f00df7 replace q.Protos[name] += 1 with q.Protos[name]++
minor refactor from golint:
should replace q.Protos[name] += 1 with q.Protos[name]++
2018-05-02 11:48:26 -04:00
..
arp.go fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
dhcp6.go if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:13 -04:00
dhcp6_layer.go fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
doc.go docs: added basic per-package documentation 2018-02-11 20:38:59 +01:00
dot11.go typos 2018-04-26 12:44:26 +02:00
dot11_types.go wifi module: fix on beacon parsing and multiple channel selection 2018-03-12 16:06:51 +01:00
krb5.go new: proper parsing of NTLM challenge responses 2018-02-11 16:09:42 +01:00
ntlm.go more lint driven refactoring 2018-04-24 18:26:16 +02:00
queue.go replace q.Protos[name] += 1 with q.Protos[name]++ 2018-05-02 11:48:26 -04:00
serialize.go fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
tcp.go fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
udp.go fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00