Yoshiyuki Kurauchi
Yoshiyuki Kurauchi
Since #34 is merged, this project cannot be built on Windows, but it should be supported by isolating platform-specific codes. As I think there are few people trying to run...
Some of the IE fields that are defined as OctetString type should perhaps accept `[]byte` or something instead of `string` in their constructors, as they expect more complicated contents than...
## New IEs Type | IE | comment | # octets -- | -- | -- | -- 272 | Partial Failure Information (PFCP Session Establishment Response) | Extendable /...
To ensure each method returns the expected value, we should add unit tests for them. - [x] uint8 (`ie_uint8_test.go` / #63, #69) - [x] uint16 (`ie_uint16_test.go` / #66) - [...
Hi, When I was testing creating RADIUS packet with [PR#320](https://github.com/kbandla/dpkt/pull/320), I found UDP instance didn't add length of its `.data` to its `.ulen` automatically. As shown in the line 99...
Currently we need to iterate over children to find specific IEs and to get its values, which is a bit painful considering the number of children. Adding a struct for...