summaryrefslogtreecommitdiffstats
path: root/tapset/ChangeLog
diff options
context:
space:
mode:
authortpnguyen <tpnguyen>2006-06-24 06:02:35 +0000
committertpnguyen <tpnguyen>2006-06-24 06:02:35 +0000
commitc587b35d1025b3eb8f1161cfc11abfd0150dfb12 (patch)
treee863eef7dc748ec86fb6a7217d68e8548e89887b /tapset/ChangeLog
parentccdc792f7dfd3c390d96fa998ec1891936ce8d12 (diff)
downloadsystemtap-steved-c587b35d1025b3eb8f1161cfc11abfd0150dfb12.tar.gz
systemtap-steved-c587b35d1025b3eb8f1161cfc11abfd0150dfb12.tar.xz
systemtap-steved-c587b35d1025b3eb8f1161cfc11abfd0150dfb12.zip
Added UDP tapset and common inet_sock functions. Added more descriptions to
TCP tapset.
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r--tapset/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 30ebc2d8..600b0713 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-23 Thang Nguyen <thang.p.nguyen@intel.com>
+
+ * tcp.stp: Refined variables and added more
+ function descriptions.
+ * udp.stp: UDP tapset.
+ * inet_sock.stp: common inet_sock functions
+ for TCP and UDP tapsets.
+
2006-06-22 Thang Nguyen <thang.p.nguyen@intel.com>
* tcp.stp: TCP tapset (originally from IBM)