summaryrefslogtreecommitdiff
path: root/graphics/xplot/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-10-14Fixes to tcpdump2xplot:bad1-4/+21
- Strip output added by modern tcpdump versions in verbose mode from input lines (IP options, tcp checksum status). - Split sack ranges on consecutive spaces instead of just a single space.
2006-07-08Patch tcpdump2xplot so that it works with modern tcpdumps which started tobad1-0/+14
print "IP" as the second field for IP packets. Bump PKGREVISION.
2003-09-27Fix shared library run-time path. Bump package revision to reflecttron1-0/+13
this change.
2003-09-27update to 0.90.7.1 which includes patches from the author to deal withdan3-106/+0
gcc-3.3 properly XXX this interim version does not include the demo files, they should be re-instated when 0.91 comes out.
2001-08-01Add a patch to modernize the X11 visual detection and colorhe1-0/+68
allocation, so that this program gives color also on TrueColor displays. The use of color plane masks is however removed.
1999-09-15pass LDFLAGS to linker (to get ELF shared lib search path)drochner1-14/+28
1999-01-29Move xplot to category graphics per PR pkg/6909 by Klaus Klein.tron4-4/+4
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-05-19Don't hardcode the location of the Perl binary in the tcpdump2xplotagc1-1/+1
Perl script. Pointed out by Manuel Bouyer.
1998-03-31Fix long-standing bug in xplot's parsing of timevals, which causesjonathan1-0/+16
tcpdump2xplot output to show as starting at (in PST) 16:00:00, and for time to wrap on long traces. Re-submitted to Tim Shepard for inclusion in the next release.
1998-03-04Use BSD_INSTALL_SCRIPT to install tcpdump2xplot.pl so that we don't try tobad1-1/+1
strip the script.
1997-12-14Add a patch from Kevin Lahey that allows xplot to work with .xpl filesthorpej1-0/+15
created by tcptrace, a TCP tracing tool more complete than xplot's included tcpdump2xplot.pl. Patch has been submitted to Tim for the next release of xplot. XXX Claim is that libc's atoi() is broken; investigate this further.
1997-12-13Use /usr/pkg/bin/perl, not /usr/local/bin/perlhubertf1-0/+8
1997-12-11Tim Shepard's xplot program, a generally useful plotting program, but mostthorpej1-0/+12
often used to generate TCP time-sequence plots.