2011-12-11 |
Guilherme Maciel... | Changes introduced in the ipv6 branch. v1.2 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-12-10 |
Guilherme Maciel... | Message to require sudo access to open raw sockets. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-21 |
Guilherme Maciel... | The IP version used to transport TCP segments can be... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-21 |
Guilherme Maciel... | Changed old-style C casts by C++ style casts. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-21 |
Guilherme Maciel... | TCP checksum for IPv6 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-20 |
Guilherme Maciel... | Documentation for TCP Segment Factory. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-19 |
Guilherme Maciel... | Small documentation change in IP header classes: specif... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-19 |
Guilherme Maciel... | TODO: move DNS library to its own project. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-19 |
Guilherme Maciel... | Some grammatical corrections. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-19 |
Guilherme Maciel... | Fixed include guards name |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-19 |
Guilherme Maciel... | Bring aboard ChangeLog file. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-19 |
Guilherme Maciel... | Documentation for ICMP Packet Factory. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-18 |
Guilherme Maciel... | Just hardening the code with asserts. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-18 |
Guilherme Maciel... | Bug: the match() method cannot consider the source... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-18 |
Guilherme Maciel... | It is working, and can be configurated, the ICMP ping... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-15 |
Guilherme Maciel... | Small documentation change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-15 |
Guilherme Maciel... | Small code change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-15 |
Guilherme Maciel... | Documentation for IPv6 header. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-15 |
Guilherme Maciel... | TCP checksum source and destination addresses use Boost... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-14 |
Guilherme Maciel... | TCP pinger IP version is chosen by the pinger factory |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-12 |
Guilherme Maciel... | Bring aboard TCP header class for IPv6 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-12 |
Guilherme Maciel... | Updated "Type of Service" field name to "Differentiated... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-12 |
Guilherme Maciel... | Using Boost.Asio address objects instead of primitive... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-12 |
Guilherme Maciel... | Simplifying Network Interface class and using more... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-12 |
Guilherme Maciel... | Using Boost.Asio protocol type instead of the enumerati... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-12 |
Guilherme Maciel... | Bring aboard a class that encapsulate the list of netwo... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-10 |
Guilherme Maciel... | Adjusting some comments |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-08 |
Guilherme Maciel... | New method to get the network interface IP address |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-08 |
Guilherme Maciel... | Using Boost.Asio protocol type instead of the enumerati... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | Delegating the segment creation and printing to more... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | Ephemeral source port calculation moved to a method... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | Renamed variable, most significant noun first |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | The IcmpPacket's write() method returns a boolean,... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | Bring aboard TCP segment factory. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | Bring aboard TCP segment (IP and TCP headers) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-06 |
Guilherme Maciel... | Documentation for IPv4 header. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-05 |
Guilherme Maciel... | High Integrity CPP Rule 3.3.14: Declare the copy assign... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-05 |
Guilherme Maciel... | High Integrity CPP Rule 3.3.16: Explicitly declare... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-05 |
Guilherme Maciel... | High Integrity CPP Guideline 3.2.4: An abstract class... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-05 |
Guilherme Maciel... | Avoid 'unused variable' warning when compiling a non... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-04 |
Guilherme Maciel... | Delegating the ICMP packet creation to a specialized... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-04 |
Guilherme Maciel... | Bring aboard ICMP packet factory. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-04 |
Guilherme Maciel... | Providing read() and write() methods, once operators... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-03 |
Guilherme Maciel... | Renamed methods, changed verb 'is' to 'match' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-02 |
Guilherme Maciel... | The packet's type check is performed by methods in... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-11-02 |
Guilherme Maciel... | The packet printing is polymorphically performed by... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-26 |
Guilherme Maciel... | Changed assert(false) to assert(!"message") as recommen... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-26 |
Guilherme Maciel... | Increased the assertion check required to construct... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-26 |
Guilherme Maciel... | DNS resolver now detects IPv6 IPs too. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-26 |
Guilherme Maciel... | Added const qualifier to some parameters |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-25 |
Guilherme Maciel... | Bring aboard ICMPv6 packet class |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-25 |
Guilherme Maciel... | Bring aboard ICMPv6 header class |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-22 |
Guilherme Maciel... | Providing different methods to set the types in ICMP... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-22 |
Guilherme Maciel... | Added ICMPv6 messages types, as defined at iana.org... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-21 |
Guilherme Maciel... | Renamed IcmpType enumeration to Icmpv4Type, because... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-21 |
Guilherme Maciel... | Updated classes comments |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-19 |
Guilherme Maciel... | Renamed IcmpPacket class to Icmpv4Packet, in order... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-18 |
Guilherme Maciel... | Renamed IcmpHeader class to Icmpv4Header, in order... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-18 |
Guilherme Maciel... | Small documentation change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-10-18 |
Guilherme Maciel... | Bring aboard IPv6 header class (not tested yet) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-09-04 |
Guilherme Maciel... | Solved operator precedence mismatch reported by PC... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-09-04 |
Guilherme Maciel... | Implementing the assignment operator, also checking... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-09-04 |
Guilherme Maciel... | Solving two issues reported by PC-lint |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-09-04 |
Guilherme Maciel... | Renamed parameter to avoid hiding symbol 'socket(int... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-09-01 |
Guilherme Maciel... | Added a note about a TODO fix |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-09-01 |
Guilherme Maciel... | Fixed broken assert in copy constructor |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Improved IcmpPacket documentation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Reordered DnsResolver::handle_ip_address method. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Improved DnsResolver documentation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Thomas Jarosch | Remove TCP ping from TODO, it's done |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Message headers now have their wire format in Doxygen |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Updated Readme file with the TCP ping feature |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Fixed postconditions, the equal had wrong pointer interator |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-27 |
Guilherme Maciel... | Replced old-style C functions by C++ STL versions |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-26 |
Guilherme Maciel... | Merge branch 'tcpping' v1.1 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-26 |
Guilherme Maciel... | Replaced the raw byte array by a MessagePayload object... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-26 |
Guilherme Maciel... | Allows to add more data to the MessagePayload through... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-23 |
Guilherme Maciel... | Small code formatting |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-23 |
Guilherme Maciel... | Pings the host at a specific port (available only to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-23 |
Guilherme Maciel... | Reads the host port from configuration file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-21 |
Guilherme Maciel... | Changed the type of the header size variables from... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-21 |
Guilherme Maciel... | The class variable HeaderSizeInBytes was renamed to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-21 |
Guilherme Maciel... | TcpHeader class uses the MessagePayload class to handle... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-21 |
Guilherme Maciel... | Implemented a method to access the inner array pointer... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-21 |
Guilherme Maciel... | Fixing some asserts with wrong ranges and reworking... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-20 |
Guilherme Maciel... | Removed select_source_network_interface() function... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-20 |
Guilherme Maciel... | The C's low level socket handling functions were encaps... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-20 |
Guilherme Maciel... | Bring aboard the Network Interface template class. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-18 |
Guilherme Maciel... | Renamed IcmpChecksumCalculator to IcmpChecksum |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-18 |
Guilherme Maciel... | Renamed ChecksumCalculation template to Checksum |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-16 |
Guilherme Maciel... | Allowing to copy the MessagePayload object, through... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Added the 32 bits version of encode and decode methods |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Small code formatting |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Asserted the encode16() and decode16() parameters,... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Renamed IcmpMessagePayload to MessagePayload, so it... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Renamed getters and setters |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Moved PingStatus enumeration to its own file, so it... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | The Include Guards must match the file's name |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-13 |
Guilherme Maciel... | Surrounded the receive by a try..catch, so prepare... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-08-09 |
Guilherme Maciel... | Removing warning about conversion from 'int' to 'uint8_t' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |