Leonid Bugaev
|
9bed47e4d0
|
Update README.md
|
2016-05-17 18:10:27 +05:00 |
|
Leonid Bugaev
|
61605aefb2
|
Update README.md
|
2016-05-17 18:09:54 +05:00 |
|
Leonid Bugaev
|
eb9e073af8
|
Update README.md
|
2016-05-17 18:07:25 +05:00 |
|
Leonid Bugaev
|
163f4602e4
|
Update README.md
|
2016-05-17 17:57:28 +05:00 |
|
Leonid Bugaev
|
fee36a486d
|
Fix makefile
|
2016-05-14 11:36:33 +05:00 |
|
Leonid Bugaev
|
854ea15900
|
Update release script
v0.12.1
|
2016-05-13 17:42:59 +05:00 |
|
Leonid Bugaev
|
f8349e4488
|
Merge pull request #273 from buger/libpcap-fixes
Libpcap fixes
|
2016-05-13 18:35:06 +06:00 |
|
Leonid Bugaev
|
aac1345d16
|
Add Mac support
|
2016-05-13 17:31:39 +05:00 |
|
Leonid Bugaev
|
663bd8b95d
|
fmt fixes
|
2016-05-13 14:46:27 +05:00 |
|
Leonid Bugaev
|
19bfb8211c
|
Use latest libpcap and ensure to close sockets
|
2016-05-13 14:33:20 +05:00 |
|
Leonid Bugaev
|
cbc871b83f
|
Improve listening on all interfaces for complex environments
If one interface is failed it should not fail whole program
|
2016-05-11 20:08:20 +05:00 |
|
Leonid Bugaev
|
768c5f9726
|
Apply FMT
v0.12.0
|
2016-05-11 16:53:23 +05:00 |
|
Leonid Bugaev
|
47bb312b73
|
Allow listening on ALL interfaces
|
2016-05-11 16:52:52 +05:00 |
|
Leonid Bugaev
|
fb9cf68ff9
|
Merge pull request #270 from buger/ipv6
Add support for IPv6
|
2016-05-11 17:28:40 +06:00 |
|
Leonid Bugaev
|
759efce521
|
Add support for IPv6
|
2016-05-11 16:27:48 +05:00 |
|
Leonid Bugaev
|
af831381aa
|
Merge pull request #269 from buger/performance
Fix memory leaks and performance improvements
|
2016-05-11 15:32:17 +06:00 |
|
Leonid Bugaev
|
85e84ce330
|
Improve handling of fragmented messages
|
2016-05-11 14:26:11 +05:00 |
|
Leonid Bugaev
|
2bc441e0be
|
More fixes
|
2016-05-11 13:16:05 +05:00 |
|
Leonid Bugaev
|
7ee06e84f4
|
Add dest port to id
|
2016-05-10 15:40:13 +05:00 |
|
Leonid Bugaev
|
4109336a43
|
Remove unused logging
|
2016-05-10 11:10:14 +05:00 |
|
Leonid Bugaev
|
3ada9b63fd
|
Remove unused fields from packet
|
2016-05-10 11:08:39 +05:00 |
|
Leonid Bugaev
|
c41608e48c
|
Fix tests
|
2016-05-10 11:01:49 +05:00 |
|
Leonid Bugaev
|
48995cc41b
|
Do not span multiple goroutines
|
2016-05-10 06:40:35 +05:00 |
|
Leonid Bugaev
|
6a3b791f7b
|
Fix memory leak and improve tests
|
2016-05-09 18:00:12 +05:00 |
|
Leonid Bugaev
|
ddaa0e9d74
|
Require IP address
libpcap can’t listen on all interfaces in single thread
|
2016-05-03 18:47:11 +05:00 |
|
Leonid Bugaev
|
281219e6a0
|
Use static linking for libpcap and fix error with truncated packets
v0.11.2
|
2016-05-03 17:55:38 +05:00 |
|
Leonid Bugaev
|
ba227ae9ba
|
Fix license file
|
2016-05-03 10:28:15 +05:00 |
|
Leonid Bugaev
|
5779ea1b45
|
Update java middleware to not use apache commons
|
2016-05-02 16:31:38 +05:00 |
|
Leonid Bugaev
|
bb0fab4d35
|
Update README.md
|
2016-04-30 18:35:51 +05:00 |
|
Leonid Bugaev
|
8cc377f22f
|
Update README.md
|
2016-04-30 18:35:13 +05:00 |
|
Leonid Bugaev
|
5bea65c723
|
Fix input raw command line options
v0.11.1
|
2016-04-29 21:44:50 +05:00 |
|
Leonid Bugaev
|
52a0ebfd57
|
Fmt fixes
v0.11.0
|
2016-04-29 16:01:37 +05:00 |
|
Leonid Bugaev
|
a8731f290c
|
Fix broken pipe error
|
2016-04-29 16:01:30 +05:00 |
|
Leonid Bugaev
|
2f0e865e82
|
Fix middleware crashing for big payloads.
Fix #245 and #250
|
2016-04-29 15:34:38 +05:00 |
|
Leonid Bugaev
|
afc8f7852e
|
Libpcap support and vairous bugfixes
Merge #260
|
2016-04-29 14:48:17 +05:00 |
|
Leonid Bugaev
|
00feb08165
|
Add benchmark for testing packet capture (and its quality)
|
2016-04-26 17:18:09 +05:00 |
|
Leonid Bugaev
|
0754ed7d83
|
Merge pull request #239 from dougjohnson/output-http-debug
add flag to enable debugging of http output
|
2016-04-25 17:55:04 +06:00 |
|
Leonid Bugaev
|
4baf3985dc
|
More debugging
|
2016-04-25 16:46:34 +05:00 |
|
Leonid Bugaev
|
32264eb427
|
Update README.md
|
2016-04-25 10:44:58 +05:00 |
|
Salimane Adjao Moustapha
|
f2cedaf89f
|
Merge pull request #256 from buger/revert-238-fix-memory-leak-in-aliases
Revert "Fixes memory leak by adding respAliases cleanup after expiration time"
|
2016-04-23 21:35:38 +02:00 |
|
Salimane Adjao Moustapha
|
e8f7d30551
|
Revert "Fixes memory leak by adding respAliases cleanup after expiration time"
|
2016-04-23 21:17:54 +02:00 |
|
Salimane Adjao Moustapha
|
0c7643f477
|
Merge pull request #238 from AnderEnder/fix-memory-leak-in-aliases
Fixes memory leak by adding respAliases cleanup after expiration time
|
2016-04-23 20:23:11 +02:00 |
|
Salimane Adjao Moustapha
|
4c8a73a58b
|
Merge pull request #235 from sneakybeaky/input_file_reader
Replace the use of bufio.Scanner with bufio.Reader
|
2016-04-23 20:20:42 +02:00 |
|
Leonid Bugaev
|
3d7455d6c1
|
Update README.md
|
2016-04-23 18:35:17 +05:00 |
|
Leonid Bugaev
|
3c40ac7ab6
|
Fix input dummy spec
|
2016-04-23 09:38:46 +05:00 |
|
Leonid Bugaev
|
e0e065ba8a
|
Fix license name
|
2016-04-23 09:36:33 +05:00 |
|
Leonid Bugaev
|
fc1771ef70
|
Update README.md
|
2016-04-22 15:00:29 +05:00 |
|
Leonid Bugaev
|
5ec67ee88d
|
Create COM-LICENSE
|
2016-04-22 14:21:41 +05:00 |
|
Leonid Bugaev
|
500d80d261
|
Update LICENSE.txt
|
2016-04-22 14:21:01 +05:00 |
|
Leonid Bugaev
|
eb395ff815
|
Update README.md
|
2016-04-22 13:47:06 +05:00 |
|