Skip to content

Commit

Permalink
Updated dependency github.com/tsg/gopacket (elastic#6583)
Browse files Browse the repository at this point in the history
Fixes packetbeat termination problems with both af_packet and pcap
captures.

Fixes elastic#6535
  • Loading branch information
adriansr authored and andrewkroh committed Apr 6, 2018
1 parent 7007be9 commit 01525fc
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ https://github.com/elastic/beats/compare/v6.0.1...v6.1.0[View commits]
- Fix corruption when parsing repeated headers in an HTTP request or response. {pull}6325[6325]
- Fix panic when parsing partial AMQP messages. {pull}6384[6384]
- Fix out of bounds access to slice in MongoDB parser. {pull}6256[6256]
- Fix sniffer hanging on exit under Linux. {pull}6535[6535]
*Winlogbeat*
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------
Dependency: github.com/tsg/gopacket
Revision: 8e703b9968693c15f25cabb6ba8be4370cf431d0
Revision: f289b3ea3e41a01b2822be9caf5f40c01fdda05c
License type (autodetected): BSD-3-Clause
./vendor/github.com/tsg/gopacket/LICENSE:
--------------------------------------------------------------------
Expand Down
16 changes: 12 additions & 4 deletions vendor/github.com/tsg/gopacket/afpacket/afpacket.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/tsg/gopacket/layers/lldp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion vendor/github.com/tsg/gopacket/pcap/pcap.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/github.com/tsg/gopacket/pcap/pcap_poll_common.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions vendor/github.com/tsg/gopacket/pcap/pcap_poll_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,8 @@
{
"checksumSHA1": "M0S9278lG9Fztu+ZUsLUi40GDJU=",
"path": "github.com/tsg/gopacket",
"revision": "8e703b9968693c15f25cabb6ba8be4370cf431d0",
"revisionTime": "2016-08-17T18:24:57Z"
"revision": "f289b3ea3e41a01b2822be9caf5f40c01fdda05c",
"revisionTime": "2018-03-16T21:03:30Z"
},
{
"checksumSHA1": "STY8i3sZLdZfFcKiyOdpV852nls=",
Expand Down

0 comments on commit 01525fc

Please sign in to comment.