Matias Fontanini
|
c7c56a610c
|
Done some -pedantic modifications.
|
2013-01-24 13:44:30 -03:00 |
|
Matias Fontanini
|
1c22dab2dc
|
libtins now uses a BSD license.
|
2012-10-07 20:33:45 -03:00 |
|
Matias Fontanini
|
153bcecc35
|
Removed the useless PDU::flag member. Added a PDU concatenation operator.
|
2012-10-07 18:51:06 -03:00 |
|
Matias Fontanini
|
e8151724c4
|
Removed PDU::clone_packet and renamed PDU::clone_pdu to PDU::clone.
|
2012-09-11 16:54:14 -03:00 |
|
Matias Fontanini
|
2aa4e10b91
|
Added TCPStreamFollower class. It seems to be working right.
|
2012-09-04 23:20:32 -03:00 |
|
Matias Fontanini
|
958edcc74a
|
Added small_uint class.
|
2012-09-02 18:24:59 -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
|
383deb8641
|
Modified header guards so they don't use reserved names containing double underscores.
|
2012-08-02 16:00:56 -03:00 |
|
Matias Fontanini
|
1f1cfdefa4
|
Modified RawPDU::payload's signature.
|
2012-03-17 10:05:19 -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
|
3feb2fdeae
|
RawPDU now can copy the payload. Modified PDU::clone_inner_pdu to use this.
|
2011-08-16 21:11:42 -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 Fontanini
|
89b04a1238
|
Added util functions to handle network interfaces. Documented Utils namespace.
|
2011-08-14 15:50:57 -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 |
|