summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
AgeCommit message (Collapse)Author
2013-08-03Scratch that... more work wiring up netconf. Got to handle OK.Adam Ierymenko
2013-08-02Netconf wired up, ready to test.Adam Ierymenko
2013-07-31Little bit of protocol changes before implementation of new verbs.Adam Ierymenko
2013-07-29More work on network membership certs, and it builds now. Still in heavy ↵Adam Ierymenko
development.
2013-07-29Fix a bunch of errors due to minor method signature changes, still a work in ↵Adam Ierymenko
progress.
2013-07-29Network membership certificate work in progress... does not build yet.Adam Ierymenko
2013-07-27Add skeleton of certificate-based private network authentication. Also ↵Adam Ierymenko
remove some old code.
2013-07-27Back out of RPC... blech. Have a better idea.Adam Ierymenko
2013-07-25RPC infrastructure work in progress.Adam Ierymenko
2013-07-23Basic RPC stuff in Packet and PacketDecoder for RPC service support.Adam Ierymenko
2013-07-20docsAdam Ierymenko
2013-07-11Factoring out packet decoder from Switch to put that object on a little bit ↵Adam Ierymenko
of a diet. Work in progress, wont build yet.
2013-07-10Adding signatures to multicast frames, work in progress, does not build yetAdam Ierymenko
2013-07-10Factored out multicast propagation algorithm from Switch and Topology, also ↵Adam Ierymenko
cleaned up and clarified it a bit.
2013-07-09Several things:Adam Ierymenko
(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all unix-like systems and specialization for different flavors only when needed. (2) Refactor of Buffer<> to make its members private, and Packet to use Buffer's methods exclusively to access them. This improves clarity and means we're no longer lying about Buffer's role in the code's security posture. (3) Add -fstack-protect to Makefile to bounds check stack variables.
2013-07-06Possible fix for issue #4 - segfault in ___removeIp helper function in ↵Adam Ierymenko
EthernetTap on OSX -- I think the problem may have been that I was using set::erase(key) while also using an iterator, so now it uses erase(iterator). See if it happens again, cause I could not duplicate the issue. Possible minor difference in STL version.
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko