Skip to content

Tags: david-gurley/gopacket

Tags

v1.1.17

Toggle v1.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request google#649 from Lightspeed-Systems/dnsencodeblankq

Proper size calculation for encoded question name

v1.1.16

Toggle v1.1.16's commit message
Add minimum go version requirement to documentation.

This fixes google#479

v1.1.15

Toggle v1.1.15's commit message
add icmpv6 echo serialize function

v1.1.14

Toggle v1.1.14's commit message
fix nfds error in select statement

From man page for select "nfds should be set to the highest-numbered
file descriptor in any of the three sets, plus 1". This was causing
one of our apps to never capture packets as the fd returned by
pcap_get_selectable_fd was 8 and then never checked.

v1.1.13

Toggle v1.1.13's commit message
Release 20170808

v1.1.12

Toggle v1.1.12's commit message
Guard a second instance of pcap_compile.

v1.1.11

Toggle v1.1.11's commit message
Merge pull request google#119 from randstr/ip6-review

Add LayerGoString() to packet.go

v1.1.10

Toggle v1.1.10's commit message
Add Bill Green to AUTHORS.

v1.1.9

Toggle v1.1.9's commit message
Building PCAP in POSIX, non-glibc environments.

Fixed timestamp types for PCAP when using different libc than glibc.

v1.1.8

Toggle v1.1.8's commit message
Add support for numerous libpcap extras.

Adds support for:
 * pcap_setdirection
 * pcap_set_buffer_size
 * pcap_set_immediate_mode

Many thanks to Matthias Radestock for working on this.