Matias Fontanini
|
832a79a1e1
|
Moved endianness change functions to endianness.h.
|
2012-09-03 23:58:43 -03:00 |
|
Matias Fontanini
|
892bc0ecd3
|
Started fixing endianess issues.
|
2012-08-15 12:04:13 -03:00 |
|
Matias Fontanini
|
4af3d3c697
|
Added a constant static value to each PDU indicating the corresponding PDU::PDUType flag.
|
2012-08-06 22:29:41 -03:00 |
|
Matias Fontanini
|
66dfcb746b
|
Refactored DNS and UDP class.
|
2012-08-06 18:59:31 -03:00 |
|
Matias Fontanini
|
ff21304852
|
Fixed endianness bug in UDP's getters.
|
2011-09-15 10:21:23 -03:00 |
|
Matias Fontanini
|
3178c217b3
|
Added copy constructor and copy assignment operator to all PDUs.
|
2011-09-03 18:58:57 -03:00 |
|
Matias Fontanini
|
2510c825cd
|
Fixed/added documentation to several classes.
|
2011-08-23 21:32:13 -03:00 |
|
Matias Fontanini
|
3e2168f6fc
|
Added DHCP and BootP constructors from uint8_t buffer. Normalized IP destination and source address getters/setters.
|
2011-08-19 10:13:35 -03:00 |
|
Matias Fontanini
|
18750fe18a
|
Added Sniffer class. Added a constructor to eery PDU subclass which creates an instance of the PDU from a byte array.
|
2011-08-18 20:36:55 -03:00 |
|
Matias Fontanini
|
c49806603b
|
Added DHCP class. It's now working yet.
|
2011-08-17 12:16:48 -03:00 |
|
Matias Fontanini
|
e587d18796
|
Documented many header files. Done some minor code refactoring over PDU::clone_packet.
|
2011-08-16 20:53:55 -03:00 |
|
Santiago Alessandri
|
6e801011c2
|
Added enum to identify PDU type. ARP is being sent but not well implemented
|
2011-08-15 19:14:31 -03:00 |
|
Matias
|
1215ae135c
|
Added ICMP class. It was tested and it's working.
|
2011-08-14 11:17:38 -03:00 |
|
Matias
|
759139da3f
|
Added RawPDU class. Removed payload member from TCP and UDP. They're not represented by RawPDUs.
|
2011-08-13 17:22:01 -03:00 |
|
Matias
|
398ba31111
|
UDP PDU is now working.
|
2011-08-12 21:17:44 -03:00 |
|
Matias F
|
35c1a6e65d
|
Created UDP PDU. Done some documentation on TCP.
|
2011-08-12 20:22:45 -03:00 |
|