Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet Handling #12

Closed
d2g opened this issue May 9, 2014 · 3 comments
Closed

Packet Handling #12

d2g opened this issue May 9, 2014 · 3 comments

Comments

@d2g
Copy link

d2g commented May 9, 2014

I can see from main.go that you are working with ipv4 packets and thought it might be worth highlighting this repository:

code.google.com/p/go.net/ipv4

http://godoc.org/code.google.com/p/go.net/ipv4

@packetb-old
Copy link

Thanks, we'll look into this.

monicasarbu added a commit that referenced this issue May 27, 2015
- OK_Packet: Read <affected rows> and <last insert id> as of type
LengthEncodedInteger instead of just integer
- ERR_Packet: Read <error code> as 2 byte integer and refresh location
of error message
- Add a test for testing affected rows value returned by an UPDATE
- Add a test for testing the error code and error message values
returned by a mysql SELECT error
@tsg tsg closed this as completed Jun 4, 2015
@d2g
Copy link
Author

d2g commented Jun 4, 2015

Not quite sure how the commits close this.

@tsg
Copy link
Contributor

tsg commented Jun 4, 2015

Yeah, sorry, I should have left a comment. The commits are not related, they are wrongly labeled due to repos merging. I closed the issue because it's quite old and in the meantime we switched to using the gopacket library.

@opb1978 opb1978 mentioned this issue Oct 29, 2015
ruflin added a commit that referenced this issue Dec 2, 2015
Fix problem with event messages that require zero string inserts.
ruflin pushed a commit to ruflin/beats that referenced this issue Dec 2, 2015
shaunrampersad pushed a commit to shaunrampersad/packetbeat that referenced this issue Dec 2, 2015
tsg pushed a commit to tsg/beats that referenced this issue Jan 6, 2016
Add latest script to create latest file for nightlies
tsg pushed a commit to tsg/beats that referenced this issue Jan 20, 2016
tsg pushed a commit to tsg/beats that referenced this issue Jan 20, 2016
tsg pushed a commit to tsg/beats that referenced this issue Jan 20, 2016
- OK_Packet: Read <affected rows> and <last insert id> as of type
LengthEncodedInteger instead of just integer
- ERR_Packet: Read <error code> as 2 byte integer and refresh location
of error message
- Add a test for testing affected rows value returned by an UPDATE
- Add a test for testing the error code and error message values
returned by a mysql SELECT error
ruflin pushed a commit to ruflin/beats that referenced this issue May 30, 2016
Remove local packages from glide as not needed
paylm pushed a commit to paylm/beats that referenced this issue Mar 2, 2023
* Added the linter config template to
`dev-tools/templates/.golangci.yml`
* Added the `UpdateGoVersion` target to the magefile in order to apply
required Go Version changes
* Added assertion before linting that makes sure the linter config
does not have uncommitted changes

In order to change the Go version in the future, it's enough to edit
in the `.go-version` file and then run `mage -v UpdateGoVersion` and
commit the changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants