pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-Net-Frame-Dump



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 21 09:47:01 UTC 2015

Modified Files:
        pkgsrc/net/p5-Net-Frame-Dump: Makefile distinfo

Log Message:
Update 1.09 to 1.14
-------------------
1.14 Tue Dec  9 19:12:25 CET 2014
   - BUGFIX: Dump::Online2: do not eat 100% and do not block for timeoutOnNext
             seconds when it is not REALLY needed. We had to remove the
             setnonblock option and to use pcap_dispatch i/o pcap_next_ex.
             This should be the final bugfix...
             There was also an infinite loop condition.
   - new: Dump::Online2: maxRunTime() option to stop looping on next() forever
          when we do not want. Default to loop forever.

1.13 Sun Dec  2 15:44:14 CET 2012
   - BUGFIX: Dump::Online2: in non-blocking mode, we must handle our internal
             received frame ring buffer. Many packets were missed because of
             that.

1.12 Tue Nov 13 20:15:19 CET 2012
   - UPDATE: Dump::Online2: now uses IO::Select to avoid eating 100% CPU
   - update: mailing list link

1.11 Sun Nov 11 15:23:04 CET 2012
   - bugfix: Dump::Online2 pod
   - new: Dump::Online2: support for capture only mode
   - new: examples for Dump::Online2

1.10 Wed Sep 12 20:15:09 CEST 2012
   - bugfix: Online: use SUPER::next() instead of next()
   - update: error messages scheme changed
   - update: copyright notice


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/p5-Net-Frame-Dump/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Frame-Dump/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index