Commit Graph

9 Commits (1b27ec5e7cb1697dd584043d9581c351bb550003)

Author SHA1 Message Date
Kirill Motkov 0401a91ef4 Some code improvements
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
2019-06-28 17:53:44 +03:00
Darien Raymond 372da062d4
fix build break 2018-12-10 23:34:54 +01:00
Victoria Raymond ce412aec65
Merge branch 'master' into fix-sniff-http-ipv6 2018-12-10 23:09:55 +01:00
Darien Raymond 7e37d141e2
move parseHost to http protocol 2018-12-10 23:08:16 +01:00
comwrg e52b387483
fix sniff http ipv6 address 2018-12-10 20:37:17 +08:00
Darien Raymond b6dc31d3fe
first part to move feature interfaces into dedicated directory 2018-10-11 20:43:37 +02:00
Darien Raymond e8959dff86
fix http sniffer 2018-07-25 23:34:52 +02:00
Darien Raymond e3cc12995f
fix some lint errors 2018-07-19 13:31:57 +02:00
Darien Raymond 8912e4eb90
move sniffer to their own directory 2018-07-16 12:56:50 +02:00