Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (add8692294e0f16e0c31c75f48055d251681fdf7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (add8692294e0f16e0c31c75f48055d251681fdf7)
  • Date: Thu, 20 Jul 2017 20:35:07 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
net/tcptrace/DEPENDS | 3 +++
net/tcptrace/DETAILS | 25 +++++++++++++++++++++++++
net/tcptrace/HISTORY | 2 ++
net/tcptrace/PRE_BUILD | 4 ++++
5 files changed, 37 insertions(+)

New commits:
commit add8692294e0f16e0c31c75f48055d251681fdf7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tcptrace: new spell, TCP dump file analysis tool

diff --git a/ChangeLog b/ChangeLog
index 1ba3862..1214cd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-07-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/tcptrace: new spell, TCP dump file analysis tool
+
2017-07-17 Treeve Jelbert <treeve AT sourcemage.org>
* smgl/elogind: added, provides longinctl, extracted from systemd

diff --git a/net/tcptrace/DEPENDS b/net/tcptrace/DEPENDS
new file mode 100755
index 0000000..05fba53
--- /dev/null
+++ b/net/tcptrace/DEPENDS
@@ -0,0 +1,3 @@
+depends libpcap &&
+
+suggest_depends tcpdump "" "" "for generating dumps"
diff --git a/net/tcptrace/DETAILS b/net/tcptrace/DETAILS
new file mode 100755
index 0000000..e658b3b
--- /dev/null
+++ b/net/tcptrace/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=tcptrace
+ VERSION=6.6.7
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.tcptrace.org/download/${SOURCE}
+
SOURCE_HASH=sha512:3638770c342aea6c71aa556e758ed22e1fd44730f6c652cf82d3861eb1c31b186952c660071bd1df45020b80eaf9dd090a4ff58c979cc907eb8154dcb7b9b432
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://www.tcptrace.org/
+ LICENSE[0]=GPL
+ ENTERED=20170720
+ KEYWORDS="net"
+ SHORT="TCP dump file analysis tool"
+cat << EOF
+tcptrace is a TCP dump file analysis tool written by Shawn Ostermann at Ohio
+University. It is NOT a packet capture program. It reads output dump files in
+the formats of several popular packet capturing programs: tcpdump, snoop,
+etherpeek, and netm.
+
+For each connection, it keeps track of elapsed time, bytes/segments sent and
+received, retransmissions, round trip times, window advertisements,
throughput,
+etc. Its output format ranges from simple to long to very detailed.
+
+It can also produce three different types of graphs: Time Sequence Graph,
+Instantaneous Throughput, and Round Trip Times. The graphs produced are
viewable
+only by the xplot program (in math/xplot).
+EOF
diff --git a/net/tcptrace/HISTORY b/net/tcptrace/HISTORY
new file mode 100644
index 0000000..048908d
--- /dev/null
+++ b/net/tcptrace/HISTORY
@@ -0,0 +1,2 @@
+2017-07-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: created spell, version 6.6.7
diff --git a/net/tcptrace/PRE_BUILD b/net/tcptrace/PRE_BUILD
new file mode 100755
index 0000000..d505c3c
--- /dev/null
+++ b/net/tcptrace/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "s:^BINDIR =.*:BINDIR = @prefix@/bin:;s:^MANDIR =.*:MANDIR =
@mandir@:" Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (add8692294e0f16e0c31c75f48055d251681fdf7), Vlad Glagolev, 07/20/2017

Archive powered by MHonArc 2.6.24.

Top of Page