Closed mz0 closed 3 years ago
Awesome, thanks!
/Jonas
On Thu, May 13, 2021 at 4:28 AM Mark Zhitomirski @.***> wrote:
@petterod https://github.com/petterod seems given up working on GitHub. Anyway you may find this contribution of certain value:
commit 051e52a92a117ff42f2704eae0939ba838690790 Author: petterod @.*** Date: Fri May 10 14:43:50 2019 +0200
add
- IPv4: DSCP, ECN, and TTL (IPv4Packet / IPv4PacketImpl)
- IPv6: Traffic Class, Flow Label, and Hop Limit (IPv6Packet / IPv6PacketImpl)
- TCP: Reserved, NS flag, Windows Size, Checksum, and Urgent Pointer (TCPPacket / TcpPacketImpl)
- UDP: add Interface methods getChecksum(), getLength() (UDPPacket)
You can view, comment on, or merge this pull request online at:
https://github.com/aboutsip/pkts/pull/128 Commit Summary
- add code from petterod/io.pkts.core.extension
File Changes
- M pkts-core/src/main/java/io/pkts/packet/IPv4Packet.java https://github.com/aboutsip/pkts/pull/128/files#diff-e7a07a88b4720835a816afb7417b9a947e10b9bbb33ad4fe9813c873a6b3742c (6)
- M pkts-core/src/main/java/io/pkts/packet/IPv6Packet.java https://github.com/aboutsip/pkts/pull/128/files#diff-4ff855b762b837d6b50cea3dc51349212b8dc5ea156787023a0eff40792ca5b9 (3)
- M pkts-core/src/main/java/io/pkts/packet/TCPPacket.java https://github.com/aboutsip/pkts/pull/128/files#diff-91ea54421de474325d2ba87b056bc13525740a33e153c85e2f36c229025562da (10)
- M pkts-core/src/main/java/io/pkts/packet/UDPPacket.java https://github.com/aboutsip/pkts/pull/128/files#diff-6cda2aa45d6ffadfc43045a83b2223e5f19df082bf9e8a6b921848f2c289f787 (4)
- M pkts-core/src/main/java/io/pkts/packet/impl/IPv4PacketImpl.java https://github.com/aboutsip/pkts/pull/128/files#diff-2d1837e2fbde15c5e18ba5b8f806518fa399756d70bb03c50c594a820c9087d3 (25)
- M pkts-core/src/main/java/io/pkts/packet/impl/IPv6PacketImpl.java https://github.com/aboutsip/pkts/pull/128/files#diff-d8d819fd461e229927a2d8d9197f2551ddffc19c26ad6685f5ca1682b4134c95 (23)
- M pkts-core/src/main/java/io/pkts/packet/impl/TcpPacketImpl.java https://github.com/aboutsip/pkts/pull/128/files#diff-136de57465b9c26c3cf6ee2fe6d62c19b739a33e265284c901d9734ea0baad43 (37)
- M pkts-core/src/main/java/io/pkts/packet/impl/UdpPacketImpl.java https://github.com/aboutsip/pkts/pull/128/files#diff-a79205a94fc22a7c36d8fa9f67c678f73e6084cbdaab6c7d0dab6e56b5ec87f3 (2)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aboutsip/pkts/pull/128, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACLPR7J2VGC54Y7DAOVRWLTNOZWXANCNFSM442MN3QQ .
@petterod seems given up working on GitHub. Anyway you may find this contribution of certain value:
commit 051e52a92a117ff42f2704eae0939ba838690790 Author: petterod petterod@stud.ntnu.no Date: Fri May 10 14:43:50 2019 +0200
add