0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5 from nosolosoftware/master More... over 14 years ago
Modified pcap.c: new method returning the file descriptor More... over 14 years ago
Merge pull request #4 from nearbuy/master More... almost 15 years ago
updated README with new contributor More... about 15 years ago
Merge pull request #3 from ivmaykov/master More... about 15 years ago
Don't do TRAP_BEG / TRAP_END on any version of Ruby 1.9. More... about 15 years ago
Fixed syntax error More... about 15 years ago
Make the trap / don't trap decision at gem installation time, as it's always based on RUBY_PLATFORM + RUBY_VERSION which are known at that time. Removed the shouldnt_trap argument from Pcap::Capture#dispatch and Pcap::Capture#loop, no longer needed. Cache the duplicated variable in Pcap::Pcaplet#each_packet so we don't compute it each time. And some minor code cleanup here and there. More... about 15 years ago
Updated README. More... about 15 years ago
Only log "packets received / packets dropped" when a specific flag is passed in. More... about 15 years ago
updated readme to reference current supported ruby versions. More... about 15 years ago
Destination and Source mac addresses are not in reverse order. More... about 15 years ago
Removing dead code. More... about 15 years ago
Added source, destination mac address methods to TCP Packet. More... about 15 years ago
Version bump to 0.7.5 More... about 15 years ago
Changed order of check for ignoring traps (sanity). More... about 15 years ago
Fixes to make this gem run with ruby 1.9...@p180 on Mac OS X 10.6.7. More... about 15 years ago
Add support for recalculating the ip checksum. Automatically do so if changing the source or dest IP More... over 15 years ago
Fixed STR2CSTR issue for ruby 1.9.2 More... over 15 years ago
Update for newest version of libpcap More... over 15 years ago
Regenerated gemspec for version 0.7.2 More... over 15 years ago
Use the proper RSTRING macros. This appears to get ruby 1.9 working More... almost 16 years ago
Add an example of rewriting the time More... about 16 years ago
Update readme to reflect gem More... about 16 years ago
Fix assignment of packet timestamp and bump version More... about 16 years ago
Convert to rubygem More... about 17 years ago
Allow modifying the src and dst IPs More... about 17 years ago
Allow changing the time on a packet More... about 17 years ago
Fix warning in 1.8.6. Submitted-By: xHire More... over 17 years ago
Add support for dumping a raw packet More... over 17 years ago