0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor improvements to setup.py More... over 18 years ago
Further data type fixes. More... over 18 years ago
Primarily data type fixes. A few minor bug fixes, and support for payload on ARP packets. More... over 18 years ago
Unbreak packet dumping. Need to add payload support for Ethernet and IP rather than just TCP/UDP. More... over 18 years ago
Generate correct packet times. Thanks to Andrew Warfield <[email protected]> to pointing this out. More... almost 20 years ago
Change the behaviour of capture.next(). It previously raised a StopIteration exception when no packets were available. It now returns None. More... almost 20 years ago
Fix compilation problems when using a straight C compiler. More... almost 20 years ago
Expose more pcap functionality through capture objects. In particular, the file handle is available, and you can get/set it's non-blocking-ness. More... about 20 years ago
Fix a lot of 'no newline at EOF' warnings. Basic support for Python 2.2. More... about 20 years ago
Move libnet include to above other includes. More... over 20 years ago
Add empty header for loopback. Add separate iterator method. More... over 20 years ago
Need to fix parsing routines to make them less dependent on internal design choices. More... over 20 years ago
Cut down on recalculation. More... over 20 years ago
Need to fix parsing routines to make them less dependent on internal design choices. More... over 20 years ago
Update documentation to include the Sourceforge.net logo, like it's supposed to. (How to get this into the ReST?) More... almost 21 years ago
Remove debugging output More... almost 21 years ago
Protocols with payloads also need to initialise themselves inside their FromPacket methods. Fix up dumping. More consistent return values from functions. More... almost 21 years ago
Make all checksums optional in constructors. If they arent specified, they default to 0 which lets libnet calculate them for you. More... almost 21 years ago
Added new base type pycap.protocol.protocol. All the protocols inherit from this. This allows refactoring of the common code in injectObject_inject and dumpObject_dump into PyProtocol_InjectTuple. More... almost 21 years ago
Support for dumping packets to file. More... almost 21 years ago
Add documentation for the constructors of the ARP and Ethernet types. More... almost 21 years ago
Added example of packet capturing, and reworded first paragraph to mention packet injection support. More... almost 21 years ago
sockaddr has no sa_len member on some platforms. Use sizeof(struct sockaddr) instead. More... almost 21 years ago
Support SLL and ATM link layers. These are untested as I have no access to either. More... almost 21 years ago
Correct number of parameters in parsing. More... almost 21 years ago
pycap.capture.capture.interfaces() returns information about the available network interfaces on the system. More... almost 21 years ago
ICMP constructors added. Only echo request/reply have been tested so far. More... almost 21 years ago
Change public interface to be more consistent with standard Python C naming conventions. More... almost 21 years ago
Correct info about status of packet injection More... almost 21 years ago
Now we can work on PPP interfaces :-) More... almost 21 years ago