forked from fortra/impacket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
30 lines (17 loc) · 1.34 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2005-07-28 <[email protected]>
* impacket/ImpactDecoder.py: fixed a bug when processing ICMP unreachables.
2004-02-26 <[email protected]>
* impacket/ImpactPacket.py (ARP.as_pro): Fixed as_{hrd,pro} methods to not invoke the tolist method, because they were being called with array objects as input, and anyway it wasn't necessary to call that method for what they did.
2003-12-16 <[email protected]>
* setup.py: Bumped version number to 0.9.5.1.
* impacket/dcerpc/dcerpc_v4.py (DCERPC_v4.send): fixed a problem in the fragmentation code caused by a misindented line that was introduced in the last release.
2003-12-10 Javier Kohen <[email protected]>
* impacket/dcerpc/dcerpc_v4.py (DCERPC_v4.bind): support idempotent flag.
(DCERPC_v4.send): reduced fragment size to avoid IP fragmentation on links with MTU = 1500. Added a method that allows the caller to configure this size.
2003-12-02 <[email protected]>
* impacket/dcerpc/dcerpc_v4.py (DCERPC_v4.bind): made self.__bind protected
(DCERPC_v4.send): fragment outgoing packets.
2003-12-01 <[email protected]>
* setup.py: Force linking with G++ if GCC was found, to avoid a missing symbol on some configurations.
2003-11-28 <[email protected]>
* impacket/dcerpc/dcerpc_v4.py: Fixed self.bind variable having the same name than a method.