Timeline


and .

03/05/08:

22:46 UbberLogger edited by Dirk Loss
Short description and credits added (diff)
21:24 IdentifyingRogueDHCPServers created by Dirk Loss
First version
21:18 community edited by Dirk Loss
Added link to rogue DHCP server recipe (diff)
19:52 ViewingPacketsWithWireshark created by Dirk Loss
First version
19:18 community edited by Dirk Loss
Added link to wireshark() recipe (diff)
19:14 Ticket #93 (Add 2nd generation fingerprinting for nmap_fp()) created by Dirk Loss
It would be nice if Scapy supported Nmap's 2nd generation fingerprinting …
12:32 Ticket #92 (Adding a Radius Attribute class) created by Laurent Butti
Here is a small file for adding a Radius Attribute class.
08:37 WindowsInstallationGuide edited by Dirk Loss
Comments about WLAN sniffing problems added (diff)

03/04/08:

21:00 Replayer edited by anonymous
(diff)
20:59 Replayer edited by anonymous
(diff)

03/03/08:

21:03 WindowsInstallationGuide edited by Dirk Loss
Instruction to put scapy.py into the lib/site-packages subdirectory … (diff)

03/02/08:

23:36 Changeset [804:da024ce7805d] by Phil <phil@…>
Added PPP HDLC framing detection * * *
23:36 Changeset [803:50ba4879d763] by Phil <phil@…>
Added some layer bonds for PPP
23:36 Changeset [802:f8720554d4af] by Phil <phil@…>
* * *
01:01 Changeset [801:cbcf97f1962f] by Phil <phil@…>
Added x509 certificates support
01:01 Changeset [800:af14ab6be779] by Phil <phil@…>
Added ZuluTime? volatile value (ex: 080301224920Z)

03/01/08:

21:55 Fields edited by Dirk Loss
Minor corrections (diff)
21:46 Fields created by Dirk Loss
First (experimental) version
21:38 community edited by Dirk Loss
Added link to Field list (diff)
21:23 Ticket #91 (Use Matplotlib for plotting) created by Dirk Loss
I think  Matplotlib would offer …
18:24 Changeset [799:59708e0e4612] by Phil <phil@…>
Added ASN1F_field.is_empty() method
11:30 Ticket #90 (Adding a general purpose TLVField) created by Dirk Loss
I suggest adding a general [ http://en.wikipedia.org/wiki/Type-length-value

02/29/08:

18:48 BuildAndDissect edited by Dirk Loss
Minor layout and spelling corrections (diff)
14:37 Changeset [798:f7a34725e4b2] by Phil <phil@…>
Other ASN1 tweaks
11:43 BuildAndDissect edited by anonymous
(diff)
11:40 BuildAndDissect edited by fred(at)security-labs.org
Complete the section "Handling default values" with addons written by … (diff)
11:10 BuildAndDissect edited by anonymous
(diff)
11:09 BuildAndDissect edited by fred(at)security-labs.org
a sentence and a greetings section (diff)
08:54 BuildAndDissect edited by Dirk Loss
Changed spelling from scapy to Scapy (diff)
08:52 BuildAndDissect edited by Dirk Loss
Syntax coloring for Python code (diff)

02/28/08:

22:46 BuildAndDissect edited by Dirk Loss
Minor layout corrections (diff)
22:40 BuildAndDissect edited by Dirk Loss
Added some Wiki markup (diff)
21:29 BuildAndDissect edited by Dirk Loss
Added the text to the Wiki (diff)
21:22 community edited by Dirk Loss
Added reference to UTScapy (diff)

02/26/08:

23:50 Changeset [797:0834dc192757] by Phil <phil@…>
Added ASN1 printable, UTC time, bit strings, and some tweaks.
21:19 Changeset [796:c12bf7715f74] by Phil <phil@…>
Fixed extra-referencing in builtins that prevented GC and destructors …
21:19 Changeset [795:1576176203b4] by Phil <phil@…>
Improved PcapWriter? Added .close() and .flush() method Added ability to …

02/23/08:

01:39 WindowsInstallationGuide edited by William Stearns <wstearns@…>
Update winpcap version to 4.0.2 (diff)
01:34 WindowsInstallationGuide edited by William Stearns <wstearns@…>
Updated filename of pyreadline installer (diff)
00:50 WindowsInstallationGuide edited by William Stearns <wstearns@…>
Move scapy install after python so we know python install dir, and give … (diff)
00:46 WindowsInstallationGuide edited by William Stearns <wstearns@…>
Update python version to 2.5.2 (diff)

02/22/08:

00:47 Changeset [794:cfa0e0629bd6] by Phil <phil@…>
Added L2TP header
00:45 Changeset [793:256565ea61b0] by Phil <phil@…>
Improved PPP IPCP option decoding

02/21/08:

23:13 Changeset [792:e9df2c305638] by Phil <phil@…>
Added PPP IPCP support
23:11 Changeset [791:ab297bb02c48] by Phil <phil@…>
Added PPP protocol field text description
19:19 Changeset [790:c2382870a097] by Phil <phil@…>
Fixed load_extension() error management
19:17 Changeset [789:a87542a674a7] by Phil <phil@…>
Added PPP linktype management

02/17/08:

23:54 Ticket #89 (Renaming send*/sr*) created by guedou@…
After teaching some classes about Scapy, I found that students were quite …
02:13 Ticket #88 (Cisco HDLC and SLARP) created by lobo@…
I have added 2 protocols to scapy. You can find the code in the scapy-com …

02/12/08:

13:03 Ticket #86 (del(p.sport) do not work.) closed by pbi
fixed: Done in [85fc0047753e].
13:03 Changeset [788:85fc0047753e] by Phil <phil@…>
Made setattr/delattr on fields consistent with getattr, i.e. work on …

02/11/08:

23:10 Ticket #68 (IEEE Float Field) closed by pbi
fixed: Added as IEEEFloatField in [5780c96acc53]
23:10 Changeset [787:5780c96acc53] by Phil <phil@…>
Added IEEEFloatField and IEEEDoubleField
11:48 Ticket #77 (sniff() do not call close() on the socket) closed by pbi
fixed: Fixed in [1f2a8a9b49c7].
11:48 Ticket #78 (srp() do not close sockets) closed by pbi
fixed: Fixed in [1f2a8a9b49c7].
11:47 Changeset [786:1f2a8a9b49c7] by Phil <phil@…>
Explicitely close super-sockets in srp() and sniff() (G. Valadon, tickets …
11:35 Ticket #62 (show2() display ConditionalField when it shoould not.) closed by pbi
fixed: Fixed in [137dbfceaf85].
11:33 Ticket #49 (add more ICMP fields inclusive working ICMP timestamp requests) closed by pbi
fixed: Fixed in a different way in [137dbfceaf85]
11:32 Ticket #81 (Traceback in show and __repr__ methods for ICMP echo-request packets ...) closed by pbi
fixed: Ok found. Bug fixed in [8d24941d64d4] and display issues in …
11:31 Changeset [785:137dbfceaf85] by Phil <phil@…>
Do not display conditional fields that are not present in show() and …
11:25 Changeset [784:8d24941d64d4] by Phil <phil@…>
Handle None value in ICMPTimeStampField.i2repr()
11:10 Ticket #67 (send(ARP(hwdst=ETHER_BROADCAST,pdst="127.0.0.1"),iface="wlan0") don't ...) closed by pbi
invalid: That's the way send() works. Use sendp() and provide the Ether() layer.

02/10/08:

19:24 Ticket #71 (__sr_loop() uses Color.normal instead of color scheme) closed by pbi
fixed: Fixed in [f4dadddb56bf].
19:23 Changeset [783:f4dadddb56bf] by Phil <phil@…>
Fixed color theme use in sr_loop() (D. Loss, ticket #71)
19:15 Changeset [782:3d92e7e383e1] by Phil <phil@…>
Fixed missing interface binding in L3PacketSocket
19:04 Ticket #87 ([PCAP] Scapy won't launch if the user is not root) closed by pbi
fixed: Fixed.
19:04 Changeset [781:51a7ee83f6d9] by Phil <phil@…>
Updated obsolete pcap exception (pcap.pcapc.EXCEPTION -> Exception) (G. …
18:59 Ticket #73 (Verbose=0 Not Working) closed by pbi
fixed: Applied patch.
18:58 Changeset [780:82153441e294] by Phil <phil@…>
Added verbose parameter (from D. Loss, ticket #73)

02/04/08:

13:44 Ticket #87 ([PCAP] Scapy won't launch if the user is not root) created by guedou@…
In the PCAP mode, Scapy crashes if it is not launched from root: # python …
10:50 Ticket #86 (del(p.sport) do not work.) created by guedou@…
[…] It is a bit disturbing as 'p.sport = 12' is valid. Here is the …
Note: See TracTimeline for information about the timeline view.