0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding TimeVal when writing packets to a pcap file. More... over 15 years ago
Fixed the TCP Checksum functionality. It was completely broken. I generate a full psuedo header now and calculate the checksum on that. It will slow things down but if you are modifying packets then you shouldn't expect gigabit speeds. :-) More... over 15 years ago
getIPData was all messed up. It was returning to much data under some circumstances. An if there was any Ethernet trailer bits, it would return them too. Changed it so that it now only returns the applicable data. More... over 15 years ago
No changes here, added some comments to remind me in the future how to deal with ByteBuffers when it comes to debugging. More... over 15 years ago
Ok fixed up the utility, still not perfect but it works now. The performance is pretty good. More... over 15 years ago
Trying to fix a performance issue with my test app. Still something wrong with the app but performannce is better. More... over 15 years ago
Was running into a problem where packets being read from a pcap file were exceeding the max defined snaplen/MTU. We could have this defined as an argument to the openOffline if we think this will be a problem. More... over 15 years ago
Making some changes to a couple utilities I use. More... over 15 years ago
Adding some methods to set the IP length and the pcap timeval value. More... over 15 years ago
Adding some utilities for analyzing pcaps. More... over 15 years ago
Changing the TCPDumpOutputStream API as the linktype and the snaplen needs to be supplied during TCPDumpOutputStream initialization. More... over 15 years ago
Fixing up the code for dumping packets to a file. There is still an issue with the frame capture times not being saved to the pcap file. Fixing this problem in the next checkin. More... over 15 years ago
Added note on 'snaplen'. More... over 15 years ago
Tests reveal that ExceptionDescribe() clears the exception. This is not documented! More... over 15 years ago
Fixes for captureNext(), also affecting JNULocalFrame. More... over 15 years ago
Fixes for captureNext() More... over 15 years ago
Initial checkin for 2.0 More... over 15 years ago
Fixes for 1153560: try property file as resource; don't call System.exit(). Use a Logger for display. More... over 15 years ago
Built by EJP More... over 15 years ago
Fix Javadoc re minimum kernel copy parameter. More... over 15 years ago
Corrected to 2.0 version, got left behind somehow yesterday. More... over 15 years ago
Esmond Pitt's revisions for 2.0. They are extensive! More... over 15 years ago
Setting up for the jpcap 2.0 changes. Will be adding a branch soon. The old 1.0 code should be moved off to it's own folder at some point. More... over 15 years ago
fixed joyce's email address and added notes on latest changes More... over 19 years ago
merged jlin's latest base change and added new lookupDevDescs() method. More... over 19 years ago
added note on non-native lookupDevices() alternative submitted by jgood More... over 19 years ago
added note on non-native lookupDevices() alternative submitted by jgood More... over 19 years ago
noted patch submitted by bob pearson More... over 19 years ago
bob pearson submitted fix for gcc3.4.2 error on non-reference type cast More... over 19 years ago
fixed partly bracketed initializer warning More... over 19 years ago